copper: broken on darwin (#123030)

This commit is contained in:
Stéphan Kochen 2021-05-14 23:35:55 +02:00 committed by GitHub
parent 6b666af734
commit f91dcdd7b5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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