set pyproject = true
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
python3Packages,
|
||||
gallery-dl,
|
||||
ffmpeg,
|
||||
pkgs,
|
||||
callPackage,
|
||||
...
|
||||
}:
|
||||
let
|
||||
@@ -11,16 +11,21 @@ let
|
||||
in
|
||||
python3Packages.buildPythonApplication {
|
||||
inherit pname version;
|
||||
|
||||
src = builtins.path {
|
||||
path = ../../scripts/download/.;
|
||||
name = "${pname}-${version}";
|
||||
};
|
||||
|
||||
pyproject = true;
|
||||
|
||||
build-system = [ python3Packages.setuptools ];
|
||||
|
||||
dependencies =
|
||||
[
|
||||
ffmpeg
|
||||
gallery-dl
|
||||
(pkgs.callPackage ../../pkgs/webcomix/default.nix { })
|
||||
(callPackage ../../pkgs/webcomix/default.nix { })
|
||||
]
|
||||
++ builtins.attrValues {
|
||||
inherit (python3Packages)
|
||||
@@ -29,5 +34,4 @@ python3Packages.buildPythonApplication {
|
||||
yt-dlp
|
||||
;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user