forked from mirrors/nixpkgs
propagate AGL from wxmac for erlang's sake
This commit is contained in:
parent
b08f180940
commit
f0dd213295
|
@ -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
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in a new issue