treewide: Inline more of the static overlay
Picking up where #107238 left off. I think I'll have gotten all the easy stuff with this.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
{ stdenv, fetchurl
|
||||
, staticSupport ? false # Compile statically (support for packages that look for the static object)
|
||||
, # Compile statically (support for packages that look for the static object)
|
||||
staticSupport ? stdenv.hostPlatform.isStatic
|
||||
}:
|
||||
|
||||
let
|
||||
|
||||
Reference in New Issue
Block a user