forked from mirrors/nixpkgs
guile-cairo: 1.4.1 -> 1.10.0
This commit is contained in:
parent
0d44d639f6
commit
b13a6b6791
|
@ -2,19 +2,20 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "guile-cairo-${version}";
|
name = "guile-cairo-${version}";
|
||||||
version = "1.4.1";
|
version = "1.10.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://download.gna.org/guile-cairo/${name}.tar.gz";
|
url = "mirror://savannah/guile-cairo/${name}.tar.gz";
|
||||||
sha256 = "1f5nd9n46n6cwfl1byjml02q3y2hgn7nkx98km1czgwarxl7ws3x";
|
sha256 = "0p6xrhf2k6n5dybn88050za7h90gnd7534n62l53vsca187pwgdf";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
|
|
||||||
buildInputs = [ guile cairo expat ];
|
buildInputs = [ guile cairo expat ];
|
||||||
checkInputs = [ guile-lib ];
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
doCheck = true;
|
doCheck = true;
|
||||||
|
checkInputs = [ guile-lib ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Cairo bindings for GNU Guile";
|
description = "Cairo bindings for GNU Guile";
|
||||||
|
@ -27,7 +28,7 @@ stdenv.mkDerivation rec {
|
||||||
maintained graphics library with all of the benefits of Scheme: memory
|
maintained graphics library with all of the benefits of Scheme: memory
|
||||||
management, exceptions, macros, and a dynamic programming environment.
|
management, exceptions, macros, and a dynamic programming environment.
|
||||||
'';
|
'';
|
||||||
homepage = "http://home.gna.org/guile-cairo/";
|
homepage = https://www.nongnu.org/guile-cairo/;
|
||||||
license = licenses.lgpl3Plus;
|
license = licenses.lgpl3Plus;
|
||||||
maintainers = with maintainers; [ vyp ];
|
maintainers = with maintainers; [ vyp ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
|
|
@ -7939,9 +7939,7 @@ with pkgs;
|
||||||
|
|
||||||
jython = callPackage ../development/interpreters/jython {};
|
jython = callPackage ../development/interpreters/jython {};
|
||||||
|
|
||||||
guile-cairo = callPackage ../development/guile-modules/guile-cairo {
|
guile-cairo = callPackage ../development/guile-modules/guile-cairo { };
|
||||||
guile = guile_2_0;
|
|
||||||
};
|
|
||||||
|
|
||||||
guile-fibers = callPackage ../development/guile-modules/guile-fibers { };
|
guile-fibers = callPackage ../development/guile-modules/guile-fibers { };
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue