mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
guile-gnome: nitpicks fixed
This commit is contained in:
parent
d063880986
commit
b3dab5b088
@ -1,7 +1,7 @@
|
||||
{ fetchurl, stdenv, guile, guile-lib, gwrap
|
||||
, pkgconfig, gconf, glib, gnome_vfs, gtk2
|
||||
, libglade, libgnome, libgnomecanvas, libgnomeui
|
||||
, pango, guile-cairo, autoconf, automake, texinfo
|
||||
, pango, guile-cairo, texinfo
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
@ -10,20 +10,20 @@ stdenv.mkDerivation rec {
|
||||
version = "2.16.4";
|
||||
|
||||
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";
|
||||
};
|
||||
|
||||
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
|
||||
] ++ stdenv.lib.optional doCheck guile-lib;
|
||||
|
||||
preConfigure = "./autogen.sh";
|
||||
|
||||
# The test suite tries to open an X display, which fails.
|
||||
doCheck = false;
|
||||
|
||||
GUILE_AUTO_COMPILE = 0;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "GNOME bindings for GNU Guile";
|
||||
longDescription = ''
|
||||
|
Loading…
Reference in New Issue
Block a user