writers writeC: 17.09 workaround

This commit is contained in:
lassulus 2018-03-29 14:10:23 +02:00
parent 1589a66802
commit 1710530cae

View file

@ -57,7 +57,8 @@ with import <stockholm/lib>;
passAsFile = [ "text" ];
} /* sh */ ''
PATH=${makeBinPath (with pkgs; [
binutils-unwrapped
# TODO remove if everyone migrated to 18.03
(if hasAttr "binutils-unwrapped" pkgs then binutils-unwrapped else binutils)
coreutils
gcc
])}