fim: unpin from gcc-9

At least on x86_64-linux the build suceeds with a default stdenv on
gcc-13 without the changes.
This commit is contained in:
Sergei Trofimovich
2024-10-26 16:31:26 +01:00
parent a48eed919a
commit a751b1ac82
+2 -2
View File
@@ -1,4 +1,4 @@
{ gcc9Stdenv, fetchurl, autoconf, automake, pkg-config, lib
{ stdenv, fetchurl, autoconf, automake, pkg-config, lib
, perl, flex, bison, readline, libexif
, x11Support ? true, SDL
, svgSupport ? true, inkscape
@@ -9,7 +9,7 @@
, pngSupport ? true, libpng
}:
gcc9Stdenv.mkDerivation rec {
stdenv.mkDerivation rec {
pname = "fim";
version = "0.7";