mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
bambu-studio: add gst-plugins-good (#274383)
This commit is contained in:
parent
58cbd011d6
commit
86d4d1ad17
@ -24,6 +24,7 @@
|
||||
, gstreamer
|
||||
, gst-plugins-base
|
||||
, gst-plugins-bad
|
||||
, gst-plugins-good
|
||||
, gtest
|
||||
, gtk3
|
||||
, hicolor-icon-theme
|
||||
@ -90,6 +91,7 @@ stdenv.mkDerivation rec {
|
||||
gstreamer
|
||||
gst-plugins-base
|
||||
gst-plugins-bad
|
||||
gst-plugins-good
|
||||
gtk3
|
||||
hicolor-icon-theme
|
||||
ilmbase
|
||||
|
@ -35409,7 +35409,7 @@ with pkgs;
|
||||
super-slicer-latest = super-slicer.latest;
|
||||
|
||||
bambu-studio = callPackage ../applications/misc/bambu-studio {
|
||||
inherit (gst_all_1) gstreamer gst-plugins-base gst-plugins-bad;
|
||||
inherit (gst_all_1) gstreamer gst-plugins-base gst-plugins-bad gst-plugins-good;
|
||||
|
||||
glew = glew-egl;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user