wio: remove top-level override

This commit is contained in:
Aliaksandr
2026-01-25 11:43:55 -05:00
committed by Michael Daniels
parent daf8a66db3
commit 462f79ef84
2 changed files with 2 additions and 6 deletions
+2 -2
View File
@@ -16,7 +16,7 @@
unstableGitUpdater,
wayland,
wayland-protocols,
wlroots,
wlroots_0_19,
xwayland,
}:
@@ -46,7 +46,7 @@ stdenv.mkDerivation (finalAttrs: {
udev
wayland
wayland-protocols
wlroots
wlroots_0_19
xwayland
];
-4
View File
@@ -3923,10 +3923,6 @@ with pkgs;
web-eid-app = qt6Packages.callPackage ../tools/security/web-eid-app { };
wio = callPackage ../by-name/wi/wio/package.nix {
wlroots = wlroots_0_19;
};
wyrd = callPackage ../tools/misc/wyrd {
ocamlPackages = ocaml-ng.ocamlPackages_4_14;
};