mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
packagekit: make vala nativeBuildInputs
This commit is contained in:
parent
b621207afe
commit
0f3bf7de69
@ -20,11 +20,11 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "02wq3jw3mkdld90irh5vdfd5bri2g1p89mhrmj56kvif1fqak46x";
|
||||
};
|
||||
|
||||
buildInputs = [ glib polkit python gobject-introspection vala ]
|
||||
buildInputs = [ glib polkit python gobject-introspection ]
|
||||
++ lib.optional enableSystemd systemd
|
||||
++ lib.optional enableBashCompletion bash-completion;
|
||||
propagatedBuildInputs = [ sqlite nix boost ];
|
||||
nativeBuildInputs = [ intltool pkgconfig autoreconfHook autoconf-archive gtk-doc ];
|
||||
nativeBuildInputs = [ vala intltool pkgconfig autoreconfHook autoconf-archive gtk-doc ];
|
||||
|
||||
preAutoreconf = ''
|
||||
gtkdocize
|
||||
|
Loading…
Reference in New Issue
Block a user