mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 15:11:35 +00:00
packagekit: use latest vala
This commit is contained in:
parent
9a42d2d3c5
commit
81b5a5cf14
|
@ -1,6 +1,6 @@
|
|||
{ stdenv, fetchFromGitHub, lib
|
||||
, intltool, glib, pkgconfig, polkit, python, sqlite
|
||||
, gobject-introspection, vala_0_38, gtk-doc, autoreconfHook, autoconf-archive
|
||||
, gobject-introspection, vala, gtk-doc, autoreconfHook, autoconf-archive
|
||||
# TODO: set enableNixBackend to true, as soon as it builds
|
||||
, nix, enableNixBackend ? false, boost
|
||||
, enableCommandNotFound ? false
|
||||
|
@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "02wq3jw3mkdld90irh5vdfd5bri2g1p89mhrmj56kvif1fqak46x";
|
||||
};
|
||||
|
||||
buildInputs = [ glib polkit python gobject-introspection vala_0_38 ]
|
||||
buildInputs = [ glib polkit python gobject-introspection vala ]
|
||||
++ lib.optional enableSystemd systemd
|
||||
++ lib.optional enableBashCompletion bash-completion;
|
||||
propagatedBuildInputs = [ sqlite nix boost ];
|
||||
|
|
Loading…
Reference in a new issue