feat: use isisdl from unstable branch

This commit is contained in:
Jacob Bachmann 2024-08-01 18:26:17 +02:00
parent e8b1fbb1fb
commit 9e7fbae80e
Signed by: bchmnn
GPG key ID: 732A612DAD28067D
4 changed files with 7 additions and 69 deletions

View file

@ -9,7 +9,12 @@ buildPythonApplication {
pkgs.gobject-introspection
];
propagatedBuildInputs = with python3Packages; [ pkgs.gtk3 pygobject3 notify2 pikepdf ];
propagatedBuildInputs = with python3Packages; [
pkgs.gtk3
pygobject3
notify2
pikepdf
];
dontUnpack = true;
format = "other";