mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-20 15:41:16 +00:00
alcom: install app icon
This commit is contained in:
@@ -52,6 +52,13 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
buildFeatures = [ "no-self-updater" ];
|
||||
buildAndTestSubdir = subdir;
|
||||
|
||||
postInstall = ''
|
||||
install -Dm644 ${subdir}/icons/icon.png $out/share/icons/hicolor/512x512/apps/ALCOM.png
|
||||
for size in 32x32 64x64 128x128 128x128@2x; do
|
||||
install -Dm644 ${subdir}/icons/$size.png $out/share/icons/hicolor/''${size%x}/apps/ALCOM.png
|
||||
done
|
||||
'';
|
||||
|
||||
npmDeps = fetchNpmDeps {
|
||||
name = "${finalAttrs.pname}-${finalAttrs.version}-npm-deps";
|
||||
inherit (finalAttrs) src;
|
||||
|
||||
Reference in New Issue
Block a user