Unverified Commit 97a351b8 authored by Atemu's avatar Atemu Committed by GitHub
Browse files

fim: unpin from gcc-9 (#351469)

parents 7199576d a751b1ac
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
{ 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";