Merge pull request #303490 from viraptor/aewan-darwin

aewan: fix darwin build
This commit is contained in:
Stanisław Pitucha 2024-04-12 11:03:38 +10:00 committed by GitHub
commit c85a09da64
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
{ lib, stdenv, fetchurl, fetchpatch, zlib, ncurses }:
{ lib, gccStdenv, fetchurl, fetchpatch, zlib, ncurses }:
let stdenv = gccStdenv;
in
stdenv.mkDerivation rec {
pname = "aewan";
version = "1.0.01";