From 15bb019cdd952906fe54acd2d3fe835a4ff0bb37 Mon Sep 17 00:00:00 2001 From: Kat Inskip Date: Mon, 21 Jul 2025 15:03:37 -0700 Subject: [PATCH] fix: attempt --- package.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/package.nix b/package.nix index 37a5c88..58f5d1d 100644 --- a/package.nix +++ b/package.nix @@ -5,7 +5,8 @@ psmisc, gobject-introspection, gtk3, -feh, + setuptools, + feh, dbus-python, wrapGAppsHook, }: let @@ -21,6 +22,9 @@ in src = ./.; + pyproject = true; + build-system = [ setuptools ]; + doCheck = false; nativeBuildInputs = [