Merge pull request #101545 from SuperSandro2000/kindlegen-broken

kindlegen: mark broken due to download removal
This commit is contained in:
Benjamin Hipple 2020-10-24 22:58:24 -04:00 committed by GitHub
commit 13046ed34d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,6 +42,7 @@ in stdenv.mkDerivation {
'';
meta = with stdenv.lib; {
broken = true; # download links got removed
description = "Convert documents to .mobi for use with Amazon Kindle";
homepage = "https://www.amazon.com/gp/feature.html?docId=1000765211";
license = licenses.unfree;