monado: use scopes as arguments, remove all-packages.nix override (#484592)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"; };
|
||||
|
||||
Reference in New Issue
Block a user