gobject-introspection: rename package
camelCase package name was a huge inconsistency in GNOME package set.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{ stdenv, fetchFromGitHub, substituteAll, callPackage, pkgconfig, cmake, vala, libxml2,
|
||||
glib, pcre, gtk2, gtk3, xorg, libxkbcommon, epoxy, at-spi2-core, dbus-glib, bamf,
|
||||
xfce, libwnck3, libdbusmenu, gobjectIntrospection }:
|
||||
xfce, libwnck3, libdbusmenu, gobject-introspection }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "xfce4-vala-panel-appmenu-plugin-${version}";
|
||||
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
|
||||
buildInputs = [ (callPackage ./appmenu-gtk-module.nix {})
|
||||
glib pcre gtk2 gtk3 xorg.libpthreadstubs xorg.libXdmcp libxkbcommon epoxy
|
||||
at-spi2-core dbus-glib bamf xfce.xfce4panel_gtk3 xfce.libxfce4util xfce.xfconf
|
||||
libwnck3 libdbusmenu gobjectIntrospection ];
|
||||
libwnck3 libdbusmenu gobject-introspection ];
|
||||
|
||||
patches = [
|
||||
(substituteAll {
|
||||
|
||||
Reference in New Issue
Block a user