Merge pull request #24477 from romildo/upd.gworkspace

gworkspace: 0.9.3 -> 0.9.4
This commit is contained in:
Joachim F 2017-03-31 12:06:33 +01:00 committed by GitHub
commit 889f5d170c
2 changed files with 4 additions and 3 deletions

View file

@ -5,6 +5,7 @@
, x11
, freetype
, pkgconfig
, libXmu
}:
let
version = "0.25.0";
@ -15,7 +16,7 @@ gsmakeDerivation {
url = "ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-back-${version}.tar.gz";
sha256 = "14gs1b32ahnihd7mwpjrws2b8hl11rl1wl24a7651d3z2l7f6xj2";
};
buildInputs = [ cairo base gui freetype pkgconfig x11 ];
buildInputs = [ cairo base gui freetype pkgconfig x11 libXmu ];
meta = {
description = "A generic backend for GNUstep";
};

View file

@ -4,13 +4,13 @@
, system_preferences
}:
let
version = "0.9.3";
version = "0.9.4";
in
gsmakeDerivation {
name = "gworkspace-${version}";
src = fetchurl {
url = "ftp://ftp.gnustep.org/pub/gnustep/usr-apps/gworkspace-${version}.tar.gz";
sha256 = "0jchqwb0dj522j98jqlqlib44jppax39zx2zqyzdwiz4qjl470r3";
sha256 = "0cjn83m7qmbwdpldlyhs239nwswgip3yaz01ahls130dq5qq7hgk";
};
# additional dependencies:
# - PDFKit framework from http://gap.nongnu.org/