mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 06:27:43 +00:00
ncurses: enable strictDeps
This commit is contained in:
parent
d93f7721db
commit
915a192023
@ -53,6 +53,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
# Only the C compiler, and explicitly not C++ compiler needs this flag on solaris:
|
||||
CFLAGS = lib.optionalString stdenv.isSunOS "-D_XOPEN_SOURCE_EXTENDED";
|
||||
|
||||
strictDeps = true;
|
||||
depsBuildBuild = [
|
||||
buildPackages.stdenv.cc
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user