about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2016-01-29 09:04:57 -0600
committerThomas Tuegel <ttuegel@gmail.com>2016-01-31 21:15:03 -0600
commitfe1bae4e58c64a9f0be4beef1ec1cf7f1420b26a (patch)
tree8713884bb5674789fa2e84d4b55fca8dfc42f8b5 /pkgs/applications
parent2f4087b13d71e648c774308ee64a2fa933d308a5 (diff)
downloadnixlib-fe1bae4e58c64a9f0be4beef1ec1cf7f1420b26a.tar
nixlib-fe1bae4e58c64a9f0be4beef1ec1cf7f1420b26a.tar.gz
nixlib-fe1bae4e58c64a9f0be4beef1ec1cf7f1420b26a.tar.bz2
nixlib-fe1bae4e58c64a9f0be4beef1ec1cf7f1420b26a.tar.lz
nixlib-fe1bae4e58c64a9f0be4beef1ec1cf7f1420b26a.tar.xz
nixlib-fe1bae4e58c64a9f0be4beef1ec1cf7f1420b26a.tar.zst
nixlib-fe1bae4e58c64a9f0be4beef1ec1cf7f1420b26a.zip
spotify: udev -> libudev
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/audio/spotify/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/spotify/default.nix b/pkgs/applications/audio/spotify/default.nix
index 6e4bf1b73111..70dc832225be 100644
--- a/pkgs/applications/audio/spotify/default.nix
+++ b/pkgs/applications/audio/spotify/default.nix
@@ -1,6 +1,6 @@
 { fetchurl, stdenv, dpkg, xorg, alsaLib, makeWrapper, openssl_1_0_1, freetype
 , glib, pango, cairo, atk, gdk_pixbuf, gtk, cups, nspr, nss, libpng, GConf
-, libgcrypt, udev, fontconfig, dbus, expat, ffmpeg_0_10, curl, zlib, gnome }:
+, libgcrypt, libudev, fontconfig, dbus, expat, ffmpeg_0_10, curl, zlib, gnome }:
 
 assert stdenv.system == "x86_64-linux";
 
@@ -27,7 +27,7 @@ let
     nss
     pango
     stdenv.cc.cc
-    udev
+    libudev
     xorg.libX11
     xorg.libXcomposite
     xorg.libXcursor