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:
parent
f15d9d5123
commit
34c3c11fb5
@ -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 {};
|
||||
|
Loading…
Reference in New Issue
Block a user