summary refs log tree commit diff
path: root/pkgs/development/interpreters
Commit message (Collapse)AuthorAge
* fix eval after 0c3b1112afe3c9231db2498f913c9b2bcf90a5b4Domen Kožar2016-09-01
|
* Revert "Python 3.5: add less"Eelco Dolstra2016-09-01
| | | | | This reverts commit e261818c687af3fee9caa77b349d6f74a9e6aa93 and others. Having Python propagate less really doesn't make sense.
* Merge staging into masterTuomas Tynkkynen2016-09-01
|\ | | | | | | | | | | | | | | | | | | | | Brings in: - changed output order for multiple outputs: https://github.com/NixOS/nixpkgs/pull/14766 - audit disabled by default https://github.com/NixOS/nixpkgs/pull/17916 Conflicts: pkgs/development/libraries/openldap/default.nix
| * treewide: Use explicit 'dev' references to glibcTuomas Tynkkynen2016-08-30
| |
| * erlangR14: Use dev output of opensslTuomas Tynkkynen2016-08-30
| |
| * php: Fix mysql referenceTuomas Tynkkynen2016-08-29
| | | | | | | | TODO: Fix the mysql expression so this isn't needed.
| * ruby: dev -> devEnvTuomas Tynkkynen2016-08-29
| | | | | | | | Otherwise conflicts with the convention of `dev` output.
| * treewide: Shuffle outputsTuomas Tynkkynen2016-08-29
| | | | | | | | Make either 'bin' or 'out' the first output.
* | Merge pull request #18099 from zimbatm/nokogiri-fixupzimbatm2016-09-01
|\ \ | | | | | | Nokogiri fixup
| * | rubygems: 2.6.2 -> 2.6.6zimbatm2016-08-29
| |/
* | Merge pull request #18177 from womfoo/fix/jimtcl-buildDomen Kožar2016-09-01
|\ \ | | | | | | jimtcl: fix build
| * | jimtcl: fix buildKranium Gikos Mendoza2016-09-01
| |/
* | ruby: Fix evaluation errorTuomas Tynkkynen2016-08-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In the tarball job: ```` checking find-tarballs.nix error: while evaluating anonymous function at /tmp/nix-build-nixpkgs-tarball-16.09pre1234.abcdef.drv-0/nixpkgs/maintainers/scripts/find-tarballs.nix:6:1, called from undefined position: while evaluating ‘operator’ at /tmp/nix-build-nixpkgs-tarball-16.09pre1234.abcdef.drv-0/nixpkgs/maintainers/scripts/find-tarballs.nix:27:16, called from undefined position: while evaluating ‘immediateDependenciesOf’ at /tmp/nix-build-nixpkgs-tarball-16.09pre1234.abcdef.drv-0/nixpkgs/maintainers/scripts/find-tarballs.nix:39:29, called from /tmp/nix-build-nixpkgs-tarball-16.09pre1234.abcdef.drv-0/nixpkgs/maintainers/scripts/find-tarballs.nix:27:44: while evaluating anonymous function at /tmp/nix-build-nixpkgs-tarball-16.09pre1234.abcdef.drv-0/nixpkgs/lib/attrsets.nix:224:10, called from undefined position: while evaluating anonymous function at /tmp/nix-build-nixpkgs-tarball-16.09pre1234.abcdef.drv-0/nixpkgs/maintainers/scripts/find-tarballs.nix:40:37, called from /tmp/nix-build-nixpkgs-tarball-16.09pre1234.abcdef.drv-0/nixpkgs/lib/attrsets.nix:224:16: while evaluating ‘derivationsIn’ at /tmp/nix-build-nixpkgs-tarball-16.09pre1234.abcdef.drv-0/nixpkgs/maintainers/scripts/find-tarballs.nix:42:19, called from /tmp/nix-build-nixpkgs-tarball-16.09pre1234.abcdef.drv-0/nixpkgs/maintainers/scripts/find-tarballs.nix:40:40: while evaluating ‘optional’ at /tmp/nix-build-nixpkgs-tarball-16.09pre1234.abcdef.drv-0/nixpkgs/lib/lists.nix:175:20, called from /tmp/nix-build-nixpkgs-tarball-16.09pre1234.abcdef.drv-0/nixpkgs/maintainers/scripts/find-tarballs.nix:44:33: while evaluating ‘canEval’ at /tmp/nix-build-nixpkgs-tarball-16.09pre1234.abcdef.drv-0/nixpkgs/maintainers/scripts/find-tarballs.nix:48:13, called from /tmp/nix-build-nixpkgs-tarball-16.09pre1234.abcdef.drv-0/nixpkgs/maintainers/scripts/find-tarballs.nix:44:43: while evaluating the attribute ‘pkgs’ of the derivation ‘ruby-dev-2.3.1-p0’ at /tmp/nix-build-nixpkgs-tarball-16.09pre1234.abcdef.drv-0/nixpkgs/pkgs/build-support/trivial-builders.nix:10:14: while evaluating ‘override’ at /tmp/nix-build-nixpkgs-tarball-16.09pre1234.abcdef.drv-0/nixpkgs/lib/customisation.nix:60:22, called from /tmp/nix-build-nixpkgs-tarball-16.09pre1234.abcdef.drv-0/nixpkgs/pkgs/development/interpreters/ruby/dev.nix:10:13: while evaluating ‘makeOverridable’ at /tmp/nix-build-nixpkgs-tarball-16.09pre1234.abcdef.drv-0/nixpkgs/lib/customisation.nix:54:24, called from /tmp/nix-build-nixpkgs-tarball-16.09pre1234.abcdef.drv-0/nixpkgs/lib/customisation.nix:60:31: anonymous function at /tmp/nix-build-nixpkgs-tarball-16.09pre1234.abcdef.drv-0/nixpkgs/pkgs/development/ruby-modules/bundix/default.nix:1:1 called with unexpected argument ‘ruby’, at /tmp/nix-build-nixpkgs-tarball-16.09pre1234.abcdef.drv-0/nixpkgs/lib/customisation.nix:56:12 ````
* | Fix #4210: Remove builderDefsDomen Kožar2016-08-31
| | | | | | | | | | | | | | | | | | | | | | | | | | This was one of the ways to build packages, we are trying hard to minimize different ways so it's easier for newcomers to learn only one way. This also: - removes texLive (old), fixes #14807 - removed upstream-updater, if that code is still used it should be in separate repo - changes a few packages like gitit/mit-scheme to use new texlive
* | lush2: add missing libSM dependencyLancelot SIX2016-08-30
|/
* Merge remote-tracking branch 'upstream/master' into stagingRobin Gloster2016-08-29
|\
| * gnuapl: 1.5 -> 1.6 (#18060)Lancelot SIX2016-08-28
| | | | | | | | Release announcement: http://lists.gnu.org/archive/html/info-gnu/2016-08/msg00014.html
| * io: disable i686 buildJoachim Fasting2016-08-29
| | | | | | | | | | | | | | | | | | | | | | | | | | io uses SIMD instructions even on i686, causing the build to fail: > /nix/store/[...]-gcc-5.4.0/lib/gcc/i686-pc-linux-gnu/5.4.0/include/xmmintrin.h:181:1: error: inlining failed in call to always_inline '_mm_add_ps': target specific option mismatch _mm_add_ps (__m128 __A, __m128 __B) (from https://hydra.nixos.org/build/37879114/log/raw) The simplest solution is to disable the build on this platform.
* | Merge branch 'master' into stagingobadz2016-08-27
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: pkgs/applications/misc/navit/default.nix pkgs/applications/networking/mailreaders/alpine/default.nix pkgs/applications/networking/mailreaders/realpine/default.nix pkgs/development/compilers/ghc/head.nix pkgs/development/libraries/openssl/default.nix pkgs/games/liquidwar/default.nix pkgs/games/spring/springlobby.nix pkgs/os-specific/linux/kernel/perf.nix pkgs/servers/sip/freeswitch/default.nix pkgs/tools/archivers/cromfs/default.nix pkgs/tools/graphics/plotutils/default.nix
| * php70: 7.0.9 -> 7.0.10Robin Gloster2016-08-25
| |
| * php56: 5.6.24 -> 5.6.25Robin Gloster2016-08-25
| |
| * php55: remove unmaintained versionRobin Gloster2016-08-25
| | | | | | | | Does not receive security updates from upstream
* | spidermonkey_1_8_0rc1: disable pic hardening on i686Franz Pletz2016-08-25
| |
* | pypy: disable pic hardening on i686Franz Pletz2016-08-25
| |
* | maude: disable pic and fortify hardening on i686Robin Gloster2016-08-24
| |
* | lua5_0: disable stackprotector hardening on i686Franz Pletz2016-08-24
| |
* | Merge branch 'master' into stagingobadz2016-08-24
|\|
| * Merge pull request #17685 from matthewbauer/darwin-misc2Daniel Peebles2016-08-24
| |\ | | | | | | Darwin misc. fixes
| | * rakudo: fix darwin buildMatthew Bauer2016-08-16
| | | | | | | | | | | | | | | | | | | | | needs: - CoreServices - ApplicationServices
| | * erlangR16: fix darwin buildMatthew Bauer2016-08-16
| | |
* | | Merge branch 'master' into stagingobadz2016-08-23
|\| |
| * | treewide: Make explicit that 'dev' output of SDL is usedTuomas Tynkkynen2016-08-23
| | |
| * | treewide: Use makeBinPathTuomas Tynkkynen2016-08-23
| | |
* | | Merge branch 'hardened-stdenv' into stagingobadz2016-08-22
|\ \ \ | |/ / |/| | | | | | | | | | | | | | Closes #12895 Amazing work by @globin & @fpletz getting hardened compiler flags by enabled default on the whole package set
| * | Merge remote-tracking branch 'upstream/master' into hardened-stdenvRobin Gloster2016-08-16
| |\ \
| * \ \ Merge remote-tracking branch 'upstream/master' into hardened-stdenvRobin Gloster2016-08-12
| |\ \ \ | | | |/ | | |/|
| * | | spidermonkey_1_8_0rc1: disable format hardeningRobin Gloster2016-08-03
| | | |
| * | | Merge remote-tracking branch 'upstream/master' into hardened-stdenvRobin Gloster2016-08-03
| |\ \ \
| * | | | unicon-lang: disable fortify hardeningFranz Pletz2016-08-02
| | | | | | | | | | | | | | | | | | | | Detects buffer overflow in a tool used at link time.
| * | | | ruby_2_0: disable format hardeningFranz Pletz2016-08-02
| | | | |
| * | | | wasm: disable format hardeningRobin Gloster2016-08-02
| | | | |
| * | | | Merge remote-tracking branch 'upstream/master' into hardened-stdenvRobin Gloster2016-08-02
| |\ \ \ \
| * \ \ \ \ Merge remote-tracking branch 'upstream/master' into hardened-stdenvRobin Gloster2016-07-31
| |\ \ \ \ \
| * \ \ \ \ \ Merge remote-tracking branch 'upstream/master' into hardened-stdenvRobin Gloster2016-07-25
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge remote-tracking branch 'upstream/master' into hardened-stdenvRobin Gloster2016-07-21
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge remote-tracking branch 'upstream/master' into hardened-stdenvRobin Gloster2016-07-19
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge remote-tracking branch 'upstream/hardened-stdenv' into hardened-stdenvRobin Gloster2016-07-15
| |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ Merge remote-tracking branch 'origin/master' into hardened-stdenvFranz Pletz2016-07-13
| | |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ Merge remote-tracking branch 'origin/master' into hardened-stdenvFranz Pletz2016-07-09
| | |\ \ \ \ \ \ \ \ \ \
| * | \ \ \ \ \ \ \ \ \ \ Merge remote-tracking branch 'upstream/master' into hardened-stdenvRobin Gloster2016-07-15
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / | |/| | | | | | | | | | |