diff options
author | makefu <github@syntax-fehler.de> | 2017-11-15 16:43:36 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2017-11-15 16:43:36 +0100 |
commit | f70cfd8f1f90872e7e4b413d66f43f0eb1a3cf57 (patch) | |
tree | 4245e3c7fb93d0d33535bc885e0a3684da99d64f /krebs/5pkgs/simple/withGetopt.nix | |
parent | 379ef615059bdda14c751bad9352504cac37f96d (diff) | |
parent | 2f183f41ca257fbe9b48b58314849175ceb2dc6b (diff) |
Merge remote-tracking branch 'tv/master'
Diffstat (limited to 'krebs/5pkgs/simple/withGetopt.nix')
-rw-r--r-- | krebs/5pkgs/simple/withGetopt.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/krebs/5pkgs/simple/withGetopt.nix b/krebs/5pkgs/simple/withGetopt.nix index 179051bdf..d20802fb2 100644 --- a/krebs/5pkgs/simple/withGetopt.nix +++ b/krebs/5pkgs/simple/withGetopt.nix @@ -20,7 +20,7 @@ opt-spec: cmd-spec: let # true if b requires a to define its default value opts-before = a: b: - test ".*[$]${stringAsChars (c: "[${c}]") a.varname}\\>.*" (b.default or ""); + test ".*[$]${stringAsChars (c: "[${c}]") a.varname}([^0-9A-Za-z_].*)?" (b.default or ""); opts-list = let sort-out = toposort opts-before (attrValues opts); |