mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
tryton: build with pypaBuildHook
This commit is contained in:
parent
26226abeed
commit
1bc559ed43
@ -20,21 +20,22 @@
|
||||
python3Packages.buildPythonApplication rec {
|
||||
pname = "tryton";
|
||||
version = "7.2.5";
|
||||
|
||||
disabled = !python3Packages.isPy3k;
|
||||
pyproject = true;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-U6hA6TuIMDTFAZUic60A5IKr/LKxKZEgiTIhkLlTJSw=";
|
||||
};
|
||||
|
||||
build-system = [ python3Packages.setuptools ];
|
||||
|
||||
nativeBuildInputs = [
|
||||
pkg-config
|
||||
gobject-introspection
|
||||
wrapGAppsHook3
|
||||
];
|
||||
|
||||
propagatedBuildInputs = with python3Packages; [
|
||||
dependencies = with python3Packages; [
|
||||
python-dateutil
|
||||
pygobject3
|
||||
goocalendar
|
||||
@ -57,6 +58,8 @@ python3Packages.buildPythonApplication rec {
|
||||
|
||||
strictDeps = false;
|
||||
|
||||
pythonImportsCheck = [ "tryton" ];
|
||||
|
||||
doCheck = false;
|
||||
|
||||
meta = with lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user