ncurses: enable strictDeps
This commit is contained in:
@@ -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
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user