keepassxc: Avoid dependency on X
This commit is contained in:
parent
ec54176791
commit
08d7136f16
1 changed files with 7 additions and 0 deletions
|
@ -78,6 +78,13 @@ in genAttrs [
|
||||||
++ [ "-DWITH_X11:BOOL=OFF" ];
|
++ [ "-DWITH_X11:BOOL=OFF" ];
|
||||||
});
|
});
|
||||||
|
|
||||||
|
keepassxc = (prev.keepassxc.overrideAttrs (prevAttrs: {
|
||||||
|
buildInputs = prevAttrs.buildInputs
|
||||||
|
|> packages.remove [ "kio" ];
|
||||||
|
})).override {
|
||||||
|
withKeePassX11 = false;
|
||||||
|
};
|
||||||
|
|
||||||
libepoxy = (prev.libepoxy.overrideAttrs (prevAttrs: {
|
libepoxy = (prev.libepoxy.overrideAttrs (prevAttrs: {
|
||||||
buildInputs = prevAttrs.buildInputs or [ ]
|
buildInputs = prevAttrs.buildInputs or [ ]
|
||||||
++ [ final.libGL ];
|
++ [ final.libGL ];
|
||||||
|
|
Loading…
Reference in a new issue