about summary refs log tree commit diff
path: root/pkgs/development/interpreters
Commit message (Collapse)AuthorAge
* Merge remote-tracking branch 'origin/master' into staging.Peter Simons2014-08-04
|\ | | | | | | | | Conflicts: pkgs/desktops/e18/enlightenment.nix
| * Update AngelscriptMichael Raskin2014-08-03
| |
| * Merge recent master into x-updatesVladimír Čunát2014-08-02
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | Hydra: ?compare=1142825 Conflicts (easy): pkgs/applications/audio/lmms/default.nix pkgs/desktops/e18/enlightenment.nix pkgs/games/exult/default.nix pkgs/os-specific/linux/alsa-plugins/default.nix
| | * Revert "Remove obsolete jackaudio version 1."Bjørn Forsman2014-07-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit bdb77826d98544ab37741f740dd3516023924b27. Jack1 is not obsolete and neither jack1 nor jack2 is called 'jackaudio'. Q: What's the difference between Jack1 and Jack2? A: http://trac.jackaudio.org/wiki/Q_differenc_jack1_jack2
| | * Updating octave to 3.8.1Lluís Batlle i Rossell2014-07-31
| | |
| | * erlang: Fix name attributeEelco Dolstra2014-07-30
| | | | | | | | | | | | Versions should not start with a letter.
| | * Revert "use wrapper to set LUA_PATH variable"Bjørn Forsman2014-07-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 807cd4b4d40813ff1d801b0b17de3c421a465b1b, as it broke the 'awesome' package. It was also an incomplete change, only modifying lua-5.1 and none of the other lua versions. A better approach, if wanting lua to pick up external modules, would be to loop over $NIX_PROFILES. $NIX_PROFILES is unset in build environments, so it should be safe. Conflicts: pkgs/development/interpreters/lua-5/5.1.nix
| | * erlang: Add manpages to all release packages.aszlig2014-07-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This puts manpages into "$out/lib/erlang/man" and also symlinks them into "$out/share/man" with an "erl" suffix (similar to how Debian is handling this) so those manpages are unlikely to collide with any other manpages, like for example inet(3). Closes #3396. Signed-off-by: aszlig <aszlig@redmoonstudios.org> Acked-by: Moritz Ulrich <moritz@tarn-vedra.de>
| | * Remove obsolete jackaudio version 1.Peter Simons2014-07-28
| | |
| | * Turn some license strings into lib.licenses valuesMateusz Kowalczyk2014-07-28
| | |
* | | Merge remote-tracking branch 'origin/master' into stagingEelco Dolstra2014-07-28
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | Conflicts: pkgs/applications/audio/espeak/edit.nix pkgs/applications/audio/lmms/default.nix pkgs/desktops/e18/enlightenment.nix pkgs/games/exult/default.nix pkgs/os-specific/linux/alsa-plugins/default.nix
| * | jack: change package and attr names to 'jack1' and 'jack2'Bjørn Forsman2014-07-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently, we have a 'jack' package with attrname 'jack1d' and a 'jackdbus' package with attrname 'jackaudio'. Make it consistent 'jack1' and 'jack2' in both package name and attrname. This aligns the naming with what can be found on the JACK homepage. Q: what's the difference between jack1 and jack2? A: http://trac.jackaudio.org/wiki/Q_differenc_jack1_jack2
| * | firefox: Build without xulrunnerEelco Dolstra2014-07-23
| | | | | | | | | | | | Fixes #2950.
* | | Merge branch 'x-updates' into stagingVladimír Čunát2014-07-22
|\ \ \ | | |/ | |/| | | | ...in preparation for a merge to master
| * | Merge recent master into x-updatesVladimír Čunát2014-07-17
| |\|
| * | php-5.3: fix build with freetype-2.5 (by Gentoo patch)Vladimír Čunát2014-07-03
| | |
* | | Merge remote-tracking branch 'origin/master' into stagingEelco Dolstra2014-07-14
|\ \ \ | | |/ | |/|
| * | lua-5.1, lua-5.2: fix typo / copy-n-paste mistake in configurePhasePhilipp Gesang2014-07-11
| | | | | | | | | | | | s/LDLAGS/LDFLAGS/g in both packages
| * | python.isPyXY markersFlorian Friesdorf2014-07-10
| | |
| * | pythonX.Y sitePackages passthruFlorian Friesdorf2014-07-10
| | | | | | | | | | | | Let python tell you the correct path for site-packages.
| * | Fix Python 3.{2,3,4} on Darwin.Charles Strahan2014-07-09
| | | | | | | | | | | | This removes the `-lcrypt` linker flag when compiling under Darwin.
| * | added lua-sec-0.5Markus Kohlhase2014-07-08
| |/
* | Merge remote-tracking branch 'origin/master' into stagingEelco Dolstra2014-07-07
|\|
| * Merge pull request #3137 from flosse/lua5-prefix-fixAustin Seipp2014-07-02
| |\ | | | | | | use wrapper to set LUA_PATH variable to fix #3036
| | * include share directoryMarkus Kohlhase2014-07-01
| | |
| | * use wrapper to set LUA_PATH variableMarkus Kohlhase2014-06-30
| | |
| * | Merge pull request #3151 from flosse/lua5-filesystemAustin Seipp2014-07-02
| |\ \ | | | | | | | | added lua-filesystem-1.6.2
| | * | added lua-filesystem-1.6.2Markus Kohlhase2014-07-01
| | | |
| * | | python: link gcc_sDomen Kožar2014-07-02
| | | | | | | | | | | | | | | | Signed-off-by: Domen Kožar <domen@dev.si>
| * | | python: 2.7.7 -> 2.7.8Domen Kožar2014-07-02
| | | |
| * | | Update angelscriptMichael Raskin2014-07-01
| |/ /
* | | Merge remote-tracking branch 'origin/master' into stagingEelco Dolstra2014-07-01
|\| | | | | | | | | | | | | | Conflicts: pkgs/servers/serfdom/default.nix
| * | added luaexpat 1.3.0Markus Kohlhase2014-06-30
| | |
| * | php: 5.4.29 -> 5.4.30Austin Seipp2014-06-27
| | | | | | | | | | | | | | | | | | | | | CVE-2014-3981, CVE-2014-0207, CVE-2014-3478, CVE-2014-3479, CVE-2014-3480, CVE-2014-3487, CVE-2014-4049, CVE-2014-3515 Signed-off-by: Austin Seipp <aseipp@pobox.com>
| * | perl: Add 5.20.0Eelco Dolstra2014-06-25
| | |
* | | perl: Disable testsEelco Dolstra2014-06-24
|/ / | | | | | | They're on the critical path for stdenv rebuilds.
* | php{53,54}: fetch from generic URLVladimír Čunát2014-06-22
| | | | | | | | | | I see no reason to download from a pre-specified mirror. It didn't even work for me.
* | php: 5.4.27 -> 5.4.29Austin Seipp2014-06-22
| | | | | | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* | php: Fix fallout from 1228caae9e5fAustin Seipp2014-06-21
| | | | | | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* | php-5.4: Do not build with mssql support on DarwinJohn Wiegley2014-06-21
| |
* | pypy: correctly bump the versionDomen Kožar2014-06-19
|/
* Merge pull request #2898 from robberer/php/mssqlAustin Seipp2014-06-18
|\ | | | | mssql support for php-5.4
| * mssql support for php-5.4System administrator2014-06-11
| | | | | | | | | | small changes to freetds see: http://www.php.net/manual/de/mssql.setup.php
* | Merge recent masterVladimír Čunát2014-06-12
|\|
| * Add Rakudo Star (closes #2054)Austin Seipp2014-06-10
| | | | | | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
| * Remove old hiphop-vm packageAustin Seipp2014-06-10
| | | | | | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* | Merge recent masterVladimír Čunát2014-06-10
|\|
| * Clojure: bump to 1.6.0.Moritz Ulrich2014-06-10
| |
| * pypy: disable a testDomen Kožar2014-06-09
| |
| * Merge pull request #2810 from letac/racoMichael Raskin2014-06-09
| |\ | | | | | | raco pkg install ... is not throwing ssl error anymore