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
+2 -2
View File
@@ -1,5 +1,5 @@
{ lib { lib
, stdenv , gccStdenv
, fetchFromGitHub , fetchFromGitHub
, autoreconfHook , autoreconfHook
, xorgproto , xorgproto
@@ -7,7 +7,7 @@
, libXpm , libXpm
}: }:
stdenv.mkDerivation rec { gccStdenv.mkDerivation rec {
pname = "0verkill"; pname = "0verkill";
version = "unstable-2011-01-13"; version = "unstable-2011-01-13";