mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
xmlcopyeditor: fix darwin build
This commit is contained in:
parent
0994c14cca
commit
d9eab9528a
@ -48,6 +48,8 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
xercesc
|
||||
];
|
||||
|
||||
env.NIX_LDFLAGS = lib.optionalString stdenv.hostPlatform.isDarwin "-liconv";
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
meta = {
|
||||
|
Loading…
Reference in New Issue
Block a user