ncurses: enable strictDeps

This commit is contained in:
Alexandre Iooss 2023-03-04 10:55:55 +01:00
parent d93f7721db
commit 915a192023

View file

@ -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
];