Skip to content

Commit

Permalink
fim: unpin from gcc-9
Browse files Browse the repository at this point in the history
At least on x86_64-linux the build suceeds with a default stdenv on
gcc-13 without the changes.
  • Loading branch information
trofi committed Oct 26, 2024
1 parent a48eed9 commit a751b1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/graphics/fim/default.nix
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -9,7 +9,7 @@
, pngSupport ? true, libpng
}:

gcc9Stdenv.mkDerivation rec {
stdenv.mkDerivation rec {
pname = "fim";
version = "0.7";

Expand Down

0 comments on commit a751b1a

Please sign in to comment.