mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
appstream-glib: propagate gtk3
This commit is contained in:
parent
fe6ebba59c
commit
0c2f96a81f
@ -17,8 +17,8 @@ stdenv.mkDerivation rec {
|
||||
nativeBuildInputs = [ autoconf automake libtool pkgconfig intltool autoconf-archive ];
|
||||
buildInputs = [ glib gtk_doc gettext sqlite libsoup
|
||||
gcab attr acl docbook_xsl libuuid json_glib
|
||||
libarchive libyaml gtk3 gobjectIntrospection ];
|
||||
|
||||
libarchive libyaml gobjectIntrospection ];
|
||||
propagatedBuildInputs = [ gtk3 ];
|
||||
configureScript = "./autogen.sh";
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user