Merge pull request #121563 from austinbutler/wrap

This commit is contained in:
Doron Behar
2021-05-14 05:50:35 +00:00
committed by GitHub
3 changed files with 43 additions and 5 deletions
+2 -2
View File
@@ -4,7 +4,7 @@
, unwrapped
# If it's a minimal build, we don't want to wrap it with lndir and
# wrapProgram..
, wrap ? true
, doWrap ? true
# For the wrapper
, makeWrapper
# For lndir
@@ -138,7 +138,7 @@ let
;
pkgs = packages;
};
self = if wrap then
self = if doWrap then
stdenv.mkDerivation {
inherit name passthru;
buildInputs = [