i3status-rust: install examples

This commit is contained in:
André-Patrick Bubel 2021-09-01 16:35:33 +02:00
parent b305185049
commit 0721ce3ff1
No known key found for this signature in database
GPG Key ID: 28925CBA8869FF29

View File

@ -40,7 +40,7 @@ rustPlatform.buildRustPackage rec {
postInstall = ''
mkdir -p $out/share
cp -R files/* $out/share
cp -R examples files/* $out/share
'';
postFixup = ''