mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
gnome-desktop-testing: 2016.1 → 2018.1
This commit is contained in:
parent
17f50018c0
commit
9daf637926
@ -1,18 +1,18 @@
|
|||||||
{ stdenv, glib, autoreconfHook, pkgconfig, libgsystem, fetchgit }:
|
{ stdenv, glib, autoreconfHook, pkgconfig, systemd, fetchgit }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "2016.1";
|
version = "2018.1";
|
||||||
name = "gnome-desktop-testing-${version}";
|
name = "gnome-desktop-testing-${version}";
|
||||||
|
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
url = https://git.gnome.org/browse/gnome-desktop-testing;
|
url = https://git.gnome.org/browse/gnome-desktop-testing;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "18qhmsab6jc01qrfzjx8m4799gbs72c4jg830mp0p865rcbl68dc";
|
sha256 = "1bcd8v101ynsv2p5swh30hnajjf6z8dxzd89h9racp847hgjgyxc";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ autoreconfHook pkgconfig ];
|
nativeBuildInputs = [ autoreconfHook pkgconfig ];
|
||||||
|
|
||||||
buildInputs = [ glib libgsystem ];
|
buildInputs = [ glib systemd ];
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user