index
:
nixos/nixpkgs.git
master
nixos-16.03
nixos-16.09
nixos-18.09
nixos-18.09-small
nixos-19.03
nixos-19.03-small
nixos-19.09
nixos-19.09-small
nixos-20.03
nixos-20.03-small
nixos-20.09
nixos-20.09-aarch64
nixos-20.09-small
nixos-21.05
nixos-21.05-aarch64
nixos-21.05-small
nixos-21.11
nixos-21.11-aarch64
nixos-21.11-small
nixos-22.05
nixos-22.05-aarch64
nixos-22.05-small
nixos-22.11
nixos-22.11-small
nixos-23.05
nixos-23.05-small
nixos-23.11
nixos-23.11-small
nixos-24.05
nixos-24.05-small
nixos-24.11
nixos-24.11-small
nixos-25.05
nixos-25.05-small
nixos-25.11
nixos-25.11-small
nixos-test-staging
nixos-test-staging-baseline
nixos-unstable
nixos-unstable-small
nixpkgs-stable
nixpkgs-testing
nixpkgs-unstable
release-13.10
release-14.04
release-14.12
release-15.09
release-16.03
release-16.09
release-17.03
release-17.09
release-18.03
release-18.09
release-18.09-firefox64
release-19.03
release-19.09
release-20.03
release-20.09
release-21.05
release-21.11
release-22.05
release-22.11
release-23.05
release-23.11
release-24.05
release-24.11
release-25.05
release-25.11
staging
staging-18.03
staging-18.09
staging-19.03
staging-19.09
staging-20.03
staging-20.09
staging-21.05
staging-21.11
staging-22.05
staging-22.11
staging-23.05
staging-23.11
staging-24.05
staging-24.11
staging-25.05
staging-25.11
staging-next
staging-next-21.05
staging-next-21.11
staging-next-22.05
staging-next-22.11
staging-next-23.05
staging-next-23.11
staging-next-24.05
staging-next-24.11
staging-next-25.05
staging-next-25.11
staging-next-xdg-desktop-portal-gnome-dependency
staging-nixos
staging-patchelf
staging-python
staging.patchShebangs
Nix Packages collection
Octavian Cerna
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pkgs
/
development
/
python-modules
/
generic
Age
Commit message (
Expand
)
Author
2015-11-27
buildPythonPackage: fix a regression #11303
Domen Kožar
2015-11-26
buildPythonPackage: write some comments
Domen Kožar
2015-11-23
buildPythonPackage: fix support for pypy
Domen Kožar
2015-11-23
pythonPackages: shellHook of buildPythonPackages needs tmp_path to have lib/p...
Rok Garbas
2015-11-21
buildPythonPackage: use pip for development also
Domen Kožar
2015-11-21
release-python.nix: automatically detect buildPythonPackage
Domen Kožar
2015-11-21
buildPythonPackage: don't do build_ext if not needed
Domen Kožar
2015-11-21
buildPythonPackage: sadly, checkPhase is too often installPhase in python
Domen Kožar
2015-11-21
buildPythonPackage: catch_conflicts should ignore pip
Domen Kožar
2015-11-21
buildPythonPackage: fix do_conflict.py on python 3
Domen Kožar
2015-11-21
buildPythonPackage: get rid of setupPyInstallFlags since there is no such thing
Domen Kožar
2015-11-21
buildPythonPackage: fix pypy
Domen Kožar
2015-11-21
buildPythonPackage: fail if two packages with the same name are in closure
Domen Kožar
2015-11-21
buildPythonPackage: use a separate file to fire off setup.py
Domen Kožar
2015-11-21
wrapPython: use $out/bin also for $PATH (fixes pyramid pserve --reload)
Domen Kožar
2015-11-21
WIP: buildPythonPackages now uses wheels internally
Domen Kožar
2015-11-15
Revert "python: skip build at install phase"
Domen Kožar
2015-11-15
buildPythonPackage: clean up shellHook
Domen Kožar
2015-11-04
python: skip build at install phase
Domen Kožar
2015-10-30
python: don't pass disabled to derivation
Domen Kožar
2015-09-06
mass rewrite of find parameters to cross-platform style
Vladimír Čunát
2015-07-30
mass-replace deprecated usage of find -perm (Fixes #9044)
Vladimír Čunát
2015-07-07
python-wrapper: Fix variable name for sed expr.
aszlig
2015-05-24
using makeWrapperArgs instead of setEnvVars
Allen Nelson
2015-05-24
removing superfluous lets
Allen Nelson
2015-05-24
Adding documentation to wrap.sh, added ability to retain any desired environm...
Allen Nelson
2015-05-24
adding docs to python wrap.sh
Allen Nelson
2015-04-14
python-wrapper: Handle strings at the beginning.
aszlig
2015-04-12
buildPythonPackage: propagate setuptools
Domen Kožar
2015-03-07
fix #6548
Domen Kožar
2015-02-25
Revert "python-generic: set meta.broken for disabled packages instead of rais...
Domen Kožar
2015-02-13
python-generic: cosmetic
Peter Simons
2015-02-12
python-generic: set meta.broken for disabled packages instead of raising an e...
Peter Simons
2015-01-17
python: don't propagate installed packages into userenv, refs #4949
Domen Kožar
2014-11-13
buildPythonPackage: add python to propagatedBuildInputs
Domen Kožar
2014-09-19
python: collision in names when developing 2 and more python packages with nix
Rok Garbas
2014-09-02
Revert "python-wrapper: fix wrapped argv[0] w/o sed, maybe"
Michael Raskin
2014-09-02
python-wrapper: fix wrapped argv[0] w/o sed, maybe
tv@shackspace.de
2014-08-27
python: provide better message if python interpreter is not supported
Domen Kožar
2014-08-24
buildPythonPackage: introduce "disabled" argument
Domen Kožar
2014-07-29
python-wrapper: Fix handling of line breaks.
aszlig
2014-07-29
python-wrapper: Fix handling __future__ imports.
aszlig
2014-07-28
python-wrapper: Fix fixup for wrapped argv[0].
aszlig
2014-07-27
python: fix argv[0] for wrapped console_scripts.
Christian Theune
2014-06-15
fixes #2926
Domen Kožar
2014-05-21
ansible: conventions, fix module execution
Jussi Maki
2014-04-07
buildPythonPackage: don't return on shellHook
Domen Kožar
2014-03-10
quodlibet: Fix evaluation
Eelco Dolstra
2014-03-10
buildPythonPackage: add shell hook for instant development
Jaka Hudoklin
2014-03-08
pythonPackages: auto add unzip to buildInputs if pkg has zip suffix
Jaka Hudoklin
[next]