gopherclient: Mark as broken

Package does not build
This commit is contained in:
adisbladis 2018-08-26 22:27:21 +08:00
parent 90d3ed0096
commit 6d903a9407
No known key found for this signature in database
GPG Key ID: ED58F95069B004F5

View File

@ -40,5 +40,6 @@ buildGoPackage rec {
license = licenses.mit;
maintainers = with maintainers; [ orivej ];
platforms = platforms.linux;
broken = true;
};
}