0
0
mirror of https://github.com/cucumber-sp/yandex-music-linux.git synced 2025-09-28 01:29:03 +03:00

Better Icons

Nix Fix
This commit is contained in:
Andrey Onishchenko
2024-03-07 22:16:21 +03:00
parent f5eeac19b4
commit 8bf13524b5
5 changed files with 13 additions and 0 deletions

View File

@@ -30,6 +30,7 @@ stdenvNoCC.mkDerivation
repack = ./../repack.sh;
patches = ./../patches;
utility = ./../utility;
icons = ./../icons;
desktopItem = ../templates/desktop;
src =
if ymExe != null
@@ -44,6 +45,7 @@ stdenvNoCC.mkDerivation
cp -r $repack ./repack.sh
cp -r $patches ./patches
cp -r $utility ./utility
cp -r $icons ./icons
bash "./repack.sh" -o "./app" "$src"
'';
dontPatch = true;