Mark as broken

This commit is contained in:
Daniel Løvbrøtte Olsen 2020-04-14 12:24:19 +02:00
parent a1b285facc
commit 05dd5105f3
3 changed files with 7 additions and 4 deletions

View File

@ -30,7 +30,5 @@
botamusique = pkgs.callPackage ./pkgs/botamusique {};
}

View File

@ -33,7 +33,7 @@ buildGradle {
'';
meta = with pkgs.stdenv.lib; {
#broken = true;
broken = true;
description = "A program to fetch metadata for Japanese Adult Video";
homepage = "https://github.com/DoctorD1501/JAVMovieScraper";
license = licenses.gpl2;

View File

@ -21,11 +21,16 @@ python3Packages.buildPythonApplication rec {
src = fetchFromGitHub {
owner = "azlux";
repo = "botamusique";
fetchSubmodules = true;
rev = "${version}";
sha256 = "08gb11ldclg22wn3pa808vw742pvx8rv2w0frmllghsvh63w04ma";
sha256 = "0fmdxi8fsi3qqx9f8sjlnml656l46dx93l7amhhp6zvpnmr6fl1n";
};
buildInputs = [ ffmpeg opusTools ];
meta = {
broken = true;
};
}