amule: mark broken

This commit is contained in:
Sandro Jäckel
2021-03-01 18:02:08 +01:00
parent 64dbd56960
commit 4bc50d5539

View File

@@ -75,5 +75,7 @@ stdenv.mkDerivation rec {
license = licenses.gpl2Plus;
maintainers = with maintainers; [ phreedom ];
platforms = platforms.unix;
# Could not find crypto++ installation or sources.
broken = true;
};
}