3
0
Fork 0
forked from mirrors/nixpkgs

gnome.aisleriot: Fix build

pygame dependency of pysolc does not currently build but it would not do anything
without a path being explicitly specified anyway.
This commit is contained in:
Jan Tojnar 2022-03-23 13:12:15 +01:00
parent d81828f4aa
commit 18a72ef69f

View file

@ -9,7 +9,6 @@
, librsvg
, libxml2
, desktop-file-utils
, pysolfc
, guile
, libcanberra-gtk3
, ninja
@ -46,7 +45,6 @@ stdenv.mkDerivation rec {
librsvg
guile
libcanberra-gtk3
pysolfc
];
prePatch = ''