diff options
author | lassulus <lassulus@lassul.us> | 2018-03-27 21:34:05 +0200 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2018-03-27 21:34:05 +0200 |
commit | 28a597345107e458b95b62671af423ae369e234e (patch) | |
tree | 8e5c803609488b4c52ceff0369ab7b888c644389 /krebs/5pkgs/writers.nix | |
parent | db37440bbb468e6ebdafc2de1d07872f0f726501 (diff) | |
parent | 2cc1d9a54eaf512a2fddb57990df3462931990a4 (diff) |
Merge remote-tracking branch 'ni/nixpkgs-18.03-fix-strip' into staging/18.03
Diffstat (limited to 'krebs/5pkgs/writers.nix')
-rw-r--r-- | krebs/5pkgs/writers.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/krebs/5pkgs/writers.nix b/krebs/5pkgs/writers.nix index a48fc0f87..23773e17f 100644 --- a/krebs/5pkgs/writers.nix +++ b/krebs/5pkgs/writers.nix @@ -57,7 +57,7 @@ with import <stockholm/lib>; passAsFile = [ "text" ]; } /* sh */ '' PATH=${makeBinPath (with pkgs; [ - binutils + binutils-unwrapped coreutils gcc ])} |