copper: mark as broken

This commit is contained in:
Aaron Jheng 2022-11-16 02:38:00 +00:00
parent ce89321950
commit 58419cf37c
No known key found for this signature in database
GPG key ID: F6A547A869D050A3

View file

@ -1,4 +1,5 @@
{ lib, stdenv { lib
, stdenv
, fetchurl , fetchurl
, libffi , libffi
}: }:
@ -27,6 +28,6 @@ stdenv.mkDerivation rec {
homepage = "https://tibleiz.net/copper/"; homepage = "https://tibleiz.net/copper/";
license = licenses.bsd2; license = licenses.bsd2;
platforms = platforms.x86_64; platforms = platforms.x86_64;
broken = stdenv.isDarwin; broken = true;
}; };
} }