Author: urkud
Date: Thu Mar 29 18:02:10 2012
New Revision: 33476
URL: https://nixos.org/websvn/nix/?rev=33476&sc=1

Log:
pam_usb: drop hal dependency

It doesn't use hal, though many functions are named *_hal_*. All d-bus calls
actually ask UDisks.

Modified:
   nixpkgs/trunk/pkgs/os-specific/linux/pam_usb/default.nix

Modified: nixpkgs/trunk/pkgs/os-specific/linux/pam_usb/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/os-specific/linux/pam_usb/default.nix    Thu Mar 29 
16:33:32 2012        (r33475)
+++ nixpkgs/trunk/pkgs/os-specific/linux/pam_usb/default.nix    Thu Mar 29 
18:02:10 2012        (r33476)
@@ -1,4 +1,4 @@
-{stdenv, fetchurl, makeWrapper, useSetUID, dbus, libxml2, pam, hal, pkgconfig, 
pmount, python, pythonDBus}:
+{stdenv, fetchurl, makeWrapper, useSetUID, dbus, libxml2, pam, pkgconfig, 
pmount, python, pythonDBus}:
 
 let
   pmountBin = useSetUID pmount "/bin/pmount";
@@ -16,7 +16,7 @@
   buildInputs = [
     makeWrapper
     # pam_usb dependencies
-    dbus libxml2 pam hal pmount pkgconfig
+    dbus libxml2 pam pmount pkgconfig
     # pam_usb's tools dependencies
     python
     # cElementTree is included with python 2.5 and later.
_______________________________________________
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to