Go to file
Bjørn Forsman d4e469d307 spotify: unbreak it
Spotify doesn't start:

$ ./result/bin/spotify
/nix/store/yx05s6irqil8a24ilyvjvhnjljmm8f15-spotify-0.9.4.183/bin/.spotify-wrapped: error while loading shared libraries: libcef.so: cannot open shared object file: No such file or directory

That is fixed with adding $out/spotify-client/Data to RPATH.

Then Spotify errors out trying to open libudev.so.0. We don't have that
in nixpkgs, so I'm making a symlink to libudev.so.1 instead.

Tested on NixOS x86_64-linux.
2013-10-22 20:43:54 +02:00
doc Unify the Nixpkgs and NixOS version numbers 2013-10-10 13:28:22 +02:00
lib Adding SlimerJS — script-driven Gecko browser 2013-10-21 00:30:39 +04:00
maintainers/scripts Fix references to pkgs/lib 2013-10-10 13:28:22 +02:00
nixos Merge pull request #1106 from ocharles/redshift 2013-10-22 01:33:08 -07:00
pkgs spotify: unbreak it 2013-10-22 20:43:54 +02:00
.gitignore Merge .gitignore files 2013-10-10 13:28:22 +02:00
.version Unify the Nixpkgs and NixOS version numbers 2013-10-10 13:28:22 +02:00
COPYING * Applying an MIT-style license to Nixpkgs. 2006-04-25 16:50:34 +00:00
default.nix * For convenience, provide a top-level Nix expression that simply 2007-04-26 14:32:57 +00:00