amule: mark broken

This commit is contained in:
Sandro Jäckel 2021-03-01 18:02:08 +01:00
parent 64dbd56960
commit 4bc50d5539
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

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;
};
}