Loading pkgs/development/python-modules/pyinstaller/default.nix +22 −17 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchPypi , setuptools , zlib , altgraph , packaging , pyinstaller-hooks-contrib , testers , pyinstaller , glibc , binutils , macholib , installShellFiles , stdenv lib, buildPythonPackage, fetchPypi, setuptools, zlib, altgraph, packaging, pyinstaller-hooks-contrib, testers, pyinstaller, glibc, binutils, macholib, installShellFiles, stdenv, }: buildPythonPackage rec { Loading @@ -26,7 +26,6 @@ buildPythonPackage rec { hash = "sha256-FDhA+AVv97kQv48W9s2SzBCmwmgLt20KJdVY1UPSEnA="; }; build-system = [ setuptools ]; nativeBuildInputs = [ installShellFiles ]; Loading @@ -41,7 +40,13 @@ buildPythonPackage rec { ]; makeWrapperArgs = lib.optionals stdenv.hostPlatform.isLinux [ "--prefix" "PATH" ":" (lib.makeBinPath [ glibc binutils ]) "--prefix" "PATH" ":" (lib.makeBinPath [ glibc binutils ]) ]; postInstall = '' Loading Loading
pkgs/development/python-modules/pyinstaller/default.nix +22 −17 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchPypi , setuptools , zlib , altgraph , packaging , pyinstaller-hooks-contrib , testers , pyinstaller , glibc , binutils , macholib , installShellFiles , stdenv lib, buildPythonPackage, fetchPypi, setuptools, zlib, altgraph, packaging, pyinstaller-hooks-contrib, testers, pyinstaller, glibc, binutils, macholib, installShellFiles, stdenv, }: buildPythonPackage rec { Loading @@ -26,7 +26,6 @@ buildPythonPackage rec { hash = "sha256-FDhA+AVv97kQv48W9s2SzBCmwmgLt20KJdVY1UPSEnA="; }; build-system = [ setuptools ]; nativeBuildInputs = [ installShellFiles ]; Loading @@ -41,7 +40,13 @@ buildPythonPackage rec { ]; makeWrapperArgs = lib.optionals stdenv.hostPlatform.isLinux [ "--prefix" "PATH" ":" (lib.makeBinPath [ glibc binutils ]) "--prefix" "PATH" ":" (lib.makeBinPath [ glibc binutils ]) ]; postInstall = '' Loading