diff options
author | makefu <github@syntax-fehler.de> | 2022-09-29 11:08:22 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2022-09-29 11:08:22 +0200 |
commit | 0f24348d8bd65aeef573dfb20455c1f7cd586daa (patch) | |
tree | 138e618e2432376669f71280f4d6d3b3b4c160b3 /krebs/5pkgs/simple/withGetopt.nix | |
parent | 809a10fccb3fb7a1fad93c3f8ab559f224fab626 (diff) | |
parent | 8f929b04b3de012a9c72306786f076b78aa9f98c (diff) |
Merge remote-tracking branch 'lass/master'
Diffstat (limited to 'krebs/5pkgs/simple/withGetopt.nix')
-rw-r--r-- | krebs/5pkgs/simple/withGetopt.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/krebs/5pkgs/simple/withGetopt.nix b/krebs/5pkgs/simple/withGetopt.nix index 7f17a5934..57fe433af 100644 --- a/krebs/5pkgs/simple/withGetopt.nix +++ b/krebs/5pkgs/simple/withGetopt.nix @@ -1,4 +1,4 @@ -{ coreutils, quote, stockholm, utillinux, writeDash }: +{ coreutils, quote, stockholm, util-linux, writeDash }: with stockholm.lib; opt-spec: cmd-spec: let @@ -46,7 +46,7 @@ in writeDash wrapper-name '' WITHGETOPT_ORIG_ARGS=$(${quote}/bin/quote "$@") export WITHGETOPT_ORIG_ARGS - args=$(${utillinux}/bin/getopt \ + args=$(${util-linux}/bin/getopt \ -l ${shell.escape (concatMapStringsSep "," (opt: opt.long + optionalString (!opt.switch) ":") |