gawk: signify interactivity in name
I forgot to commit this.
This commit is contained in:
parent
9a68fd380f
commit
0c2f09e992
@ -975,7 +975,8 @@ let
|
|||||||
g500-control = callPackage ../tools/misc/g500-control { };
|
g500-control = callPackage ../tools/misc/g500-control { };
|
||||||
|
|
||||||
gawk = lowPrio (callPackage ../tools/text/gawk { });
|
gawk = lowPrio (callPackage ../tools/text/gawk { });
|
||||||
gawkInteractive = gawk.override { readlineSupport = true; };
|
gawkInteractive = appendToName "interactive"
|
||||||
|
(gawk.override { readlineSupport = true; });
|
||||||
|
|
||||||
gdmap = callPackage ../tools/system/gdmap { };
|
gdmap = callPackage ../tools/system/gdmap { };
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user