diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-01-07 01:37:05 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-01-07 02:42:09 +0100 |
commit | b2f55787eff0feaa94ea3d336814dcff0d1fb3ba (patch) | |
tree | 2e4de2f497ef5c571c7f34832dfdc6470ada4ce9 /gnu | |
parent | ace78ef294eee9f1465daa7b12b47ab614ce72b7 (diff) | |
download | guix-b2f55787eff0feaa94ea3d336814dcff0d1fb3ba.tar.gz guix-b2f55787eff0feaa94ea3d336814dcff0d1fb3ba.zip |
gnu: pioneer: Fix build.
* gnu/packages/games (pioneer)[inputs]:
Downgrade libsigc++ to libsigc++-2.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/games.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index aae4df2777..2ef51d587f 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -7175,7 +7175,7 @@ elements to achieve a simple goal in the most complex way possible.") glew glu libpng - libsigc++ + libsigc++-2 libvorbis lua-5.2 ;not compatible with 5.3 mesa |