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
|
{ stdenv, fetchFromGitHub, substituteAll, pkgconfig, gettext, gtk3, glib
|
||||||
, gtk-doc, libarchive, gobjectIntrospection, libxslt, pngquant
|
, 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
|
, libuuid, json-glib, meson, gperf, ninja
|
||||||
}:
|
}:
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
|
|||||||
];
|
];
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
glib gettext sqlite libsoup
|
glib gettext sqlite libsoup
|
||||||
gcab attr acl libuuid json-glib
|
attr acl libuuid json-glib
|
||||||
libarchive gobjectIntrospection gperf
|
libarchive gobjectIntrospection gperf
|
||||||
];
|
];
|
||||||
propagatedBuildInputs = [ gtk3 ];
|
propagatedBuildInputs = [ gtk3 ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user