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

[nix] Fix building after licence removing

Change-Id: Ifd53a9fc08095109c134061595b5da97ae5fbd58
This commit is contained in:
Yury Shvedov
2024-01-25 08:05:24 +03:00
parent e6935f4957
commit b182181f25
3 changed files with 5 additions and 5 deletions

View File

@@ -18,7 +18,7 @@ let
repack = ./../repack.sh;
src = ymExe;
} ''
bash "$repack" -xl "$src"
bash "$repack" -x "$src"
mv ./app "$out"
'';
launcher = writeShellApplication {