moving old overlays to inactive dir, refactor new filesystem section
This commit is contained in:
parent
09f234a90d
commit
ca06918f79
4 changed files with 68 additions and 70 deletions
|
@ -1,10 +0,0 @@
|
|||
final: prev: {
|
||||
ulauncher = prev.ulauncher.overrideAttrs (old: {
|
||||
propagatedBuildInputs = with prev.python3Packages;
|
||||
old.propagatedBuildInputs
|
||||
++ [
|
||||
thefuzz
|
||||
tornado
|
||||
];
|
||||
});
|
||||
}
|
|
@ -1,8 +0,0 @@
|
|||
final: prev: {
|
||||
wineWowPackages.stagingFull = prev.wineWowPackages.stagingFull.overrideAttrs (old: {
|
||||
patches = old.patches ++ [ ../patches/wine-6006.patch ];
|
||||
waylandSupport = true;
|
||||
fontconfigSupport = true;
|
||||
vulkanSupport = true;
|
||||
});
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue