aqemu: mark broken

This commit is contained in:
Sandro Jäckel 2021-03-02 16:59:28 +01:00
parent c1edda8342
commit 0f78e1772f
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -22,5 +22,6 @@ mkDerivation rec {
license = licenses.gpl2;
maintainers = with maintainers; [ hrdinka ];
platforms = with platforms; linux;
broken = true;
};
}