mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
guile-cairo: 1.4.1 -> 1.10.0
This commit is contained in:
parent
0d44d639f6
commit
b13a6b6791
@ -2,19 +2,20 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "guile-cairo-${version}";
|
||||
version = "1.4.1";
|
||||
version = "1.10.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://download.gna.org/guile-cairo/${name}.tar.gz";
|
||||
sha256 = "1f5nd9n46n6cwfl1byjml02q3y2hgn7nkx98km1czgwarxl7ws3x";
|
||||
url = "mirror://savannah/guile-cairo/${name}.tar.gz";
|
||||
sha256 = "0p6xrhf2k6n5dybn88050za7h90gnd7534n62l53vsca187pwgdf";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
|
||||
buildInputs = [ guile cairo expat ];
|
||||
checkInputs = [ guile-lib ];
|
||||
enableParallelBuilding = true;
|
||||
|
||||
doCheck = true;
|
||||
checkInputs = [ guile-lib ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Cairo bindings for GNU Guile";
|
||||
@ -27,7 +28,7 @@ stdenv.mkDerivation rec {
|
||||
maintained graphics library with all of the benefits of Scheme: memory
|
||||
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;
|
||||
maintainers = with maintainers; [ vyp ];
|
||||
platforms = platforms.linux;
|
||||
|
@ -7939,9 +7939,7 @@ with pkgs;
|
||||
|
||||
jython = callPackage ../development/interpreters/jython {};
|
||||
|
||||
guile-cairo = callPackage ../development/guile-modules/guile-cairo {
|
||||
guile = guile_2_0;
|
||||
};
|
||||
guile-cairo = callPackage ../development/guile-modules/guile-cairo { };
|
||||
|
||||
guile-fibers = callPackage ../development/guile-modules/guile-fibers { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user