Fix spotify upstream
This commit is contained in:
parent
5b0e8ee14f
commit
b4b0d141fb
1 changed files with 7 additions and 0 deletions
|
@ -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 = ''
|
||||
|
|
Loading…
Reference in a new issue