mirror of
https://github.com/Xetibo/ReSet.git
synced 2025-04-04 13:02:01 +02:00
nix: use new name
This commit is contained in:
parent
778952d887
commit
390099fbc0
|
@ -50,7 +50,7 @@ rustPlatform.buildRustPackage rec {
|
|||
copyLibs = true;
|
||||
|
||||
postInstall = ''
|
||||
install -D --mode=444 $src/reset.desktop $out/share/applications/reset.desktop
|
||||
install -D --mode=444 $src/${pname}.desktop $out/share/applications/${pname}.desktop
|
||||
install -D --mode=444 $src/src/resources/icons/${pname}.svg $out/share/pixmaps/${pname}.svg
|
||||
'';
|
||||
|
||||
|
|
Loading…
Reference in a new issue