fix polybarFull

this build cannot support both wirelesstools and libnl at the same time,
and also cannot support both i3 and i3gaps.
This commit is contained in:
justinwoo
2019-07-10 13:59:41 +03:00
parent f15d9d5123
commit 34c3c11fb5
+2 -2
View File
@@ -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 {};