diff options
author | Peter Simons | 2010-05-19 12:26:15 +0000 |
---|---|---|
committer | Peter Simons | 2010-05-19 12:26:15 +0000 |
commit | dd5add68e1ff15d4491f806e860789ce8ef8b4c9 (patch) | |
tree | 0daa07e6fcb171d3994fe6b96e71c92ee15d25c6 /pkgs/os-specific | |
parent | f90d6ec47d3bf5dc9b060350b095067513339b36 (diff) |
pkgs/os-specific/linux/hal/default.nix: strip trailing white space
svn path=/nixpkgs/trunk/; revision=21871
Diffstat (limited to 'pkgs/os-specific')
-rw-r--r-- | pkgs/os-specific/linux/hal/default.nix | 4 |
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 |