Merge pull request #107238 from Ericson2314/no-static-overlay

treewide: Start to break up static overlay
This commit is contained in:
John Ericson
2021-01-03 15:15:49 -05:00
committed by GitHub
63 changed files with 179 additions and 197 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
, zlib ? null
, szip ? null
, mpi ? null
, enableShared ? true
, enableShared ? !stdenv.hostPlatform.isStatic
}:
# cpp and mpi options are mutually exclusive
+1 -1
View File
@@ -11,7 +11,7 @@
, python3
, util-linux
, check
, enableStatic ? false
, enableStatic ? stdenv.hostPlatform.isStatic
}:
stdenv.mkDerivation rec {
+1 -1
View File
@@ -1,7 +1,7 @@
{
stdenv, lib, fetchFromGitHub, which,
buildPackages,
enableStatic ? false,
enableStatic ? stdenv.hostPlatform.isStatic,
enableMinimal ? false,
extraConfig ? ""
}: