about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2010-05-19 12:26:15 +0000
committerPeter Simons <simons@cryp.to>2010-05-19 12:26:15 +0000
commitdd5add68e1ff15d4491f806e860789ce8ef8b4c9 (patch)
tree0daa07e6fcb171d3994fe6b96e71c92ee15d25c6
parentf90d6ec47d3bf5dc9b060350b095067513339b36 (diff)
downloadnixlib-dd5add68e1ff15d4491f806e860789ce8ef8b4c9.tar
nixlib-dd5add68e1ff15d4491f806e860789ce8ef8b4c9.tar.gz
nixlib-dd5add68e1ff15d4491f806e860789ce8ef8b4c9.tar.bz2
nixlib-dd5add68e1ff15d4491f806e860789ce8ef8b4c9.tar.lz
nixlib-dd5add68e1ff15d4491f806e860789ce8ef8b4c9.tar.xz
nixlib-dd5add68e1ff15d4491f806e860789ce8ef8b4c9.tar.zst
nixlib-dd5add68e1ff15d4491f806e860789ce8ef8b4c9.zip
pkgs/os-specific/linux/hal/default.nix: strip trailing white space
svn path=/nixpkgs/trunk/; revision=21871
-rw-r--r--pkgs/os-specific/linux/hal/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/hal/default.nix b/pkgs/os-specific/linux/hal/default.nix
index 6d870ebf453b..521992dae17e 100644
--- a/pkgs/os-specific/linux/hal/default.nix
+++ b/pkgs/os-specific/linux/hal/default.nix
@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
     url = "http://hal.freedesktop.org/releases/${name}.tar.gz";
     sha256 = "1by8z7vy1c1m3iyh57rlqx6rah5gj6kx3ba30s9305bnffij5kzb";
   };
-  
+
   buildInputs = [
     pkgconfig python pciutils expat libusb dbus.libs dbus_glib glib
     libuuid perl perlXMLParser gettext zlib gperf
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
   ] ++ stdenv.lib.optional (stdenv.system != "armv5tel-linux") [ libsmbios ];
 
   # !!! Hm, maybe the pci/usb.ids location should be in /etc, so that
-  # we don't have to rebuild HAL when we update the PCI/USB IDs.  
+  # we don't have to rebuild HAL when we update the PCI/USB IDs.
   configureFlags = ''
     --with-pci-ids=${pciutils}/share
     --with-usb-ids=${usbutils}/share