0
0
mirror of https://github.com/cucumber-sp/yandex-music-linux.git synced 2024-12-23 22:22:59 +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

@ -56,13 +56,13 @@
"ymExe": { "ymExe": {
"flake": false, "flake": false,
"locked": { "locked": {
"narHash": "sha256-9ANAW3/Cp/QAep36ax2EhjyB9Y6NrKyV1QgsHq5WPDs=", "narHash": "sha256-JEtqtRkBhbUN7+rcVzTrf2DjaIgr4MwSpunQPDV9/O0=",
"type": "file", "type": "file",
"url": "https://music-desktop-application.s3.yandex.net/stable/Yandex_Music_x64_5.0.6.exe" "url": "https://music-desktop-application.s3.yandex.net/stable/Yandex_Music_x64_5.0.7.exe"
}, },
"original": { "original": {
"type": "file", "type": "file",
"url": "https://music-desktop-application.s3.yandex.net/stable/Yandex_Music_x64_5.0.6.exe" "url": "https://music-desktop-application.s3.yandex.net/stable/Yandex_Music_x64_5.0.7.exe"
} }
} }
}, },

View File

@ -2,7 +2,7 @@
description = "Native Yandex Music desktop client"; description = "Native Yandex Music desktop client";
inputs = { inputs = {
ymExe = { ymExe = {
url = https://music-desktop-application.s3.yandex.net/stable/Yandex_Music_x64_5.0.6.exe; url = https://music-desktop-application.s3.yandex.net/stable/Yandex_Music_x64_5.0.7.exe;
flake = false; flake = false;
}; };
}; };

View File

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