Merge pull request #25359 from pbogdan/aisleriot-fix-build-failure
gnome3.aisleriot: fix build failure.
This commit is contained in:
commit
cb186efb64
|
@ -1,6 +1,6 @@
|
||||||
{ stdenv, fetchurl, pkgconfig, gnome3, intltool, itstool, gtk3
|
{ stdenv, fetchurl, pkgconfig, gnome3, intltool, itstool, gtk3
|
||||||
, wrapGAppsHook, gconf, librsvg, libxml2, desktop_file_utils
|
, wrapGAppsHook, gconf, librsvg, libxml2, desktop_file_utils
|
||||||
, guile, libcanberra_gtk3 }:
|
, guile_2_0, libcanberra_gtk3 }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
inherit (import ./src.nix fetchurl) name src;
|
inherit (import ./src.nix fetchurl) name src;
|
||||||
|
@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
|
||||||
configureFlags = [ "--with-card-theme-formats=svg" ];
|
configureFlags = [ "--with-card-theme-formats=svg" ];
|
||||||
|
|
||||||
buildInputs = [ pkgconfig intltool itstool gtk3 wrapGAppsHook gconf
|
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; {
|
meta = with stdenv.lib; {
|
||||||
homepage = https://wiki.gnome.org/Apps/Aisleriot;
|
homepage = https://wiki.gnome.org/Apps/Aisleriot;
|
||||||
|
|
Loading…
Reference in New Issue