nixpkgs/pkgs/os-specific/linux/hal/info.nix
Eelco Dolstra 8acd56744f * HAL updated to 0.5.14.
svn path=/nixpkgs/branches/x-updates/; revision=22635
2010-07-18 21:52:10 +00:00

16 lines
382 B
Nix

{stdenv, fetchurl, pkgconfig}:
stdenv.mkDerivation rec {
name = "hal-info-20091130";
src = fetchurl {
url = "http://hal.freedesktop.org/releases/${name}.tar.gz";
sha256 = "092jhzpxa2h8djf8pijql92m70q87yds22686ryrfna3xbm90niv";
};
meta = {
homepage = http://www.freedesktop.org/wiki/Software/hal;
description = "Hardware data and quirks for HAL";
};
}