mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
stdenv/generic: fix todo
This commit is contained in:
parent
af70ba03d3
commit
7866db71cc
@ -76,9 +76,7 @@ let
|
||||
../../build-support/setup-hooks/move-lib64.sh
|
||||
../../build-support/setup-hooks/set-source-date-epoch-to-latest.sh
|
||||
../../build-support/setup-hooks/reproducible-builds.sh
|
||||
# TODO use lib.optional instead
|
||||
(if hasCC then cc else null)
|
||||
];
|
||||
] ++ lib.optionals hasCC [ cc ];
|
||||
|
||||
defaultBuildInputs = extraBuildInputs;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user