mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 18:33:00 +00:00
wxmac: fixed impure libiconv, closes #8367
This commit is contained in:
parent
b66942702b
commit
8dba95502d
@ -1,5 +1,5 @@
|
||||
{ stdenv, fetchurl, setfile, rez, derez,
|
||||
expat, libjpeg, libpng, libtiff, zlib
|
||||
expat, libiconv, libjpeg, libpng, libtiff, zlib
|
||||
}:
|
||||
|
||||
with stdenv.lib;
|
||||
@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
patches = [ ./wx.patch ];
|
||||
|
||||
buildInputs = [ setfile rez derez expat libjpeg libpng libtiff zlib ];
|
||||
buildInputs = [ setfile rez derez expat libiconv libjpeg libpng libtiff zlib ];
|
||||
|
||||
configureFlags = [
|
||||
"--enable-unicode"
|
||||
|
Loading…
Reference in New Issue
Block a user