forked from mirrors/nixpkgs
libwnck3: fix git paths
This commit is contained in:
parent
a071e9f841
commit
fe21f16857
|
@ -19,8 +19,8 @@ in stdenv.mkDerivation rec{
|
|||
nativeBuildInputs = [ pkgconfig intltool gobjectIntrospection ];
|
||||
propagatedBuildInputs = [ libX11 gtk3 ];
|
||||
|
||||
PKG_CONFIG_GOBJECT_INTROSPECTION_1_0_GIRDIR = "share/gir-1.0";
|
||||
PKG_CONFIG_GOBJECT_INTROSPECTION_1_0_TYPELIBDIR = "lib/girepository-1.0";
|
||||
PKG_CONFIG_GOBJECT_INTROSPECTION_1_0_GIRDIR = "$(dev)/share/gir-1.0";
|
||||
PKG_CONFIG_GOBJECT_INTROSPECTION_1_0_TYPELIBDIR = "$(out)/lib/girepository-1.0";
|
||||
|
||||
passthru = {
|
||||
updateScript = gnome3.updateScript {
|
||||
|
|
Loading…
Reference in a new issue