compiled webcomix with nix

This commit is contained in:
2024-12-02 22:40:32 -06:00
parent 7f052f6098
commit dc61c454d5
3 changed files with 54 additions and 0 deletions

View File

@@ -2,6 +2,7 @@
python3Packages,
gallery-dl,
ffmpeg,
pkgs,
...
}:
let
@@ -25,5 +26,6 @@ python3Packages.buildPythonApplication {
propagatedBuildInputs = [
gallery-dl
ffmpeg
(pkgs.callPackage ../../pkgs/webcomix/default.nix { })
];
}