about summary refs log tree commit diff
path: root/pkgs/development
Commit message (Collapse)AuthorAge
* Captialize meta.description of all packagesBjørn Forsman2016-06-20
| | | | | | | | | | | | | | | | In line with the Nixpkgs manual. A mechanical change, done with this command: find pkgs -name "*.nix" | \ while read f; do \ sed -e 's/description\s*=\s*"\([a-z]\)/description = "\u\1/' -i "$f"; \ done I manually skipped some: * Descriptions starting with an abbreviation, a user name or package name * Frequently generated expressions (haskell-packages.nix)
* Merge pull request #16331 from vrthra/ninkazimbatm2016-06-20
|\ | | | | ninka: 1.1 -> 2.0-pre
| * ninka: 1.1 -> 2.0-preRahul Gopinath2016-06-19
| | | | | | | | Updating ninka to 2.0-pre
* | Merge pull request #16180 from zimbatm/shell-escapingzimbatm2016-06-19
|\ \ | | | | | | Escape all shell arguments uniformly
| * | Escape all shell arguments uniformlyzimbatm2016-06-12
| | |
* | | sqlite: enable FTS3_TOKENIZERTobias Geerinckx-Rice2016-06-19
| | | | | | | | | | | | Fix ‘unknown tokenizer: unicodesn’ errors in e.g. geary.
* | | libqalculate, qalculate-gtk: 0.9.7 -> 0.9.8Gabriel Ebner2016-06-19
| | |
* | | Revert "Merge pull request #16172 from zimbatm/influxdb-0.13.0"Aristid Breitkreuz2016-06-18
| | | | | | | | | | | | | | | This reverts commit ed4869452defbc317cca130512b6d67c380fb908, reversing changes made to 175e20ca5cc9540a1fb6be5c1630e5df56015dd6.
* | | Merge pull request #16314 from cko/nodejs-v6Sander van der Burg2016-06-18
|\ \ \ | | | | | | | | nodejs-6_x: 6.2.0 -> 6.2.2
| * | | nodejs-6_x: 6.2.0 -> 6.2.2Christine Koppelt2016-06-18
| | | |
* | | | Merge pull request #16172 from zimbatm/influxdb-0.13.0Aristid Breitkreuz2016-06-18
|\ \ \ \ | |/ / / |/| | | influxdb: 0.9.4 -> 0.13.0
| * | | influxdb: merge deps with the common go-moduleszimbatm2016-06-12
| | | |
* | | | Merge pull request #16170 from zimbatm/bundler-1.12.5Aristid Breitkreuz2016-06-18
|\ \ \ \ | | | | | | | | | | bundler: 1.11.2 -> 1.12.5
| * | | | bundler: 1.11.2 -> 1.12.5zimbatm2016-06-12
| | | | |
* | | | | Merge pull request #16309 from NixOS/j-fixAristid Breitkreuz2016-06-18
|\ \ \ \ \ | | | | | | | | | | | | J: fix build
| * | | | | J: add simple check phase, remove debug parts of build scriptAristid Breitkreuz2016-06-18
| | | | | |
| * | | | | J: mark as Linux-only until it has been tested on non-LinuxAristid Breitkreuz2016-06-18
| | | | | |
| * | | | | J: fix buildAristid Breitkreuz2016-06-18
| | | | | |
* | | | | | Update ffmpeg-full to 3.0.2Lluís Batlle i Rossell2016-06-18
| | | | | |
* | | | | | x265: enable parallel buildLluís Batlle i Rossell2016-06-18
| | | | | |
* | | | | | Update x264 to a recent snapshot (1,5 years update)Lluís Batlle i Rossell2016-06-18
| | | | | |
* | | | | | Updating libav from 11.6 to 11.7.Lluís Batlle i Rossell2016-06-18
| | | | | |
* | | | | | libu2f-server: mark as linux onlyPhilip Potter2016-06-18
| |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | The darwin build has been failing for a long time, and I don't have time or resources to determine why.
* | | | | Fix Travis build failure caused by Qt/KDE documentationThomas Tuegel2016-06-17
| | | | | | | | | | | | | | | | | | | | | | | | | The comments in the Qt/KDE packages caused a spurious Travis build failure because they appeared to refer to `<nixpkgs>`.
* | | | | Merge pull request #16293 from groxxda/bump/libinputJoachim Fasting2016-06-17
|\ \ \ \ \ | | | | | | | | | | | | libinput: 1.3.1 -> 1.3.2
| * | | | | libinput: 1.3.1 -> 1.3.2Alexander Ried2016-06-17
| | | | | |
* | | | | | Merge pull request #16295 from NeQuissimus/openjdk8_102Joachim Fasting2016-06-17
|\ \ \ \ \ \ | | | | | | | | | | | | | | openjdk: 8u92b14 -> 8u102b04
| * | | | | | openjdk: 8u92b14 -> 8u102b04Tim Steinbach2016-06-16
| | | | | | |
* | | | | | | Fix evaluation error in Qt/KDE packagesThomas Tuegel2016-06-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For now, the source hashes will continue to be stored in the Nixpkgs tree. The package update instructions are updated.
* | | | | | | terra: 2016-01-06 -> 2016-06-09William Casarin2016-06-16
| |/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * llvmPackages_35 -> llvmPackages_38 * static llvm no longer needed * multiple outputs, this generates the following results: - out/lib/terra.so - bin/bin/terra - dev/include/terra/*.h - static/lib/libterra.a Contributed with help from @joachifm
* | | | | | Merge pull request #16205 from vrthra/greenJoachim Fasting2016-06-17
|\ \ \ \ \ \ | |/ / / / / |/| | | | | SDL_sixel: Init at 1.2-nightly
| * | | | | SDL_sixel: init at 1.2-nightlyRahul Gopinath2016-06-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SDL_sixel is a fork of SDL1.2 that supports sixel as a video driver (for console graphics)
* | | | | | qt56: store generated source hashes outside Nixpkgs treeThomas Tuegel2016-06-16
| | | | | |
* | | | | | Merge pull request #15929 from earldouglas/avianJoachim Fasting2016-06-16
|\ \ \ \ \ \ | | | | | | | | | | | | | | avian: init at 1.2.0
| * | | | | | avian: init at 1.2.0James Earl Douglas2016-06-03
| | | | | | |
* | | | | | | mimetic: init at 0.9.8Michiel Leenaars2016-06-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #16258
* | | | | | | buildPythonPackage: be able to disable package conflict checkDomen Kožar2016-06-16
| | | | | | |
* | | | | | | gemconfig: typhoeus needs curlMichael Fellinger2016-06-16
| | | | | | |
* | | | | | | Python: fix the wheel packageFrederik Rietdijk2016-06-16
| | | | | | |
* | | | | | | Merge pull request #16252 from luispedro/shiboken_on_py35Frederik Rietdijk2016-06-16
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | shiboken: add support for Python 3.5
| * | | | | | | shiboken: add support for Python 3.5Luis Pedro Coelho2016-06-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Development upstream is stalled, but this is a trivial patch.
* | | | | | | | Merge pull request #16236 from artuuge/pycudaFrederik Rietdijk2016-06-16
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | pycuda: init at 2016.1
| * | | | | | | | enable the tests only for python older than 3.5artuuge2016-06-15
| | | | | | | | |
| * | | | | | | | pycuda: init at 2016.1artuuge2016-06-15
| | | | | | | | |
* | | | | | | | | Merge pull request #15997 from artuuge/theano_gpuFrederik Rietdijk2016-06-16
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | libgpuarray-cuda: init at -9998.0
| * | | | | | | | | switch to the default versions of numpy and scipy in libgpuarray-cudaartuuge2016-06-16
| | | | | | | | | |
| * | | | | | | | | make clblas-cuda and libgpuarray-cuda more functorialartuuge2016-06-14
| | | | | | | | | |
| * | | | | | | | | libgpuarray-cuda: init at -9998.0artuuge2016-06-05
| | | | | | | | | |
| * | | | | | | | | clblas-cuda: init at git-20160505artuuge2016-06-05
| |/ / / / / / / /
* | | | | | | | | Merge pull request #16265 from anderspapitto/gdbEelco Dolstra2016-06-16
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | gdb: 7.11 -> 7.11.1