summary refs log tree commit diff
path: root/pkgs/development/interpreters
Commit message (Collapse)AuthorAge
* Merge commit '2e56ba' from staging into masterTuomas Tynkkynen2018-01-17
|\
| * Merge remote-tracking branch 'upstream/master' into stagingTuomas Tynkkynen2018-01-14
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: pkgs/build-support/fetchbower/default.nix pkgs/build-support/fetchdarcs/default.nix pkgs/build-support/fetchgx/default.nix pkgs/development/python-modules/botocore/default.nix pkgs/os-specific/linux/firmware/firmware-linux-nonfree/default.nix pkgs/tools/admin/awscli/default.nix
| * | stdenv: Kill off ensureDiradisbladis2018-01-09
| | |
| * | Revert "wrapPythonPrograms: do not propagate disabling user site-packages to ↵Frederik Rietdijk2018-01-07
| | | | | | | | | | | | | | | | | | | | | | | | child-processes" This reverts commit 310203565c860f5c9f8074aee85871089a1f234e. See https://github.com/NixOS/nixpkgs/commit/310203565c860f5c9f8074aee85871089a1f234e#commitcomment-26697890
| * | Merge pull request #33528 from FRidh/imp/pythonnousersiteFrederik Rietdijk2018-01-07
| |\ \ | | | | | | | | wrapPythonPrograms: do not propagate disabling user site-packages to child-processes
| | * | wrapPythonPrograms: do not propagate disabling user site-packages to ↵Frederik Rietdijk2017-12-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | child-processes The `PYTHONNOUSERSITE` was exported to prevent impurities during runtime. The downside of exporting environment variables is that they always propagate all the way down the process tree, unless they are explicitly unset at some point. Using the `-s` argument applies it only to the process executed in the wrapper. That way, subprocesses are free to do impure things.
* | | | Remove nckx as a maintainer for all packagesTobias Geerinckx-Rice2018-01-16
| |_|/ |/| | | | | | | | Goodbye, and thanks for all the Nix...
* | | supercollider: 3.8.0 -> 3.8.1adisbladis2018-01-13
| | |
* | | Ruby: 2.2.8 -> 2.2.9, 2.3.5 -> 2.3.6, 2.4.2 -> 2.4.3Michael Fellinger2018-01-12
| | |
* | | Merge pull request #33751 from ankhers/update_elixir_rcadisbladis2018-01-12
|\ \ \ | | | | | | | | Update Elixir 1.6 RC
| * | | Update Elixir 1.6 RCJustin Wood2018-01-11
| |/ /
* | | Merge pull request #33575 from dtzWill/fix/cross-1John Ericson2018-01-09
|\ \ \ | |/ / |/| | Minor cross fixes, 1
| * | lua-5: isMingw -> isMinGWWill Dietz2018-01-09
| | |
* | | php72: 7.2.0 -> 7.2.1Elis Hirwing2018-01-06
| | |
* | | php71: 7.1.11 -> 7.1.13Elis Hirwing2018-01-06
| | |
* | | php70: 7.0.25 -> 7.0.27Elis Hirwing2018-01-06
| | |
* | | php56: 5.6.32 -> 5.6.33Elis Hirwing2018-01-06
|/ /
* | Merge remote-tracking branch 'upstream/staging' into HEADFrederik Rietdijk2018-01-02
|\ \
| * \ Merge pull request #26805 from obsidiansystems/cross-elegantJohn Ericson2017-12-30
| |\ \ | | | | | | | | Make cross compilation elegant
| | * | treewide: Don't use envHook anymoreJohn Ericson2017-12-30
| | | | | | | | | | | | | | | | | | | | This commits needs a MAJOR audit as I oftentimes just guessed which of `$hostOffset`, `$targetOffset`, or a fixed offset should be used.
| * | | Python: disable user site-packages in setup hookFrederik Rietdijk2017-12-30
| | | | | | | | | | | | | | | | | | | | | | | | Wrappers already included `PYTHONNOUSERSITE=1`, but now this env var is also set in the Python setup hook. This improves purity in case of non-sandboxes builds and nix-shell.
| * | | Merge branch 'master' into stagingVladimír Čunát2017-12-29
| |\ \ \ | | | | | | | | | | | | | | | Hydra: ?compare=1421760
| * | | | php: clean up mysql/mariadb handlingRobin Gloster2017-12-29
| | | | |
| * | | | mariadb: lib -> connector-cRobin Gloster2017-12-29
| | | | |
| * | | | Merge remote-tracking branch 'upstream/master' into stagingTuomas Tynkkynen2017-12-26
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into stagingVladimír Čunát2017-12-21
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Hydra: ?compare=1420346
| * \ \ \ \ \ Merge pull request #32953 from obsidiansystems/python-dep-fixJohn Ericson2017-12-21
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | | buildPythonPackage: Make setup hook part of nativeBuildInputs
| | * | | | | buildPythonPackage: Make setup hook part of nativeBuildInputsJohn Ericson2017-12-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is better organization in general, but also needed to make python work with #26805.
* | | | | | | ruby_2_5: init at 2.5.0 (#33293)Mario Rodas2018-01-02
| | | | | | |
* | | | | | | php: Init at 7.2.0Elis Hirwing2018-01-01
| |_|_|_|/ / |/| | | | |
* | | | | | Elixir: init 1.6-rc.0 (#33034)Justin Wood2017-12-26
| |_|_|/ / |/| | | |
* | | | | Merge older staging branchVladimír Čunát2017-12-25
|\| | | |
| * | | | python36: 3.6.3 -> 3.6.4Frederik Rietdijk2017-12-20
| |/ / /
* | / / perl526: init at 5.26.1Michael Raskin2017-12-23
| |/ / |/| |
* | | elixir: 1.5.2 -> 1.5.3Justin Wood2017-12-21
| |/ |/|
* | erlang: 20.1.7 -> 20.2.2Justin Wood2017-12-19
|/
* Merge branch 'master' into stagingOrivej Desh2017-12-18
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (125 commits) scummvm: fix eval tinycc: 0.9.27pre-20171016 -> 0.9.27 Update terraform provider versions vscode: 1.18.1 -> 1.19.0 linux: 4.14.6 -> 4.14.7 scummvm: 1.9.0 -> 2.0.0 cmst: 2017.03.18 -> 2017.09.19 albert: 0.14.7 -> 0.14.14 obs-studio: fix vlc plugin ffmpeg, ffmpeg-full: 3.4 -> 3.4.1 uchiwa: 0.26.3 -> 1.1.0 linux-testing: 4.15-rc3 -> 4.15-rc4 steam: override nss, nspr, fixes #32781 ponyc: 0.20.0 -> 0.21.0 pythonPackages.pwntools: disable tests gnome3.gnome-tweak-tool: 3.26.3 → 3.26.4 vim-rhubarb: init at 2017-06-28 atom: depend on libsecret nvidia-settings: Make sure binary can find libXv.so backblaze-b2: 0.6.2 -> 1.1.0 ...
| * joker: 0.8.6 -> 0.8.7André Stylianos Ramos2017-12-17
| |
* | Merge branch 'master' into stagingVladimír Čunát2017-12-15
|\|
| * clojure: 1.8.0 -> 1.9.0.273Ales Huzik2017-12-15
| | | | | | | | | | | | | | Clojure 1.9 adds native cli tools, which are now used instead of creating a java wrapper with a clojure.jar arguments. See https://clojure.org/guides/deps_and_cli for more details on clojure native cli tools.
| * Merge older stagingVladimír Čunát2017-12-11
| |\ | | | | | | | | | | | | There are some regressions, but not that many and I want the security update of openssl fast.
* | \ Merge pull request #32544 from FRidh/pythonmoduleFrederik Rietdijk2017-12-11
|\ \ \ | | | | | | | | Python: rewrite requiredPythonModules to prevent stack overflows
| * | | Python: rewrite requiredPythonModules. Add requiredPythonModules attribute ↵Frederik Rietdijk2017-12-10
| | | | | | | | | | | | | | | | to derivation
* | | | Merge pull request #32542 from FRidh/bytecodeFrederik Rietdijk2017-12-11
|\ \ \ \ | | | | | | | | | | buildPythonPackage: remove bytecode from bin folder
| * | | | buildPythonPackage: remove bytecode from bin folderFrederik Rietdijk2017-12-10
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | When a Python script has the extension `.py`, bytecode is generated. Typically, executables in bin have no extension, so no bytecode is generated. However, some packages do provide executables with extensions, and thus bytecode is generated.
* | | | Merge branch 'master' into stagingOrivej Desh2017-12-10
|\ \ \ \ | |/ / / |/| | / | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (39 commits) pythonPackages: rename dns -> dnspython awesome: fix LUA_PATH/LUA_CPATH to lgi [now for version 3.5] qt4: fix qmake on darwin and delete custom install phase python.buildEnv: always include the $out output nix-bash-completions: lazy load aware install borg: 1.1.1 -> 1.1.3 nixos/programs/bash: document that /etc/bash_completion.d is obsolete ocamlPackages.markup: 0.7.4 -> 0.7.5 hhvm: 3.21 -> 3.23.2 ocamlPackages.ulex: 1.1 -> 1.2 notmuch: 0.25.2 -> 0.25.3 gmime3: 3.0.1 -> 3.0.5 qt4: fix darwin install phase nixos/programs/bash: Let bash-completion lazy load scripts Revert "gmime: 3.0.1 -> 3.0.5" rawtherapee: delete unused files pythonPackages: rename dns -> dnspython nixpkgs: remove sqlite/kyotocabinet deps for leveldb tor-browser-bundle-bin: 7.0.10 -> 7.0.11 networkmanager: remove restart after suspend from resume ...
| * | python.buildEnv: always include the $out outputFrederik Rietdijk2017-12-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | 28299f669adc41e5278372cad952fb1e1165b44b introduced the first Python packages having multiple outputs. The required outputs were not picked up by `python.buildEnv` (#31857). This commit modifies `python.buildEnv` so that it always includes the $out output and thus fixes #31857.
| * | Add gurobipy for python2.7 on darwin.Shea Levy2017-12-09
| | |
* | | Merge branch 'master' into stagingVladimír Čunát2017-12-09
|\| | | |/ |/|
| * python27: Enable building with alternate UCS encodingShea Levy2017-12-09
| |