gnome-desktop-testing: 2016.1 → 2018.1

wip/yesman
Jan Tojnar 6 years ago
parent 17f50018c0
commit 9daf637926
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4
  1. 8
      pkgs/development/tools/gnome-desktop-testing/default.nix

@ -1,18 +1,18 @@
{ stdenv, glib, autoreconfHook, pkgconfig, libgsystem, fetchgit }:
{ stdenv, glib, autoreconfHook, pkgconfig, systemd, fetchgit }:
stdenv.mkDerivation rec {
version = "2016.1";
version = "2018.1";
name = "gnome-desktop-testing-${version}";
src = fetchgit {
url = https://git.gnome.org/browse/gnome-desktop-testing;
rev = "v${version}";
sha256 = "18qhmsab6jc01qrfzjx8m4799gbs72c4jg830mp0p865rcbl68dc";
sha256 = "1bcd8v101ynsv2p5swh30hnajjf6z8dxzd89h9racp847hgjgyxc";
};
nativeBuildInputs = [ autoreconfHook pkgconfig ];
buildInputs = [ glib libgsystem ];
buildInputs = [ glib systemd ];
enableParallelBuilding = true;

Loading…
Cancel
Save