gawkInteractive: fix eval
This commit is contained in:
parent
031baae714
commit
886da114ae
@ -1100,7 +1100,7 @@ let
|
|||||||
gawk = callPackage ../tools/text/gawk { };
|
gawk = callPackage ../tools/text/gawk { };
|
||||||
|
|
||||||
gawkInteractive = appendToName "interactive"
|
gawkInteractive = appendToName "interactive"
|
||||||
(gawk.override { readlineSupport = true; });
|
(gawk.override { interactive = true; });
|
||||||
|
|
||||||
gbdfed = callPackage ../tools/misc/gbdfed {
|
gbdfed = callPackage ../tools/misc/gbdfed {
|
||||||
gtk = gtk2;
|
gtk = gtk2;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user