mirror of
https://github.com/Superredstone/nixos.git
synced 2026-03-07 20:28:08 +01:00
feat(gnome): fix gstreamer missing plugins
This commit is contained in:
@@ -60,4 +60,13 @@
|
|||||||
else
|
else
|
||||||
pkgs.kdePackages.kdeconnect-kde;
|
pkgs.kdePackages.kdeconnect-kde;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Hack to fix "Your GStreamer installation is missing a plug-in." inside of Nautilus
|
||||||
|
environment.sessionVariables.GST_PLUGIN_SYSTEM_PATH_1_0 =
|
||||||
|
lib.makeSearchPathOutput "lib" "lib/gstreamer-1.0"
|
||||||
|
[
|
||||||
|
pkgs.gst_all_1.gst-plugins-good
|
||||||
|
pkgs.gst_all_1.gst-plugins-bad
|
||||||
|
pkgs.gst_all_1.gst-plugins-ugly
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user