fim: unpin from gcc-9 (#351469)

This commit is contained in:
Atemu
2024-11-09 08:06:55 +01:00
committed by GitHub
+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";