mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 00:53:12 +03:00
libwnck3: fix build via disabling introspection
It isn't used anywhere, but fixing it won't hurt (I found by accident).
This commit is contained in:
parent
747e757500
commit
dc3b8cc801
@ -10,4 +10,6 @@ stdenv.mkDerivation {
|
||||
|
||||
buildInputs = [ pkgconfig intltool ];
|
||||
propagatedBuildInputs = [ libX11 gtk3 ];
|
||||
|
||||
configureFlags = [ "--disable-introspection" ];
|
||||
}
|
||||
|
@ -5104,7 +5104,8 @@ let
|
||||
|
||||
libwmf = callPackage ../development/libraries/libwmf { };
|
||||
|
||||
libwnck = callPackage ../development/libraries/libwnck { };
|
||||
libwnck = libwnck2;
|
||||
libwnck2 = callPackage ../development/libraries/libwnck { };
|
||||
libwnck3 = callPackage ../development/libraries/libwnck/3.x.nix { };
|
||||
|
||||
libwpd = callPackage ../development/libraries/libwpd { };
|
||||
|
Loading…
Reference in New Issue
Block a user