Merge pull request #25359 from pbogdan/aisleriot-fix-build-failure

gnome3.aisleriot: fix build failure.
This commit is contained in:
Jörg Thalheim 2017-05-01 20:39:36 +02:00 committed by GitHub
commit cb186efb64
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ stdenv, fetchurl, pkgconfig, gnome3, intltool, itstool, gtk3
, wrapGAppsHook, gconf, librsvg, libxml2, desktop_file_utils
, guile, libcanberra_gtk3 }:
, guile_2_0, libcanberra_gtk3 }:
stdenv.mkDerivation rec {
inherit (import ./src.nix fetchurl) name src;
@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
configureFlags = [ "--with-card-theme-formats=svg" ];
buildInputs = [ pkgconfig intltool itstool gtk3 wrapGAppsHook gconf
librsvg libxml2 desktop_file_utils guile libcanberra_gtk3 ];
librsvg libxml2 desktop_file_utils guile_2_0 libcanberra_gtk3 ];
meta = with stdenv.lib; {
homepage = https://wiki.gnome.org/Apps/Aisleriot;