summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2018-03-27 21:32:14 +0200
committertv <tv@krebsco.de>2018-03-27 21:32:14 +0200
commit2cc1d9a54eaf512a2fddb57990df3462931990a4 (patch)
tree417911a9d1c38ba62f8588ab93d05898437a20b7
parent5f9622bbdae0a9a459fd6a70cc9a3147f382162b (diff)
writeC: use binutils-unwrapped
-rw-r--r--krebs/5pkgs/writers.nix2
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
])}