about summary refs log tree commit diff
path: root/pkgs/development/interpreters/python/mk-python-derivation.nix
AgeCommit message (Expand)AuthorFilesLines
2019-04-24buildPython*: allow overriding strictDepsJan Tojnar1-2/+4
2019-02-23buildPythonPackage: always export `LANG=C.UTF-8`Frederik Rietdijk1-0/+2
2019-02-17buildPython*: enable strictDepsFrederik Rietdijk1-0/+3
2019-01-15buildPython*: fix nativeBuildInputsFrederik Rietdijk1-7/+10
2019-01-04Python: improve cross-compilationFrederik Rietdijk1-2/+5
2018-12-23buildPython*: don't override custom updateScriptFrederik Rietdijk1-4/+2
2018-12-20buildPython*: simplify updateScriptJan Tojnar1-4/+1
2018-12-07buildPython*: add updateScript to passthruFrederik Rietdijk1-2/+14
2018-04-26stdenv: steal `checkInputs` from buildPythonPackageJan Malakhovski1-1/+1
2018-04-26buildPythonPackage: use `config.doCheckByDefault`Jan Malakhovski1-1/+2
2018-02-13python: Pull ensureNewerSourcesHook call to all-packages.nixTuomas Tynkkynen1-2/+2
2017-12-21buildPythonPackage: Make setup hook part of nativeBuildInputsJohn Ericson1-6/+11
2017-12-11Merge pull request #32544 from FRidh/pythonmoduleFrederik Rietdijk1-8/+3
2017-12-10Python: rewrite requiredPythonModules. Add requiredPythonModules attribute to...Frederik Rietdijk1-8/+3
2017-12-10buildPythonPackage: remove bytecode from bin folderFrederik Rietdijk1-0/+11
2017-11-23python.pkgs.buildPythonPackage: some commentsFrederik Rietdijk1-6/+8
2017-11-23python.pkgs.buildPythonPackage: do not pass attributes that stdenv.mkDerivati...Frederik Rietdijk1-2/+3
2017-11-23python.pkgs.buildPythonPackage: meta.maintainers: don't add chaoflowFrederik Rietdijk1-6/+2
2017-11-23Python: the pythonModule attributeFrederik Rietdijk1-4/+5
2017-11-03mkPythonDerivation: let name default to ${pname}-${version}Orivej Desh1-1/+1
2017-09-08Revert "python.pkgs.buildPythonPackage: use distutils-cfg to block downloads,...Frederik Rietdijk1-3/+1
2017-09-07python.pkgs.buildPythonPackage: use distutils-cfg to block downloads, fixes #...Frederik Rietdijk1-1/+3
2017-05-27mkPythonDerivation: obey a dontWrapPythonPrograms attributeRobert Scott1-1/+4
2017-05-27buildPythonPackage: do not keep checkInputsFrederik Rietdijk1-1/+1
2017-05-19Python: set DETERMINISTIC_BUILD and PYTHONHASHSEED in setupHookFrederik Rietdijk1-7/+0
2017-04-01python: Move catch_conflicts.py into subdirectory (#23600)Johannes Bornhold1-5/+4
2017-03-03mk-python-derivation: remove me as maintainerDomen Kožar1-1/+1
2017-02-26Python: mkPythonDerivation: use PYTHONHASHSEED=0Frederik Rietdijk1-2/+5
2016-12-05buildPythonPackage: refactorFrederik Rietdijk1-0/+4
2016-10-26mkPythonDerivation: append postFixup, fixes #9204Frederik Rietdijk1-2/+2
2016-09-01Python: fix mkPythonDerivation doCheckFrederik Rietdijk1-2/+4
2016-09-01pythonPackages: use mkPythonDerivationFrederik Rietdijk1-1/+7
2016-09-01Python: separate buildPythonPackage into two functionsFrederik Rietdijk1-0/+87