Merge pull request #174632 from patricksjackson/pin-textadept

textadept: Fix compilation using an older version of gcc
This commit is contained in:
7c6f434c 2022-05-27 13:45:46 +00:00 committed by GitHub
commit cc76d27597
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
{ lib, stdenv, fetchhg, fetchurl, gtk2, glib, pkg-config, unzip, ncurses, zip }:
{ lib, gcc10Stdenv, fetchhg, fetchurl, gtk2, glib, pkg-config, unzip, ncurses, zip }:
stdenv.mkDerivation rec {
gcc10Stdenv.mkDerivation rec {
version = "10.8";
pname = "textadept";