gnuradio: rename wrap option to doWrap

Prevents naming conflict, see NixOS#121563
This commit is contained in:
Austin Butler
2021-05-13 20:53:35 -07:00
parent 37bdc088ef
commit 4b349864ca
2 changed files with 5 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 = [