about summary refs log tree commit diff
path: root/pkgs/applications/video/pipe-viewer
diff options
context:
space:
mode:
authorh7x4 <h7x4@nani.wtf>2023-12-01 22:17:20 +0100
committerh7x4 <h7x4@nani.wtf>2023-12-02 06:57:21 +0100
commitefdec26090fe6c61327b67d933e39d694da36bc2 (patch)
treeebdd2c343c8be18cbcfb29b81babb409682eee53 /pkgs/applications/video/pipe-viewer
parent5171694860f185961daff3b1b413dabcab421300 (diff)
downloadnixlib-efdec26090fe6c61327b67d933e39d694da36bc2.tar
nixlib-efdec26090fe6c61327b67d933e39d694da36bc2.tar.gz
nixlib-efdec26090fe6c61327b67d933e39d694da36bc2.tar.bz2
nixlib-efdec26090fe6c61327b67d933e39d694da36bc2.tar.lz
nixlib-efdec26090fe6c61327b67d933e39d694da36bc2.tar.xz
nixlib-efdec26090fe6c61327b67d933e39d694da36bc2.tar.zst
nixlib-efdec26090fe6c61327b67d933e39d694da36bc2.zip
treewide: install missing desktopItems
Diffstat (limited to 'pkgs/applications/video/pipe-viewer')
-rw-r--r--pkgs/applications/video/pipe-viewer/default.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/pkgs/applications/video/pipe-viewer/default.nix b/pkgs/applications/video/pipe-viewer/default.nix
index 18e38122f27c..a63fcb8411e6 100644
--- a/pkgs/applications/video/pipe-viewer/default.nix
+++ b/pkgs/applications/video/pipe-viewer/default.nix
@@ -67,6 +67,11 @@ buildPerlModule rec {
   ];
 
   dontWrapGApps = true;
+
+  postInstall = ''
+    cp -r share/* $out/share
+  '';
+
   postFixup = ''
     wrapProgram "$out/bin/pipe-viewer" \
       --prefix PATH : "${lib.makeBinPath [ ffmpeg wget youtube-dl yt-dlp ]}"