fix/mark borked

This commit is contained in:
Daniel Olsen
2020-12-05 15:15:32 +01:00
parent 51e5082838
commit 262f62ce98
4 changed files with 6 additions and 2 deletions

View File

@@ -15,6 +15,7 @@ stdenv.mkDerivation {
buildInputs = [ libusb1 libudev ];
meta = with stdenv.lib; {
broken = true;
homepage = "https://github.com/ToadKing/wii-u-gc-adapter";
description = "Tool for using the Wii U GameCube Adapter on Linux";
license = licenses.mit;