about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorFrederik Rietdijk <freddyrietdijk@fridh.nl>2019-12-30 16:27:24 +0100
committerGitHub <noreply@github.com>2019-12-30 16:27:24 +0100
commit9bc8e546c9ff38ece6f178a88055e19d16f872c9 (patch)
tree66d35f295c263bb11e915785debd2ed0e504521b /pkgs/applications
parentc94e211a478e6dc696ea66103edef32c67045ecc (diff)
parent480fc1856a41800cde7f0b154f9bb0c3f8c4e27a (diff)
downloadnixlib-9bc8e546c9ff38ece6f178a88055e19d16f872c9.tar
nixlib-9bc8e546c9ff38ece6f178a88055e19d16f872c9.tar.gz
nixlib-9bc8e546c9ff38ece6f178a88055e19d16f872c9.tar.bz2
nixlib-9bc8e546c9ff38ece6f178a88055e19d16f872c9.tar.lz
nixlib-9bc8e546c9ff38ece6f178a88055e19d16f872c9.tar.xz
nixlib-9bc8e546c9ff38ece6f178a88055e19d16f872c9.tar.zst
nixlib-9bc8e546c9ff38ece6f178a88055e19d16f872c9.zip
Merge pull request #75929 from NixOS/staging-next
Staging next
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/misc/polybar/default.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/pkgs/applications/misc/polybar/default.nix b/pkgs/applications/misc/polybar/default.nix
index fcc6ead550a8..24eb64510889 100644
--- a/pkgs/applications/misc/polybar/default.nix
+++ b/pkgs/applications/misc/polybar/default.nix
@@ -24,8 +24,7 @@ assert nlSupport     -> ! iwSupport && libnl         != null;
 assert i3Support     -> ! i3GapsSupport && jsoncpp != null && i3      != null;
 assert i3GapsSupport -> ! i3Support     && jsoncpp != null && i3-gaps != null;
 
-let xcbproto-py3 = xcbproto.override { python = python3; };
-in stdenv.mkDerivation rec {
+stdenv.mkDerivation rec {
     pname = "polybar";
     version = "3.4.1";
 
@@ -51,7 +50,7 @@ in stdenv.mkDerivation rec {
     };
 
     buildInputs = [
-      cairo libXdmcp libpthreadstubs libxcb pcre python3 xcbproto-py3 xcbutil
+      cairo libXdmcp libpthreadstubs libxcb pcre python3 xcbproto xcbutil
       xcbutilcursor xcbutilimage xcbutilrenderutil xcbutilwm xcbutilxrm
 
       (if alsaSupport   then alsaLib       else null)