about summary refs log tree commit diff
path: root/pkgs/applications/kde
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2022-01-09 01:36:55 +0100
committerGitHub <noreply@github.com>2022-01-09 01:36:55 +0100
commit8cdc5aee3f7e6c8aa6ec811b74cbed313473a184 (patch)
treed7e52c07bf5f2c3bd5672e2fb7e156b189a2742a /pkgs/applications/kde
parent1fd1c8860fab7873f4148bfd5ee7f8805ee01d1b (diff)
parentcddfdc642e066624ad6c5a04ed3094bf471ca944 (diff)
downloadnixlib-8cdc5aee3f7e6c8aa6ec811b74cbed313473a184.tar
nixlib-8cdc5aee3f7e6c8aa6ec811b74cbed313473a184.tar.gz
nixlib-8cdc5aee3f7e6c8aa6ec811b74cbed313473a184.tar.bz2
nixlib-8cdc5aee3f7e6c8aa6ec811b74cbed313473a184.tar.lz
nixlib-8cdc5aee3f7e6c8aa6ec811b74cbed313473a184.tar.xz
nixlib-8cdc5aee3f7e6c8aa6ec811b74cbed313473a184.tar.zst
nixlib-8cdc5aee3f7e6c8aa6ec811b74cbed313473a184.zip
Merge pull request #125895 from arkanoid87/gstreamer_tools_bin
gstreamer: move executables to bin output
Diffstat (limited to 'pkgs/applications/kde')
-rw-r--r--pkgs/applications/kde/kamoso.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/kde/kamoso.nix b/pkgs/applications/kde/kamoso.nix
index 9baa06275a78..c80ed0c511e4 100644
--- a/pkgs/applications/kde/kamoso.nix
+++ b/pkgs/applications/kde/kamoso.nix
@@ -34,7 +34,7 @@ mkDerivation {
   ];
 
   qtWrapperArgs = [
-    "--prefix GST_PLUGIN_PATH : ${lib.makeSearchPath "lib/gstreamer-1.0" gst}"
+    "--prefix GST_PLUGIN_PATH : ${lib.makeSearchPathOutput "lib" "lib/gstreamer-1.0" gst}"
   ];
 
   meta = {