Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions pkgs/by-name/mo/monado/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
eigen,
elfutils,
glslang,
gst-plugins-base,
gstreamer,
gst_all_1,
hidapi,
libbsd,
libdrm,
Expand Down Expand Up @@ -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
Expand Down
4 changes: 0 additions & 4 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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"; };
Expand Down
Loading