Skip to content
This repository has been archived by the owner on Oct 7, 2022. It is now read-only.

extract python function (buildPythonPackage, fetchPypi, ...) from nixpkgs and ship them inside requirements.nix #244

Closed
3 tasks
garbas opened this issue Dec 2, 2018 · 1 comment

Comments

@garbas
Copy link
Contributor

garbas commented Dec 2, 2018

currently we depend on quite few things from nixpkgs, which makes it very hard to support multiple mulitple nixpkgs channels.

  • copy all mk-python-*.nix and build-python*.nix expressions from nixpkgs/pkgs/development/interpreters/python
  • copy and use fetchPypi funtion for downloading packages
  • we should make it possible to use different versions of wheel/setuptools/pip when building bootstrapping-pip, to avoid problems such as Error when running pypi2nix command on azure-* packages #238
@seppeljordan
Copy link
Contributor

This is totally out of scope currently.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants