fix: remove scenefx override as it is fixed upstream
This commit is contained in:
6
flake.lock
generated
6
flake.lock
generated
@@ -118,11 +118,11 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1750744509,
|
"lastModified": 1750785057,
|
||||||
"narHash": "sha256-XD5EcquaHBg5spsN06fPHAjVCb1vOMM7oxmjZZ/PxIE=",
|
"narHash": "sha256-tGX6j4W91rcb+glXJo43sjPI9zQvPotonknG1BdihR4=",
|
||||||
"owner": "wlrfx",
|
"owner": "wlrfx",
|
||||||
"repo": "scenefx",
|
"repo": "scenefx",
|
||||||
"rev": "0f069970b410195aa5908d98c6fb41f3f0cd6e76",
|
"rev": "3a6cfb12e4ba97b43326357d14f7b3e40897adfc",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|||||||
@@ -35,17 +35,6 @@
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
scenefx-0-4 = scenefx.overrideAttrs (
|
|
||||||
final: prev: {
|
|
||||||
buildInputs =
|
|
||||||
prev.buildInputs
|
|
||||||
++ [
|
|
||||||
libgbm
|
|
||||||
libxcb
|
|
||||||
xcbutilwm
|
|
||||||
];
|
|
||||||
}
|
|
||||||
);
|
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
inherit pname;
|
inherit pname;
|
||||||
@@ -73,7 +62,7 @@ in
|
|||||||
wayland
|
wayland
|
||||||
wayland-protocols
|
wayland-protocols
|
||||||
wlroots-git
|
wlroots-git
|
||||||
scenefx-0-4
|
scenefx
|
||||||
libGL
|
libGL
|
||||||
]
|
]
|
||||||
++ lib.optionals enableXWayland [
|
++ lib.optionals enableXWayland [
|
||||||
|
|||||||
Reference in New Issue
Block a user