writers writeC: 17.09 workaround
This commit is contained in:
parent
1589a66802
commit
1710530cae
|
@ -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
|
||||
])}
|
||||
|
|
Loading…
Reference in a new issue