From 5b219a71149587a7cd9d4a7a2e3a7f2a3c63e011 Mon Sep 17 00:00:00 2001 From: EdenQwQ Date: Wed, 25 Jun 2025 01:28:52 +0800 Subject: [PATCH] fix: remove scenefx override as it is fixed upstream --- flake.lock | 6 +++--- nix/default.nix | 13 +------------ 2 files changed, 4 insertions(+), 15 deletions(-) diff --git a/flake.lock b/flake.lock index 246620c..38effcb 100644 --- a/flake.lock +++ b/flake.lock @@ -118,11 +118,11 @@ ] }, "locked": { - "lastModified": 1750744509, - "narHash": "sha256-XD5EcquaHBg5spsN06fPHAjVCb1vOMM7oxmjZZ/PxIE=", + "lastModified": 1750785057, + "narHash": "sha256-tGX6j4W91rcb+glXJo43sjPI9zQvPotonknG1BdihR4=", "owner": "wlrfx", "repo": "scenefx", - "rev": "0f069970b410195aa5908d98c6fb41f3f0cd6e76", + "rev": "3a6cfb12e4ba97b43326357d14f7b3e40897adfc", "type": "github" }, "original": { diff --git a/nix/default.nix b/nix/default.nix index ea33ae6..c83630e 100644 --- a/nix/default.nix +++ b/nix/default.nix @@ -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 [