copper: mark as broken
This commit is contained in:
parent
ce89321950
commit
58419cf37c
1 changed files with 3 additions and 2 deletions
|
@ -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;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue