summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/gbinder-python/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/gbinder-python/default.nix')
-rw-r--r--pkgs/development/python-modules/gbinder-python/default.nix17
1 files changed, 8 insertions, 9 deletions
diff --git a/pkgs/development/python-modules/gbinder-python/default.nix b/pkgs/development/python-modules/gbinder-python/default.nix
index bb64e0c5e6a8..d5ba3d6ad82c 100644
--- a/pkgs/development/python-modules/gbinder-python/default.nix
+++ b/pkgs/development/python-modules/gbinder-python/default.nix
@@ -1,9 +1,10 @@
-{ lib
-, fetchFromGitHub
-, buildPythonPackage
-, cython_0
-, pkg-config
-, libgbinder
+{
+ lib,
+ fetchFromGitHub,
+ buildPythonPackage,
+ cython_0,
+ pkg-config,
+ libgbinder,
}:
buildPythonPackage rec {
@@ -18,9 +19,7 @@ buildPythonPackage rec {
sha256 = "1X9gAux9w/mCEVmE3Yqvvq3kU7hu4iAFaZWNZZZxt3E=";
};
- buildInputs = [
- libgbinder
- ];
+ buildInputs = [ libgbinder ];
nativeBuildInputs = [
cython_0