Fix spotify upstream

This commit is contained in:
Martin Potier 2018-03-14 12:57:39 +02:00
parent 5b0e8ee14f
commit b4b0d141fb
1 changed files with 7 additions and 0 deletions

View File

@ -22,6 +22,13 @@ self: super:
ripmime = super.ripmime.override {
stdenv = super.overrideCC super.stdenv super.gcc6;
};
spotify = super.spotify.overrideDerivation (
old: {
src = fetchurl {
url = "https://repository-origin.spotify.com/pool/non-free/s/spotify-client/spotify-client_1.0.72.117.g6bd7cc73-35_amd64.deb";
sha256 = "0yicwvg6jx8r657ff53326akq3g4ayiinlracjw5jrcs8x9whjap";
};
});
nixops = super.nixops.overrideDerivation (
old: {
patchPhase = ''