Skip to content

Commit

Permalink
cudaPackages.cudatoolkit: propagate the hook to nativeBuildInputs cor…
Browse files Browse the repository at this point in the history
…rectly

(cherry picked from commit 8105992)
  • Loading branch information
SomeoneSerge committed Dec 11, 2023
1 parent 270e8cb commit d8ed2ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/compilers/cudatoolkit/common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ backendStdenv.mkDerivation rec {
] ++ lib.optionals (lib.versionAtLeast version "11.8") [
qt6Packages.wrapQtAppsHook
];
depsTargetTargetPropagated = [
propagatedBuildInputs = [
setupCudaHook
];
buildInputs = lib.optionals (lib.versionOlder version "11") [
Expand Down

0 comments on commit d8ed2ba

Please sign in to comment.