Sort overlay attributes
This commit is contained in:
parent
ac183baa8f
commit
8b07ac5364
1 changed files with 5 additions and 5 deletions
|
@ -155,11 +155,6 @@ in genAttrs [
|
|||
};
|
||||
});
|
||||
|
||||
w3m = prev.w3m.override {
|
||||
x11Support = false;
|
||||
imlib2 = final.imlib2;
|
||||
};
|
||||
|
||||
thunderbird-unwrapped = prev.thunderbird-unwrapped.overrideAttrs (prevAttrs: {
|
||||
configureFlags = prevAttrs.configureFlags or [ ]
|
||||
|> substituteFlags {
|
||||
|
@ -169,6 +164,11 @@ in genAttrs [
|
|||
|
||||
thunderbird = final.wrapThunderbird final.thunderbird-unwrapped { };
|
||||
|
||||
w3m = prev.w3m.override {
|
||||
x11Support = false;
|
||||
imlib2 = final.imlib2;
|
||||
};
|
||||
|
||||
utsushi = prev.utsushi.overrideAttrs (prevAttrs: {
|
||||
buildInputs = prevAttrs.buildInputs or [ ]
|
||||
|> packages.remove [ "gtkmm" ];
|
||||
|
|
Loading…
Reference in a new issue