lol

Merge pull request #2671 from wmertens/recode-osx

Recode: Build on OS X

+3
+3
pkgs/tools/text/recode/default.nix
··· 22 22 substituteInPlace src/Makefile.am --replace "ansi2knr" "" 23 23 24 24 autoreconf -fi 25 + '' 26 + + stdenv.lib.optionalString stdenv.isDarwin '' 27 + export LDFLAGS=-lintl 25 28 ''; 26 29 27 30 #doCheck = true; # doesn't work yet