about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorAndré-Patrick Bubel <code@apb.name>2021-09-01 16:35:33 +0200
committerAndré-Patrick Bubel <code@apb.name>2021-09-01 16:35:33 +0200
commit0721ce3ff1caa7c3d8ed7e725450545e303aa98f (patch)
treef7c120e57138da1bde385e60100617160cfa5831 /pkgs
parentb3051850497c67145971ccdcaeefbb68a7367959 (diff)
downloadnixlib-0721ce3ff1caa7c3d8ed7e725450545e303aa98f.tar
nixlib-0721ce3ff1caa7c3d8ed7e725450545e303aa98f.tar.gz
nixlib-0721ce3ff1caa7c3d8ed7e725450545e303aa98f.tar.bz2
nixlib-0721ce3ff1caa7c3d8ed7e725450545e303aa98f.tar.lz
nixlib-0721ce3ff1caa7c3d8ed7e725450545e303aa98f.tar.xz
nixlib-0721ce3ff1caa7c3d8ed7e725450545e303aa98f.tar.zst
nixlib-0721ce3ff1caa7c3d8ed7e725450545e303aa98f.zip
i3status-rust: install examples
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/window-managers/i3/status-rust.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/window-managers/i3/status-rust.nix b/pkgs/applications/window-managers/i3/status-rust.nix
index 541a205361e4..edb482ad15f0 100644
--- a/pkgs/applications/window-managers/i3/status-rust.nix
+++ b/pkgs/applications/window-managers/i3/status-rust.nix
@@ -40,7 +40,7 @@ rustPlatform.buildRustPackage rec {
 
   postInstall = ''
     mkdir -p $out/share
-    cp -R files/* $out/share
+    cp -R examples files/* $out/share
   '';
 
   postFixup = ''