From d4c1e02f5cb6394656e51be812273d86e0aa747d Mon Sep 17 00:00:00 2001 From: isabel Date: Sat, 19 Oct 2024 22:23:03 +0100 Subject: [PATCH] build(nix): include python & deps --- default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/default.nix b/default.nix index 96378e4f..b9550822 100644 --- a/default.nix +++ b/default.nix @@ -8,6 +8,8 @@ hyprcursor, zip, catppuccin-whiskers, + python3, + python3Packages, }: stdenvNoCC.mkDerivation { name = "catppuccin-cursors"; @@ -16,6 +18,7 @@ stdenvNoCC.mkDerivation { fileset = lib.fileset.intersection (lib.fileset.fromSource (lib.sources.cleanSource ./.)) ( lib.fileset.unions [ ./src + ./scripts ./justfile ./build ./create_zips @@ -33,6 +36,8 @@ stdenvNoCC.mkDerivation { hyprcursor zip catppuccin-whiskers + python3 + python3Packages.pyside6 ]; buildPhase = ''