1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 05:00:16 +00:00

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 = [
expat libiconv libjpeg libpng libtiff zlib
AGL Cocoa Kernel QuickTime
setfile rez derez
Cocoa Kernel QuickTime setfile rez derez
];
propagatedBuildInputs = [ AGL ];
postPatch = ''
substituteInPlace configure --replace "-framework System" -lSystem
'';