mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 05:43:50 +03:00
Merge pull request #2671 from wmertens/recode-osx
Recode: Build on OS X
This commit is contained in:
commit
c0db39e294
@ -22,6 +22,9 @@ stdenv.mkDerivation rec {
|
||||
substituteInPlace src/Makefile.am --replace "ansi2knr" ""
|
||||
|
||||
autoreconf -fi
|
||||
''
|
||||
+ stdenv.lib.optionalString stdenv.isDarwin ''
|
||||
export LDFLAGS=-lintl
|
||||
'';
|
||||
|
||||
#doCheck = true; # doesn't work yet
|
||||
|
Loading…
Reference in New Issue
Block a user