mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
geoclue: fix gobject-introspection naming
gobjectIntrospection is now named gobject-introspection
This commit is contained in:
parent
38f1913acf
commit
f9a3550777
@ -1,5 +1,5 @@
|
||||
{ stdenv, fetchFromGitLab, intltool, meson, ninja, pkgconfig, gtk-doc, docbook_xsl, docbook_xml_dtd_412, glib, json-glib, libsoup, libnotify, gdk_pixbuf
|
||||
, modemmanager, avahi, glib-networking, python3, wrapGAppsHook, gobjectIntrospection, vala
|
||||
, modemmanager, avahi, glib-networking, python3, wrapGAppsHook, gobject-introspection, vala
|
||||
, withDemoAgent ? false
|
||||
}:
|
||||
|
||||
@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
|
||||
outputs = [ "out" "dev" "devdoc" ];
|
||||
|
||||
nativeBuildInputs = [
|
||||
pkgconfig intltool meson ninja wrapGAppsHook python3 vala gobjectIntrospection
|
||||
pkgconfig intltool meson ninja wrapGAppsHook python3 vala gobject-introspection
|
||||
# devdoc
|
||||
gtk-doc docbook_xsl docbook_xml_dtd_412
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user