writeC: use binutils-unwrapped

This commit is contained in:
tv 2018-03-27 21:32:14 +02:00
parent 5f9622bbda
commit 2cc1d9a54e

View File

@ -57,7 +57,7 @@ with import <stockholm/lib>;
passAsFile = [ "text" ]; passAsFile = [ "text" ];
} /* sh */ '' } /* sh */ ''
PATH=${makeBinPath (with pkgs; [ PATH=${makeBinPath (with pkgs; [
binutils binutils-unwrapped
coreutils coreutils
gcc gcc
])} ])}