From 1441c7930e6bda56bb6e3337010551a3437332a6 Mon Sep 17 00:00:00 2001 From: Yorick van Pelt Date: Tue, 11 Oct 2022 12:39:17 +0200 Subject: [PATCH] guake: remove gbr, setuptools deps --- pkgs/applications/terminal-emulators/guake/default.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkgs/applications/terminal-emulators/guake/default.nix b/pkgs/applications/terminal-emulators/guake/default.nix index 84674881a73..ee28a250478 100644 --- a/pkgs/applications/terminal-emulators/guake/default.nix +++ b/pkgs/applications/terminal-emulators/guake/default.nix @@ -51,15 +51,12 @@ python3.pkgs.buildPythonApplication rec { propagatedBuildInputs = with python3.pkgs; [ dbus-python - pbr pycairo pygobject3 - setuptools setuptools-scm pyyaml ]; - PBR_VERSION = version; # pbr needs either .git directory, sdist, or env var SETUPTOOLS_SCM_PRETEND_VERSION = version; makeFlags = [