Loading pkgs/development/python-modules/libvirt/default.nix +6 −0 Original line number Diff line number Diff line { stdenv, lib, buildPythonPackage, fetchFromGitLab, Loading @@ -21,6 +22,11 @@ buildPythonPackage rec { hash = "sha256-zOjTGXwxjd6QT01AaIln0FdP/8UZS0W3yPltUhlocpk="; }; postPatch = '' substituteInPlace setup.py \ --replace-fail 'pkg-config' "${stdenv.cc.targetPrefix}pkg-config" ''; build-system = [ setuptools ]; nativeBuildInputs = [ pkg-config ]; Loading Loading
pkgs/development/python-modules/libvirt/default.nix +6 −0 Original line number Diff line number Diff line { stdenv, lib, buildPythonPackage, fetchFromGitLab, Loading @@ -21,6 +22,11 @@ buildPythonPackage rec { hash = "sha256-zOjTGXwxjd6QT01AaIln0FdP/8UZS0W3yPltUhlocpk="; }; postPatch = '' substituteInPlace setup.py \ --replace-fail 'pkg-config' "${stdenv.cc.targetPrefix}pkg-config" ''; build-system = [ setuptools ]; nativeBuildInputs = [ pkg-config ]; Loading