mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-17 18:48:35 +00:00
libetonyek: fix build after libxml2 update
libetonyek requires zlib, which was previously but is no longer propagated by libxml2
This commit is contained in:
parent
66fa4186f2
commit
2fe2c28245
@ -12,6 +12,7 @@
|
||||
, librevenge
|
||||
, libxml2
|
||||
, mdds
|
||||
, zlib
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
@ -39,6 +40,7 @@ stdenv.mkDerivation rec {
|
||||
librevenge
|
||||
libxml2
|
||||
mdds
|
||||
zlib
|
||||
];
|
||||
|
||||
configureFlags = ["--with-mdds=2.1"];
|
||||
|
Loading…
Reference in New Issue
Block a user