mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
Merge pull request #303490 from viraptor/aewan-darwin
aewan: fix darwin build
This commit is contained in:
commit
c85a09da64
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user