Merge pull request #107238 from Ericson2314/no-static-overlay
treewide: Start to break up static overlay
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
, zlib ? null
|
||||
, szip ? null
|
||||
, mpi ? null
|
||||
, enableShared ? true
|
||||
, enableShared ? !stdenv.hostPlatform.isStatic
|
||||
}:
|
||||
|
||||
# cpp and mpi options are mutually exclusive
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
, python3
|
||||
, util-linux
|
||||
, check
|
||||
, enableStatic ? false
|
||||
, enableStatic ? stdenv.hostPlatform.isStatic
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
stdenv, lib, fetchFromGitHub, which,
|
||||
buildPackages,
|
||||
enableStatic ? false,
|
||||
enableStatic ? stdenv.hostPlatform.isStatic,
|
||||
enableMinimal ? false,
|
||||
extraConfig ? ""
|
||||
}:
|
||||
|
||||
Reference in New Issue
Block a user