guile-gnome: nitpicks fixed

This commit is contained in:
Robin Gloster 2017-09-28 14:48:19 +02:00
parent d063880986
commit b3dab5b088

View file

@ -1,7 +1,7 @@
{ fetchurl, stdenv, guile, guile-lib, gwrap { fetchurl, stdenv, guile, guile-lib, gwrap
, pkgconfig, gconf, glib, gnome_vfs, gtk2 , pkgconfig, gconf, glib, gnome_vfs, gtk2
, libglade, libgnome, libgnomecanvas, libgnomeui , libglade, libgnome, libgnomecanvas, libgnomeui
, pango, guile-cairo, autoconf, automake, texinfo , pango, guile-cairo, texinfo
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
@ -10,20 +10,20 @@ stdenv.mkDerivation rec {
version = "2.16.4"; version = "2.16.4";
src = fetchurl { src = fetchurl {
url = "http://ftp.gnu.org/pub/gnu/guile-gnome/${pname}/${name}.tar.gz"; url = "mirror://gnu/guile-gnome/${pname}/${name}.tar.gz";
sha256 = "adabd48ed5993d8528fd604e0aa0d96ad81a61d06da6cdd68323572ad6c216c3"; sha256 = "adabd48ed5993d8528fd604e0aa0d96ad81a61d06da6cdd68323572ad6c216c3";
}; };
buildInputs = [ buildInputs = [
autoconf automake texinfo guile gwrap pkgconfig gconf glib gnome_vfs gtk2 texinfo guile gwrap pkgconfig gconf glib gnome_vfs gtk2
libglade libgnome libgnomecanvas libgnomeui pango guile-cairo libglade libgnome libgnomecanvas libgnomeui pango guile-cairo
] ++ stdenv.lib.optional doCheck guile-lib; ] ++ stdenv.lib.optional doCheck guile-lib;
preConfigure = "./autogen.sh";
# The test suite tries to open an X display, which fails. # The test suite tries to open an X display, which fails.
doCheck = false; doCheck = false;
GUILE_AUTO_COMPILE = 0;
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "GNOME bindings for GNU Guile"; description = "GNOME bindings for GNU Guile";
longDescription = '' longDescription = ''