Set strictDeps=true on our top level packages #192

Open
abonerib wants to merge 12 commits from enableStrictDeps into master
Showing only changes of commit 15ebb94645 - Show all commits

View File

@@ -23,9 +23,6 @@ in stdenv.mkDerivation {
dontUnpack = true;
dontConfigure = true;
# nOS-V requires access to /sys/devices to request NUMA information
requiredSystemFeatures = [ "sys-devices" ];
buildInputs = [ openmp ];
buildPhase = ''