Skip to content
forked from NixOS/nixpkgs

Commit

Permalink
libvdwxc: do not use propagatedBuildInputs
Browse files Browse the repository at this point in the history
  • Loading branch information
markuskowa committed May 16, 2024
1 parent af6e775 commit e3df5db
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ stdenv.mkDerivation rec {

nativeBuildInputs = [ autoreconfHook gfortran ];

propagatedBuildInputs = [ mpi fftwMpi ];
buildInputs = [ mpi fftwMpi ];

preConfigure = ''
mkdir build && cd build
Expand Down

0 comments on commit e3df5db

Please sign in to comment.