gsb: mark as broken

No active maintenance for several years; dependencies cannot be met.
This commit is contained in:
Joachim Fasting 2016-03-26 13:20:37 +01:00
parent 1f78d14028
commit 1379baca94

View File

@ -69,6 +69,7 @@ stdenv.mkDerivation rec {
license = licenses.unfree;
maintainers = with maintainers; [ jcumming ];
platforms = [ "x86_64-linux" "i686-linux" ] ;
broken = true;
};
}