mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
Merge pull request #24477 from romildo/upd.gworkspace
gworkspace: 0.9.3 -> 0.9.4
This commit is contained in:
commit
889f5d170c
@ -5,6 +5,7 @@
|
|||||||
, x11
|
, x11
|
||||||
, freetype
|
, freetype
|
||||||
, pkgconfig
|
, pkgconfig
|
||||||
|
, libXmu
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
version = "0.25.0";
|
version = "0.25.0";
|
||||||
@ -15,7 +16,7 @@ gsmakeDerivation {
|
|||||||
url = "ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-back-${version}.tar.gz";
|
url = "ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-back-${version}.tar.gz";
|
||||||
sha256 = "14gs1b32ahnihd7mwpjrws2b8hl11rl1wl24a7651d3z2l7f6xj2";
|
sha256 = "14gs1b32ahnihd7mwpjrws2b8hl11rl1wl24a7651d3z2l7f6xj2";
|
||||||
};
|
};
|
||||||
buildInputs = [ cairo base gui freetype pkgconfig x11 ];
|
buildInputs = [ cairo base gui freetype pkgconfig x11 libXmu ];
|
||||||
meta = {
|
meta = {
|
||||||
description = "A generic backend for GNUstep";
|
description = "A generic backend for GNUstep";
|
||||||
};
|
};
|
||||||
|
@ -4,13 +4,13 @@
|
|||||||
, system_preferences
|
, system_preferences
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
version = "0.9.3";
|
version = "0.9.4";
|
||||||
in
|
in
|
||||||
gsmakeDerivation {
|
gsmakeDerivation {
|
||||||
name = "gworkspace-${version}";
|
name = "gworkspace-${version}";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "ftp://ftp.gnustep.org/pub/gnustep/usr-apps/gworkspace-${version}.tar.gz";
|
url = "ftp://ftp.gnustep.org/pub/gnustep/usr-apps/gworkspace-${version}.tar.gz";
|
||||||
sha256 = "0jchqwb0dj522j98jqlqlib44jppax39zx2zqyzdwiz4qjl470r3";
|
sha256 = "0cjn83m7qmbwdpldlyhs239nwswgip3yaz01ahls130dq5qq7hgk";
|
||||||
};
|
};
|
||||||
# additional dependencies:
|
# additional dependencies:
|
||||||
# - PDFKit framework from http://gap.nongnu.org/
|
# - PDFKit framework from http://gap.nongnu.org/
|
||||||
|
Loading…
Reference in New Issue
Block a user