Skip to content

Commit

Permalink
Remove NIX_PYTHON_MANYLINUX
Browse files Browse the repository at this point in the history
As per NixOS/nixpkgs#75763 this environment
variable is not needed anymore. Instead python interpreters are now
assuming compatibility by default.
  • Loading branch information
gilligan committed Dec 16, 2019
1 parent 5741d9e commit 7a73ffd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mk-poetry-dep.nix
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ buildPythonPackage {

nativeBuildInputs = if (getManyLinuxDeps fileInfo.name).str != null then [ autoPatchelfHook ] else [];
buildInputs = (getManyLinuxDeps fileInfo.name).pkg;
NIX_PYTHON_MANYLINUX = (getManyLinuxDeps fileInfo.name).str;

propagatedBuildInputs =
let
Expand Down

0 comments on commit 7a73ffd

Please sign in to comment.