mirror of
https://github.com/cucumber-sp/yandex-music-linux.git
synced 2025-09-28 01:29:03 +03:00
Ship from sed and jq to applying patches
Change-Id: I4739feb75997d1b6f76af4deccb6f8a38e2d1e39
This commit is contained in:
@@ -29,6 +29,8 @@ stdenvNoCC.mkDerivation
|
||||
];
|
||||
|
||||
repack = ./../repack.sh;
|
||||
patches = ./../patches;
|
||||
utility = ./../utility;
|
||||
desktopItem = ../templates/desktop;
|
||||
src =
|
||||
if ymExe != null
|
||||
@@ -40,8 +42,12 @@ stdenvNoCC.mkDerivation
|
||||
};
|
||||
|
||||
unpackPhase = ''
|
||||
bash "$repack" ${if !fixQuit then "-q" else ""} -o "./app" "$src"
|
||||
cp -r $repack ./repack.sh
|
||||
cp -r $patches ./patches
|
||||
cp -r $utility ./utility
|
||||
bash "./repack.sh" ${if !fixQuit then "-q" else ""} -o "./app" "$src"
|
||||
'';
|
||||
dontPatch = true;
|
||||
|
||||
installPhase = ''
|
||||
mkdir -p "$out/share/nodejs"
|
||||
|
Reference in New Issue
Block a user