monado: use scopes as arguments, remove all-packages.nix override (#484592)

This commit is contained in:
Sefa Eyeoglu
2026-01-28 07:33:49 +00:00
committed by GitHub
2 changed files with 3 additions and 8 deletions
+3 -4
View File
@@ -12,8 +12,7 @@
eigen,
elfutils,
glslang,
gst-plugins-base,
gstreamer,
gst_all_1,
hidapi,
libbsd,
libdrm,
@@ -94,8 +93,8 @@ stdenv.mkDerivation (finalAttrs: {
dbus
eigen
elfutils
gst-plugins-base
gstreamer
gst_all_1.gst-plugins-base
gst_all_1.gstreamer
hidapi
libbsd
libdrm
-4
View File
@@ -1943,10 +1943,6 @@ with pkgs;
mobilizon-frontend = callPackage ../servers/mobilizon/frontend.nix { };
};
monado = callPackage ../by-name/mo/monado/package.nix {
inherit (gst_all_1) gstreamer gst-plugins-base;
};
nltk-data = recurseIntoAttrs (callPackage ../tools/text/nltk-data { });
seabios-coreboot = seabios.override { ___build-type = "coreboot"; };