0verkill: fix darwin build

This commit is contained in:
Malo Bourgon 2021-05-11 16:21:08 -07:00
parent 00794f2270
commit 9b03a74fb5

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";