3
0
Fork 0
forked from mirrors/nixpkgs

propagate AGL from wxmac for erlang's sake

This commit is contained in:
Jude Taylor 2015-10-29 00:51:25 -07:00
parent b08f180940
commit f0dd213295

View file

@ -19,10 +19,11 @@ stdenv.mkDerivation rec {
buildInputs = [ buildInputs = [
expat libiconv libjpeg libpng libtiff zlib expat libiconv libjpeg libpng libtiff zlib
AGL Cocoa Kernel QuickTime Cocoa Kernel QuickTime setfile rez derez
setfile rez derez
]; ];
propagatedBuildInputs = [ AGL ];
postPatch = '' postPatch = ''
substituteInPlace configure --replace "-framework System" -lSystem substituteInPlace configure --replace "-framework System" -lSystem
''; '';