mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
fim: unpin from gcc-9 (#351469)
This commit is contained in:
commit
97a351b8ef
@ -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