mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-06 01:38:06 +00:00
[Overlays/Packages] Do not modify dolphin (only optimize it)
Signed-off-by: Antoine Viallon <antoine@lesviallon.fr>
This commit is contained in:
parent
0d0f4a8dcf
commit
7d32fb35f5
1 changed files with 2 additions and 5 deletions
|
|
@ -74,14 +74,11 @@ in
|
||||||
]);
|
]);
|
||||||
}));
|
}));
|
||||||
})
|
})
|
||||||
|
# KDE packages
|
||||||
(self: super: {
|
(self: super: {
|
||||||
libsForQt5 = super.libsForQt5.overrideScope' (mself: msuper: {
|
libsForQt5 = super.libsForQt5.overrideScope' (mself: msuper: {
|
||||||
kwin = optimizeForThisHost msuper.kwin;
|
kwin = optimizeForThisHost msuper.kwin;
|
||||||
dolphin = optimizeForThisHost (msuper.dolphin.overrideAttrs (old: {
|
dolphin = optimizeForThisHost msuper.dolphin;
|
||||||
propagatedBuildInputs = old.propagatedBuildInputs ++ (with super; [
|
|
||||||
kio-fuse
|
|
||||||
]);
|
|
||||||
}));
|
|
||||||
});
|
});
|
||||||
})
|
})
|
||||||
(self: super: {
|
(self: super: {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue