summary refs log tree commit diff
path: root/pkgs/development/interpreters
Commit message (Collapse)AuthorAge
* xlibs: replace occurrences by xorgVladimír Čunát2015-09-15
| | | | | | | This seems to have been confusing people, using both xlibs and xorg, etc. - Avoided renaming local (and different) xlibs binding in gcc*. - Fixed cases where both xorg and xlibs were used. Hopefully everything still works as before.
* x11: replace its usage by xlibsWrapper directlyVladimír Čunát2015-09-15
| | | | | | Scilab note: the parameters already had pointed to nonexistent dirs before this set of refactoring. But that config wasn't even used by default.
* add python35 and python35PackagesDomen Kožar2015-09-15
|
* all-packages: Use callPackage where possibleMathnerd3142015-09-14
|
* bundler: 1.10.5 -> 1.10.6Pascal Wittmann2015-09-13
|
* Merge pull request #9502 from anderspapitto/0adArseniy Seroka2015-09-09
|\ | | | | add spidermonkey 31.5, and upgrade 0ad to version 18 Alpha
| * spidermonkey: add 31.5Anders Papitto2015-09-08
| |
* | ceptre: 2015-08-15 -> 2015-08-30Pascal Wittmann2015-09-08
| |
* | php: Latest versionsEelco Dolstra2015-09-08
| |
* | elixir: fix mix on darwinRyan Artecona2015-09-05
| | | | | | | | | | | | | | | | | | Darwin disallows shebang scripts from using other scripts as their command--the command must be a binary. This commit changes the `mix` shebang script from calling `elixir` directly (another shebang script), instead using `env` as an intermediary. Fixes #9050
* | ceptre: init at 2015-08-15Pascal Wittmann2015-09-05
| | | | | | | | A linear logic programming language for modeling generative interactive systems
* | Revert "bundler-HEAD: fix checksum"Nikolay Amiantov2015-09-04
| | | | | | | | | | This reverts commit 9cea5bcf2cb180638e2e5e47692e57387fcbb051. See https://github.com/NixOS/nixpkgs/commit/9cea5bcf2cb180638e2e5e47692e57387fcbb051#commitcomment-13058505
* | bundler-HEAD: fix checksumNikolay Amiantov2015-09-03
| | | | | | | | Related to #8567
* | racket: don't build docs as it causes failures sometimesDomen Kožar2015-09-02
|/ | | | | (cherry picked from commit 1a392bd62e4d8ff92ec92ebe48912b8295714e2e) Signed-off-by: Domen Kožar <domen@dev.si>
* Merge pull request #9427 from henrytill/racket-6.2.1Thomas Tuegel2015-08-30
|\ | | | | racket: 6.2 -> 6.2.1
| * racket: 6.2 -> 6.2.1Henry Till2015-08-24
| |
* | pypy: wrap original, not symlinkThomas Tuegel2015-08-26
| |
* | update mysteriously varying git hashesJude Taylor2015-08-21
| |
* | Merge branch 'master.upstream' into staging.upstreamWilliam A. Kennington III2015-08-18
|\|
| * python: add .env for convenient nix-shell'sNikolay Amiantov2015-08-17
| |
* | Merge branch 'master.upstream' into staging.upstreamWilliam A. Kennington III2015-08-14
|\|
| * nix-exec: Bugfix bumpShea Levy2015-08-14
| |
| * Bump nix-exec for new nixShea Levy2015-08-14
| |
* | Merge branch 'master.upstream' into staging.upstreamWilliam A. Kennington III2015-08-13
|\|
| * php: Use callPackagesEelco Dolstra2015-08-11
| |
| * php: Update to 5.4.44, 5.5.28, 5.6.12Eelco Dolstra2015-08-11
| |
* | Merge branch 'master.upstream' into staging.upstreamWilliam A. Kennington III2015-08-07
|\|
| * picoc: disable broken tests on i686Pascal Wittmann2015-08-06
| |
* | Merge branch 'master.upstream' into staging.upstreamWilliam A. Kennington III2015-07-31
|\|
| * Remove unnecessary rec{s from "my" packagesTobias Geerinckx-Rice2015-07-31
| |
| * Don't statically depend on cacert for certificatesEelco Dolstra2015-07-31
| | | | | | | | | | | | | | | | | | | | This reverts commit cd52c044568bdf1108428698048a9af92dc0b625 and others. Managing certificates (including revoking certificates and adding custom certificates) becomes extremely painful if every package in the system potentially depends on a different copy of cacert. Also, it makes updating cacert rather expensive.
* | Merge branch 'master.upstream' into staging.upstreamWilliam A. Kennington III2015-07-30
|\|
| * supercollider: build with gcc48 (ZHF)Luca Bruno2015-07-30
| |
* | mass-replace deprecated usage of find -perm (Fixes #9044)Vladimír Čunát2015-07-30
| | | | | | | | | | sed 's|-perm +0|-perm /0|g' It's a mass-rebuild due to usage in stdenv's default setup hooks.
* | Merge branch 'master.upstream' into staging.upstreamWilliam A. Kennington III2015-07-29
|\|
| * php: Update to 5.4.43, 5.5.27, 5.6.11Eelco Dolstra2015-07-28
| | | | | | | | CVE-2015-3152
* | fix source hashes for cabal2nix and bundlerJude Taylor2015-07-28
| |
* | More docs/manpages in separate outputsEelco Dolstra2015-07-27
|/
* Add sitePackages to pypy's passthruSamuel Rivas2015-07-21
|
* Merge pull request #8916 from joachifm/scshArseniy Seroka2015-07-21
|\ | | | | scsh: 0.6.7 -> 0.7 pre-release
| * scsh: 0.6.7 -> 0.7 pre-releaseJoachim Fasting2015-07-21
| | | | | | | | The scsh HEAD is buildable, whereas 0.6.7 segfaults during image creation.
* | Merge pull request #8871 from mayflower/php7-beta1Austin Seipp2015-07-19
|\ \ | | | | | | php70: init at 7.0beta1
| * | php70: init at 7.0beta1Robin Gloster2015-07-17
| | | | | | | | | | | | | | | | | | | | | The first beta of php7 has been released. This enables developers to test their code for breakage in preparation for the stable release and allows us to make sure we don't have any bugs in the packaging prior to the stable release.
* | | pypy: fix two libraries (ZHF)Vincent Laporte2015-07-17
| | |
* | | pypy: fix build (ZHF)Vincent Laporte2015-07-15
| | |
* | | Merge branch 'master.upstream' into staging.upstreamWilliam A. Kennington III2015-07-13
|\| |
| * | python-2.6: mark broken because being insecure for yearsJames Cook2015-07-12
| |/
| * jruby: update 1.7.20.1 -> 1.7.21Susan Potter2015-07-08
| |
| * ruby: Fixup libv8 versionsWilliam A. Kennington III2015-07-08
| |
| * ruby: Correct version stringWilliam A. Kennington III2015-07-08
| |