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