mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-24 20:02:58 +03:00
libplist: drop libxml2 dependency
The announcement for 2.0.0 claims it isn't needed anymore, and it seems true.
This commit is contained in:
parent
28809cec9b
commit
30c0a2ca2e
@ -8,7 +8,7 @@ in stdenv.mkDerivation rec {
|
||||
|
||||
nativeBuildInputs = [ pkgconfig swig2 python cython ];
|
||||
|
||||
propagatedBuildInputs = [ libxml2 glib ];
|
||||
propagatedBuildInputs = [ glib ];
|
||||
|
||||
passthru.swig = swig2;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user