mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2025-10-29 05:40:21 -04:00
fix: remove scenefx override as it is fixed upstream
This commit is contained in:
parent
accd34ba29
commit
5b219a7114
2 changed files with 4 additions and 15 deletions
|
|
@ -35,17 +35,6 @@
|
|||
};
|
||||
}
|
||||
);
|
||||
scenefx-0-4 = scenefx.overrideAttrs (
|
||||
final: prev: {
|
||||
buildInputs =
|
||||
prev.buildInputs
|
||||
++ [
|
||||
libgbm
|
||||
libxcb
|
||||
xcbutilwm
|
||||
];
|
||||
}
|
||||
);
|
||||
in
|
||||
stdenv.mkDerivation {
|
||||
inherit pname;
|
||||
|
|
@ -73,7 +62,7 @@ in
|
|||
wayland
|
||||
wayland-protocols
|
||||
wlroots-git
|
||||
scenefx-0-4
|
||||
scenefx
|
||||
libGL
|
||||
]
|
||||
++ lib.optionals enableXWayland [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue