planner: 20170425 -> unstable-2018-03-25

This commit is contained in:
c0bw3b 2018-11-17 19:34:01 +01:00
parent a1b8fe8c8f
commit f9b6e1de30

View File

@ -1,5 +1,5 @@
{ stdenv { stdenv
, fetchgit , fetchFromGitLab
, pkgconfig , pkgconfig
, intltool , intltool
, automake111x , automake111x
@ -10,34 +10,36 @@
, python , python
}: }:
let version = "20170425"; let version = "unstable-2018-03-25";
in stdenv.mkDerivation { in stdenv.mkDerivation {
name = "planner-${version}"; name = "planner-${version}";
src = fetchgit { src = fetchFromGitLab {
url = https://gitlab.gnome.org/GNOME/planner.git; domain = "gitlab.gnome.org";
rev = "6a79647e5711b2b8d7435cacc3452e643d2f05e6"; owner = "GNOME";
sha256 = "18k40s0f665qclrzvkgyfqmvjk0nqdc8aj3m8n4ky85di4qbqlwd"; repo = "planner";
rev = "2a2bf11d96a7f5d64f05c9053661baa848e47797";
sha256 = "1bhh05kkbnhibldc1fc7kv7bwf8aa1vh4q379syqd3jbas8y521g";
}; };
buildInputs = with gnome2; [ nativeBuildInputs = with gnome2; [
pkgconfig pkgconfig
intltool intltool
automake111x automake111x
autoconf autoconf
libtool libtool
gnome-common gnome-common
gtk-doc gtk-doc
scrollkeeper
];
buildInputs = with gnome2; [
GConf GConf
gtk gtk
libgnomecanvas libgnomecanvas
libgnomeui libgnomeui
libglade libglade
scrollkeeper
libxslt libxslt
python python
]; ];