From 34c3c11fb5c272a45593b7212f0de631278c1361 Mon Sep 17 00:00:00 2001 From: justinwoo Date: Mon, 8 Jul 2019 15:10:16 +0300 Subject: [PATCH] fix polybarFull this build cannot support both wirelesstools and libnl at the same time, and also cannot support both i3 and i3gaps. --- pkgs/top-level/all-packages.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 5465bb02a9b7..6eb097e2c0bd 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -19320,10 +19320,10 @@ in githubSupport = true; mpdSupport = true; pulseSupport = true; - iwSupport = true; + iwSupport = false; nlSupport = true; i3Support = true; - i3GapsSupport = true; + i3GapsSupport = false; }; ptex = callPackage ../development/libraries/ptex {};