compiled webcomix with nix
This commit is contained in:
@@ -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 { })
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user