Skip to content

Commit

Permalink
Merge pull request #326128 from andresilva/spotify-skype-snap-yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusramberg authored Jul 13, 2024
2 parents 0637b44 + d993f55 commit 64a71b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions pkgs/applications/audio/spotify/linux.nix
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,6 @@ stdenv.mkDerivation {
mkdir -p $libdir
mv ./usr/* $out/
cp meta/snap.yaml $out
# Work around Spotify referring to a specific minor version of
# OpenSSL.
Expand Down
4 changes: 2 additions & 2 deletions pkgs/by-name/sk/skypeforlinux/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ stdenv.mkDerivation {
unpackPhase = ''
runHook preUnpack
unsquashfs "$src" /meta/{'gui/*.desktop',snap.yaml} \
unsquashfs "$src" '/meta/gui/*.desktop' \
/usr/share/{doc/skypeforlinux,'icons/hicolor/*/apps/skypeforlinux.png',kservices5,pixmaps,skypeforlinux}
sourceRoot=squashfs-root
Expand All @@ -139,7 +139,7 @@ stdenv.mkDerivation {
mkdir -p "$out/bin"
mv meta/gui usr/share/applications
mv meta/snap.yaml usr/share "$out"
mv usr/share "$out"
ln -s "$out/share/skypeforlinux/skypeforlinux" "$out/bin"
runHook postInstall
Expand Down

0 comments on commit 64a71b0

Please sign in to comment.