enscript: fix build on darwin (close #933, really this time)
This commit is contained in:
parent
d3c6bd45ca
commit
e0fd701942
@ -802,7 +802,12 @@ let
|
||||
|
||||
encfs = callPackage ../tools/filesystems/encfs { };
|
||||
|
||||
enscript = callPackage ../tools/text/enscript { };
|
||||
enscript = callPackage ../tools/text/enscript {
|
||||
# fix syntax errors
|
||||
stdenv = if stdenv.isDarwin
|
||||
then clangStdenv
|
||||
else stdenv;
|
||||
};
|
||||
|
||||
ethtool = callPackage ../tools/misc/ethtool { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user