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:
parent
a48eed919a
commit
a751b1ac82
@ -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";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user