mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 06:45:54 +03:00
python-*: Format pythonPackages
bindings
This commit is contained in:
parent
e6a476c862
commit
715e0a4e59
@ -240,7 +240,10 @@ in stdenv.mkDerivation {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
passthru = let
|
passthru = let
|
||||||
pythonPackages = callPackage ../../../../../top-level/python-packages.nix {python=self; overrides=packageOverrides;};
|
pythonPackages = callPackage ../../../../../top-level/python-packages.nix {
|
||||||
|
python = self;
|
||||||
|
overrides = packageOverrides;
|
||||||
|
};
|
||||||
in rec {
|
in rec {
|
||||||
inherit libPrefix sitePackages x11Support hasDistutilsCxxPatch ucsEncoding;
|
inherit libPrefix sitePackages x11Support hasDistutilsCxxPatch ucsEncoding;
|
||||||
executable = libPrefix;
|
executable = libPrefix;
|
||||||
|
@ -175,7 +175,10 @@ in stdenv.mkDerivation {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
passthru = let
|
passthru = let
|
||||||
pythonPackages = callPackage ../../../../../top-level/python-packages.nix {python=self; overrides=packageOverrides;};
|
pythonPackages = callPackage ../../../../../top-level/python-packages.nix {
|
||||||
|
python = self;
|
||||||
|
overrides = packageOverrides;
|
||||||
|
};
|
||||||
in rec {
|
in rec {
|
||||||
inherit libPrefix sitePackages x11Support hasDistutilsCxxPatch;
|
inherit libPrefix sitePackages x11Support hasDistutilsCxxPatch;
|
||||||
executable = "${libPrefix}m";
|
executable = "${libPrefix}m";
|
||||||
|
@ -175,7 +175,10 @@ in stdenv.mkDerivation {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
passthru = let
|
passthru = let
|
||||||
pythonPackages = callPackage ../../../../../top-level/python-packages.nix {python=self; overrides=packageOverrides;};
|
pythonPackages = callPackage ../../../../../top-level/python-packages.nix {
|
||||||
|
python = self;
|
||||||
|
overrides = packageOverrides;
|
||||||
|
};
|
||||||
in rec {
|
in rec {
|
||||||
inherit libPrefix sitePackages x11Support hasDistutilsCxxPatch;
|
inherit libPrefix sitePackages x11Support hasDistutilsCxxPatch;
|
||||||
executable = "${libPrefix}m";
|
executable = "${libPrefix}m";
|
||||||
|
@ -196,7 +196,10 @@ in stdenv.mkDerivation {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
passthru = let
|
passthru = let
|
||||||
pythonPackages = callPackage ../../../../../top-level/python-packages.nix {python=self; overrides=packageOverrides;};
|
pythonPackages = callPackage ../../../../../top-level/python-packages.nix {
|
||||||
|
python = self;
|
||||||
|
overrides = packageOverrides;
|
||||||
|
};
|
||||||
in rec {
|
in rec {
|
||||||
inherit libPrefix sitePackages x11Support hasDistutilsCxxPatch;
|
inherit libPrefix sitePackages x11Support hasDistutilsCxxPatch;
|
||||||
executable = "${libPrefix}m";
|
executable = "${libPrefix}m";
|
||||||
|
@ -159,7 +159,10 @@ in stdenv.mkDerivation {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
passthru = let
|
passthru = let
|
||||||
pythonPackages = callPackage ../../../../../top-level/python-packages.nix {python=self; overrides=packageOverrides;};
|
pythonPackages = callPackage ../../../../../top-level/python-packages.nix {
|
||||||
|
python = self;
|
||||||
|
overrides = packageOverrides;
|
||||||
|
};
|
||||||
in rec {
|
in rec {
|
||||||
inherit libPrefix sitePackages x11Support hasDistutilsCxxPatch;
|
inherit libPrefix sitePackages x11Support hasDistutilsCxxPatch;
|
||||||
executable = "${libPrefix}m";
|
executable = "${libPrefix}m";
|
||||||
|
Loading…
Reference in New Issue
Block a user