about summary refs log tree commit diff
path: root/pkgs/applications/terminal-emulators
diff options
context:
space:
mode:
authorYorick van Pelt <yorick@yorickvanpelt.nl>2022-10-11 12:39:17 +0200
committerYorick van Pelt <yorick@yorickvanpelt.nl>2022-10-11 12:39:17 +0200
commit1441c7930e6bda56bb6e3337010551a3437332a6 (patch)
tree1187e1d13cf5a39b7fe09ce4ee58ff8531f2f097 /pkgs/applications/terminal-emulators
parentd34cf47881fe1d1cd46b96df1f73e991332b2973 (diff)
guake: remove gbr, setuptools deps
Diffstat (limited to 'pkgs/applications/terminal-emulators')
-rw-r--r--pkgs/applications/terminal-emulators/guake/default.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/pkgs/applications/terminal-emulators/guake/default.nix b/pkgs/applications/terminal-emulators/guake/default.nix
index 84674881a73ab..ee28a25047815 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 = [