8 buildPythonPackage rec {
13 src = fetchFromGitHub {
15 repo = "python-hwdata";
16 rev = "python-hwdata-${version}-1";
17 hash = "sha256-hmvxVF9LOkezXnJdbtbEJWhU4uvUJgxQHYeWUoiniF0=";
25 substituteInPlace hwdata.py --replace "/usr/share/hwdata" "${pkgs.hwdata}/share/hwdata"
28 pythonImportsCheck = [
32 doCheck = false; # no tests
35 description = "Python bindings to hwdata";
36 homepage = "https://github.com/xsuchy/python-hwdata";
37 license = licenses.gpl2Plus;
38 maintainers = with maintainers; [ lurkki ];