Skip to content

buildPythonApplication: function for building Python applications#13118

Merged
domenkozar merged 1 commit intoNixOS:masterfrom
FRidh:buildPythonApplication
Feb 19, 2016
Merged

buildPythonApplication: function for building Python applications#13118
domenkozar merged 1 commit intoNixOS:masterfrom
FRidh:buildPythonApplication

Conversation

@FRidh
Copy link
Member

@FRidh FRidh commented Feb 19, 2016

Currently, the only difference is that namePrefix is not set.

All Python applications, which should be everything outside of python-packages.nix, should use this function instead of buildPythonPackage.

Closes #1468

Currently, the only difference is that namePrefix is not set
@FRidh FRidh added the 6.topic: python Python is a high-level, general-purpose programming language. label Feb 19, 2016
@FRidh
Copy link
Member Author

FRidh commented Feb 19, 2016

cc @domenkozar

@FRidh
Copy link
Member Author

FRidh commented Feb 19, 2016

What is needed then is to replace all occurrences of buildPythonPackage with buildPythonApplication outside of

  • pkgs/top-level/python-packages.nix
  • pkgs/development/python-modules/

domenkozar added a commit that referenced this pull request Feb 19, 2016
buildPythonApplication: function for building Python applications
@domenkozar domenkozar merged commit b5d9636 into NixOS:master Feb 19, 2016
@FRidh FRidh deleted the buildPythonApplication branch February 19, 2016 10:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

6.topic: python Python is a high-level, general-purpose programming language.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

versioned pythonX.Y- prefix

2 participants