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:
parent
b08f180940
commit
f0dd213295
|
@ -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
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue