Merge pull request #122657 from malob/0verkill-darwin-fix

0verkill: fix darwin build
This commit is contained in:
Sandro 2021-05-12 23:13:12 +02:00 committed by GitHub
commit b3186b9860
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
{ lib
, stdenv
, gccStdenv
, fetchFromGitHub
, autoreconfHook
, xorgproto
@ -7,7 +7,7 @@
, libXpm
}:
stdenv.mkDerivation rec {
gccStdenv.mkDerivation rec {
pname = "0verkill";
version = "unstable-2011-01-13";