fim: unpin from gcc-9 (#351469)

This commit is contained in:
Atemu 2024-11-09 08:06:55 +01:00 committed by GitHub
commit 97a351b8ef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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";