From 58c2c19d9fcee330a7a718047f006fbc41e7d720 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Tue, 4 Jul 2023 02:55:08 +0200 Subject: [PATCH] Add missing desktop-tools runtime dependency --- desktop-tools-master.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/desktop-tools-master.nix b/desktop-tools-master.nix index fa6874a..df15895 100644 --- a/desktop-tools-master.nix +++ b/desktop-tools-master.nix @@ -17,6 +17,7 @@ pkgs.stdenv.mkDerivation rec { xorg.libXdmcp libpulseaudio dbus.dev + python3 ] ++ lib.optionals (full && stdenv.isLinux) [ gnome.gdm.dev glib