mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 17:46:29 +09:00
your_spotify: fix broken symlinks (#382320)
This commit is contained in:
commit
fdac649609
1 changed files with 1 additions and 0 deletions
|
@ -51,6 +51,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
|
||||
mkdir -p $out/share/your_spotify
|
||||
cp -r node_modules $out/share/your_spotify/node_modules
|
||||
rm $out/share/your_spotify/node_modules/@your_spotify/{client,dev,server}
|
||||
cp -r ./apps/server/{lib,package.json} $out
|
||||
mkdir -p $out/bin
|
||||
makeWrapper ${lib.escapeShellArg (lib.getExe nodejs)} "$out/bin/your_spotify_migrate" \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue