Loading pkgs/development/python-modules/pystatgrab/default.nix +6 −8 Original line number Diff line number Diff line { lib, stdenv, buildPythonPackage, cython, fetchFromGitHub, Loading @@ -8,7 +9,6 @@ pythonOlder, setuptools, unittestCheckHook, wheel, }: buildPythonPackage rec { Loading @@ -25,24 +25,22 @@ buildPythonPackage rec { hash = "sha256-0FDhkIK8jy3/SFmCzrl9l4RTeIKDjO0o5UoODx6Wnfs="; }; build-system = [ setuptools wheel ]; build-system = [ setuptools ]; nativeBuildInputs = [ cython pkg-config ]; buildInputs = [ libstatgrab ]; buildInputs = [ libstatgrab ]; nativeCheckInputs = [ unittestCheckHook ]; pythonImportsCheck = [ "statgrab" ]; # Tests don't work on darwin due to seg fault doCheck = !stdenv.hostPlatform.isDarwin; meta = with lib; { description = "Python bindings for libstatgrab"; homepage = "https://github.com/libstatgrab/pystatgrab"; Loading Loading
pkgs/development/python-modules/pystatgrab/default.nix +6 −8 Original line number Diff line number Diff line { lib, stdenv, buildPythonPackage, cython, fetchFromGitHub, Loading @@ -8,7 +9,6 @@ pythonOlder, setuptools, unittestCheckHook, wheel, }: buildPythonPackage rec { Loading @@ -25,24 +25,22 @@ buildPythonPackage rec { hash = "sha256-0FDhkIK8jy3/SFmCzrl9l4RTeIKDjO0o5UoODx6Wnfs="; }; build-system = [ setuptools wheel ]; build-system = [ setuptools ]; nativeBuildInputs = [ cython pkg-config ]; buildInputs = [ libstatgrab ]; buildInputs = [ libstatgrab ]; nativeCheckInputs = [ unittestCheckHook ]; pythonImportsCheck = [ "statgrab" ]; # Tests don't work on darwin due to seg fault doCheck = !stdenv.hostPlatform.isDarwin; meta = with lib; { description = "Python bindings for libstatgrab"; homepage = "https://github.com/libstatgrab/pystatgrab"; Loading