pyload: fix build

gstqt5
Jonathan Ringer 2019-08-02 09:03:55 -07:00 committed by Frederik Rietdijk
parent 6a22620c5b
commit 5304191cd7
1 changed files with 5 additions and 5 deletions

View File

@ -45,16 +45,16 @@ in pythonPackages.buildPythonApplication rec {
'';
preBuild = ''
paver generate_setup
${pythonPackages.paver}/bin/paver generate_setup
'';
doCheck = false;
meta = {
meta = with stdenv.lib; {
description = "Free and open source downloader for 1-click-hosting sites";
homepage = https://github.com/pyload/pyload;
license = stdenv.lib.licenses.gpl3;
maintainers = [ stdenv.lib.maintainers.mahe ];
platforms = stdenv.lib.platforms.all;
license = licenses.gpl3;
maintainers = [ maintainers.mahe ];
platforms = platforms.all;
};
}