summary refs log tree commit diff
path: root/pkgs/development
Commit message (Collapse)AuthorAge
* Merge pull request #10179 from lancelotsix/update_glpkvbgl2015-10-02
|\ | | | | glpk: 4.52.1 -> 4.56
| * glpk: 4.52.1 -> 4.56Lancelot SIX2015-10-02
| |
* | Merge pull request #10059 from matthiasbeyer/update-neonlethalman2015-10-02
|\ \ | |/ |/| neon: 0.29.6 -> 0.30.1
| * neon: Put version into own variableMatthias Beyer2015-09-29
| |
| * neon: 0.29.6 -> 0.30.1Matthias Beyer2015-09-29
| |
* | Merge pull request #10178 from aycanirican/snort_inline_supportAycan iRiCAN2015-10-02
|\ \ | | | | | | snort: introducing inline snort support via nfq daq
| * | snort: introducing inline snort support via nfq daqAycan iRiCAN2015-10-02
| | |
* | | remove obsolete libunwindNativeJude Taylor2015-10-01
| | |
* | | fix patches for both node versionsJude Taylor2015-10-01
| | |
* | | add darwin.libobjc to some ruby gems that need itJude Taylor2015-10-01
| | |
* | | v8: Fix compilation issue with gcc4.9+William A. Kennington III2015-10-01
| | |
* | | add darwin libtool to nodejs 4.1.0Jude Taylor2015-10-01
| | |
* | | update bundler-head SHA256Jude Taylor2015-10-01
| | |
* | | Merge pull request #9834 from NixOS/rubiesJude Taylor2015-10-01
|/ / | | | | | | Merge Ruby versions into one file
* | Merge pull request #10124 from maurer/capnproto-bumpArseniy Seroka2015-10-01
|\ \ | | | | | | capnproto: 0.5.1.2 -> 0.5.3
| * | capnproto: 0.5.1.2 -> 0.5.3Matthew Maurer2015-09-28
| | |
* | | lisps: some refactoringVladimír Čunát2015-10-01
| | |
* | | lisp-packages: git.b9.com moved to git.kpe.ioTomas Hlavaty2015-09-30
| | |
* | | sbcl: improve bootstrap and add arm supportTomas Hlavaty2015-09-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | clisp bootstrap is very slow and clisp doesn't compile on arm now it is possible to also bootstrap using ccl: sbclBootstrapHost = "${ccl}/bin/${ccl.CCL_RUNTIME} -b -n"; or alternatively using clisp sbclBootstrapHost = "${clisp}/bin/clisp -norc";
* | | sbcl: 1.2.14 -> 1.2.15Tomas Hlavaty2015-09-30
| | |
* | | ccl: also on armTomas Hlavaty2015-09-30
| | |
* | | picolisp: compile on arm and i686Tomas Hlavaty2015-09-30
| | |
* | | picolisp: 3.1.10 -> 3.1.11Tomas Hlavaty2015-09-30
| | |
* | | pythonPackages: bump pyramid, webob and btreesDomen Kožar2015-09-30
| | |
* | | jenkins: 1.594 -> 1.631Bjørn Forsman2015-09-30
| | |
* | | configuration-hackage2nix.yaml: update list of broken packagesPeter Simons2015-09-30
| | |
* | | hackage-packages.nix: update Haskell package setPeter Simons2015-09-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | This update was generated by hackage2nix v20150922-6-g5d5ccfe-dirty using the following inputs: - Nixpkgs: https://github.com/NixOS/nixpkgs/commit/7a2a9bbe1595c73f9aa2bba4c2a600c558ef5822 - Hackage: https://github.com/commercialhaskell/all-cabal-hashes/commit/82f4bbff1b525f7cf33c525987268cdc651c3d33 - LTS Haskell: https://github.com/fpco/lts-haskell/commit/831a37566be736e827a8f17d6c006a09ed384cd6 - Stackage Nightly: https://github.com/fpco/stackage-nightly/commit/e7fd25c827f2a1bfb13ea6e716579b697a566ac3
* | | neardal: add 'ncl' and 'demo' applicationThomas Strobel2015-09-30
| | |
* | | neardal: init at 0.7-post-git-20150930Thomas Strobel2015-09-30
| | |
* | | configuration-hackage2nix.yaml: update list of broken packagesPeter Simons2015-09-30
| | |
* | | hackage-packages.nix: update Haskell package setPeter Simons2015-09-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | This update was generated by hackage2nix v20150922-6-g5d5ccfe using the following inputs: - Nixpkgs: https://github.com/NixOS/nixpkgs/commit/d64ca94227781f00e309a03b72475f6fe4b8a035 - Hackage: https://github.com/commercialhaskell/all-cabal-hashes/commit/8f14dec4319f0b88ba503221342e58f1fd3752dd - LTS Haskell: https://github.com/fpco/lts-haskell/commit/831a37566be736e827a8f17d6c006a09ed384cd6 - Stackage Nightly: https://github.com/fpco/stackage-nightly/commit/e7fd25c827f2a1bfb13ea6e716579b697a566ac3
* | | kf513: don't override mkDerivationThomas Tuegel2015-09-29
| | | | | | | | | | | | | | | | | | Provides a globally unique name (kdeFramework) instead of using attribute paths as namespaces and locally overloading the mkDerivation name.
* | | Merge pull request #10122 from Havvy/elixirDomen Kožar2015-09-29
|\ \ \ | | | | | | | | elixir: 1.0.5 -> 1.1.0
| * | | elixir: 1.0.5 -> 1.1.1Ryan Scheel (Havvy)2015-09-29
| | | | | | | | | | | | | | | | | | | | Had to change the `mix` shebang to do coreutils/bin/env elixir, not coreutils/bin/env elixir/bin/elixir.
* | | | Merge pull request #10014 from vbgl/camlp5-6.13vbgl2015-09-29
|\ \ \ \ | | | | | | | | | | camlp5: 6.12 → 6.14
| * | | | camlp5: 6.12 -> 6.14Vincent Laporte2015-09-23
| | | | |
* | | | | webkitgtk-2.4: drop autoreconf, propagate harfbuzz-icuVladimír Čunát2015-09-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The autoreconf phase isn't needed anymore but wasn't removed. Fixes #10099 (I think). It's maybe slightly wasteful for the closure, but it's likely that in the case of webkit it won't be a big deal and icu might be in the closure anyway.
* | | | | libxkbcommon: Remove `--version-script` on DarwinMarcus Crestani2015-09-29
| | | | | | | | | | | | | | | | | | | | Close #10094. Simplified by vcunat.
* | | | | Fix nix-env -f "<nixpkgs>" -qaP -A haskell.packages.ghc6123.Peter Simons2015-09-29
| | | | |
* | | | | heimdal: try disabling parallel builds due to hydra issuesLuca Bruno2015-09-29
| | | | | | | | | | | | | | | | | | | | cc @wkennington
* | | | | xulrunner: disable gconfLuca Bruno2015-09-29
| |_|_|/ |/| | |
* | | | Fix or disable broken Haskell builds.Peter Simons2015-09-29
| | | |
* | | | haskell-pandoc-citeproc has spurious test suite failures.Peter Simons2015-09-29
| | | |
* | | | hackage-packages.nix: update Haskell package setPeter Simons2015-09-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This update was generated by hackage2nix v20150922-6-g5d5ccfe using the following inputs: - Nixpkgs: https://github.com/NixOS/nixpkgs/commit/f21f116631be9905ba96af24024fb506e1e65325 - Hackage: https://github.com/commercialhaskell/all-cabal-hashes/commit/f8855b5494a1df4f7b93142a19d944f10380a75c - LTS Haskell: https://github.com/fpco/lts-haskell/commit/831a37566be736e827a8f17d6c006a09ed384cd6 - Stackage Nightly: https://github.com/fpco/stackage-nightly/commit/96ef887f310857f0d01e91995b9a4ecc938d434b
* | | | libpsl: list 2015-09-15 -> 2015-09-25Tobias Geerinckx-Rice2015-09-29
| | | |
* | | | d-feet: remove unused argumentsTobias Geerinckx-Rice2015-09-29
| |_|/ |/| |
* | | ihaskell: make sure the wrapped binaries pick up the python pathEdward Tjörnhammar2015-09-28
| | |
* | | Merge pull request #10106 from andrewrk/libsoundiogoibhniu2015-09-28
|\ \ \ | | | | | | | | libsoundio: 1.0.1 -> 1.0.2
| * | | libsoundio: 1.0.1 -> 1.0.2Andrew Kelley2015-09-27
| | | |
* | | | revert realLibtoolJude Taylor2015-09-28
| | | |