* Spotify for Linux (preview version). It works, but not yet out of
the box because it requires /usr/share/spotify to point at its resources. So to get it to work, you should do something like: $ nix-env -i spotify $ mkdir -p /usr/share $ ln -s /home/eelco/.nix-profile/share/spotify /usr/share/ Also note that the Linux client doesn't work with free Spotify accounts (as noted on https://www.spotify.com/nl/download/previews/). svn path=/nixpkgs/trunk/; revision=25431
This commit is contained in:
@@ -6484,6 +6484,8 @@ let
|
||||
|
||||
sox = callPackage ../applications/misc/audio/sox { };
|
||||
|
||||
spotify = callPackage ../applications/audio/spotify { };
|
||||
|
||||
stalonetray = callPackage ../applications/window-managers/stalonetray {};
|
||||
|
||||
stumpwm = builderDefsPackage (import ../applications/window-managers/stumpwm) {
|
||||
|
||||
Reference in New Issue
Block a user