mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-03 17:33:26 +03:00
appstream-glib: remove gcab dependency
This commit is contained in:
parent
2f0af764c0
commit
e59d109e09
@ -1,6 +1,6 @@
|
||||
{ stdenv, fetchFromGitHub, substituteAll, pkgconfig, gettext, gtk3, glib
|
||||
, gtk-doc, libarchive, gobjectIntrospection, libxslt, pngquant
|
||||
, sqlite, libsoup, gcab, attr, acl, docbook_xsl, docbook_xml_dtd_42
|
||||
, sqlite, libsoup, attr, acl, docbook_xsl, docbook_xml_dtd_42
|
||||
, libuuid, json-glib, meson, gperf, ninja
|
||||
}:
|
||||
stdenv.mkDerivation rec {
|
||||
@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
|
||||
];
|
||||
buildInputs = [
|
||||
glib gettext sqlite libsoup
|
||||
gcab attr acl libuuid json-glib
|
||||
attr acl libuuid json-glib
|
||||
libarchive gobjectIntrospection gperf
|
||||
];
|
||||
propagatedBuildInputs = [ gtk3 ];
|
||||
|
Loading…
Reference in New Issue
Block a user