writeGawk{,Bin}: init
This commit is contained in:
@@ -259,6 +259,13 @@ pkgs: oldpkgs: {
|
||||
mv "$textPath" $out
|
||||
'';
|
||||
|
||||
writeGawk = pkgs.makeScriptWriter {
|
||||
interpreter = "${pkgs.gawk}/bin/awk -f";
|
||||
};
|
||||
|
||||
writeGawkBin = name:
|
||||
pkgs.writeGawk "/bin/${name}";
|
||||
|
||||
writeHaskell = name: extra-depends: text:
|
||||
pkgs.stdenv.mkDerivation {
|
||||
inherit name;
|
||||
|
||||
Reference in New Issue
Block a user