mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-23 04:25:14 +00:00
ncspot: fix desktop file
Fix the typo in the name the desktop file and icon.
This commit is contained in:
parent
ab464abbeb
commit
8c6ecc5ce7
@ -80,8 +80,8 @@ rustPlatform.buildRustPackage rec {
|
||||
++ lib.optional withTermion "termion_backend";
|
||||
|
||||
postInstall = ''
|
||||
install -D --mode=444 $src/misc/ncspot.desktop $out/share/applications/nscpot.desktop
|
||||
install -D --mode=444 $src/images/logo.svg $out/share/icons/hicolor/scalable/apps/nscpot.png
|
||||
install -D --mode=444 $src/misc/ncspot.desktop $out/share/applications/ncspot.desktop
|
||||
install -D --mode=444 $src/images/logo.svg $out/share/icons/hicolor/scalable/apps/ncspot.svg
|
||||
'';
|
||||
|
||||
passthru = {
|
||||
|
Loading…
Reference in New Issue
Block a user