Skip to content

Commit

Permalink
fastnlo-toolkit: fix and enable strictDeps
Browse files Browse the repository at this point in the history
  • Loading branch information
FliegendeWurst committed Dec 19, 2024
1 parent 0852807 commit 85dbd58
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pkgs/by-name/fa/fastnlo-toolkit/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ stdenv.mkDerivation rec {
./yoda2_support.patch
];

nativeBuildInputs = [
lhapdf # lhapdf-config
yoda # yoda-config
];

buildInputs =
[
boost
Expand Down Expand Up @@ -68,6 +73,8 @@ stdenv.mkDerivation rec {
"--with-yoda=${yoda}"
] ++ lib.optional withPython "--enable-pyext";

strictDeps = true;

enableParallelBuilding = true;

doCheck = true;
Expand Down

0 comments on commit 85dbd58

Please sign in to comment.