about summary refs log tree commit diff
path: root/pkgs/development
AgeCommit message (Collapse)AuthorFilesLines
2015-06-19darwin purity: libusb1Jude Taylor1-2/+4
2015-06-19darwin purity: python-2.7Jude Taylor1-1/+4
2015-06-19apply perl-5.20 fix to pure darwin onlyJude Taylor1-1/+1
2015-06-19mesa: minor update to 10.5.7Eduard Bachmakov1-2/+2
Picked from #8369.
2015-06-18Merge branch 'master.upstream' into staging.upstreamWilliam A. Kennington III3-6/+6
2015-06-18rabbitmq-c: 0.6.0 -> 0.7.0William A. Kennington III1-2/+2
2015-06-18tevent: 0.9.24 -> 0.9.25William A. Kennington III1-2/+2
2015-06-18tdb: 1.3.4 -> 1.3.6William A. Kennington III1-2/+2
2015-06-18Merge branch 'master.upstream' into staging.upstreamWilliam A. Kennington III8-16/+17
2015-06-18libraw: 0.16.0 -> 0.16.1William A. Kennington III1-2/+3
2015-06-18libinput: 0.15.0 -> 0.17.0William A. Kennington III1-2/+2
2015-06-18libssh2: 1.5.0 -> 1.6.0William A. Kennington III1-2/+2
2015-06-18wayland: 1.7.0 -> 1.8.1William A. Kennington III1-2/+2
2015-06-18mbedtls: 1.3.10 -> 1.3.11William A. Kennington III1-2/+2
2015-06-18wiredtiger: 2.6.0 -> 2.6.1William A. Kennington III1-2/+2
2015-06-18libndp: 1.4 -> 1.5William A. Kennington III1-2/+2
2015-06-18zeromq: 4.1.1 -> 4.1.2William A. Kennington III1-2/+2
2015-06-18libjpeg-turbo: 1.4.0 -> 1.4.1William A. Kennington III1-2/+2
2015-06-18nghttp2: 0.7.14 -> 1.0.2William A. Kennington III1-2/+2
2015-06-18ncurses: Fix up library linkingWilliam A. Kennington III1-45/+30
2015-06-18darwin purity: gmp-4.3.2Jude Taylor1-1/+2
2015-06-18fix ncurses renames on darwinJude Taylor1-4/+6
2015-06-18fix conditionals for bootstrap sed callsJude Taylor1-1/+1
2015-06-18Merge #8363: pure-darwin stdenvVladimír Čunát42-3567/+5363
2015-06-18pure darwin stdenvJude Taylor9-6/+49
2015-06-18add myself as maintainerAndrew Kelley2-0/+2
2015-06-18haskell-bindings-levmar: build with openblasCompatThomas Tuegel1-1/+1
2015-06-18proj: add myself as maintainerVincent Laporte1-0/+1
2015-06-18nixpkgs: Remove bunk 'infer' expressionAustin Seipp1-33/+0
This was accidentally committed because I'm a goof - see 1ee742b0ef2904788e1775d73de42c00492e8c4f. Thanks to ftrvxmtrx on IRC for spotting. Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-06-18proj: update from 4.8.0 to 4.9.1 (close #8235)Vincent Laporte1-12/+3
2015-06-18frama-c: fix hash, closes #8308Vincent Laporte1-1/+1
2015-06-18ocaml-menhir: update from 20130116 to 20140422Vincent Laporte1-3/+3
2015-06-18wxmac: fixed impure libiconv, closes #8367Daiderd Jordan1-2/+2
2015-06-18erlang: use wxmac on darwinDaiderd Jordan1-5/+15
2015-06-18wxmac: new packageDaiderd Jordan2-0/+114
- based on the current homebrew package
2015-06-18add pkgs: fmod42416lassulus1-0/+50
2015-06-18add pkgs: sqlite-amalgamationlassulus1-0/+33
2015-06-18libuv: 1.5.0 -> 1.6.1, closes #8365Benjamin Saunders1-1/+1
2015-06-17gnutls: 3.4.1 -> 3.4.2William A. Kennington III1-2/+2
2015-06-17openldap: Add gcc5 compat patchWilliam A. Kennington III2-1/+53
2015-06-17R: improve support for CRAN and Bioconductor package setsPeter Simons5-4222/+4648
- Update the instructions for re-generating each of the package set files. - Provide test-evaluation.nix expression to verify that the package sets evaluates. - Update list of known broken packages.
2015-06-17R: add support for Bioconductor packagesJeffrey David Johnson3-24/+983
2015-06-17haskell-xkbcommon test suite has unspecified dependencies.Peter Simons1-0/+1
2015-06-17haskell: update configuration for Cabal 1.22.4.0Peter Simons4-5/+5
2015-06-17hackage-packages.nix: update to ↵Peter Simons1-163/+305
https://github.com/commercialhaskell/all-cabal-files/commit/0a970838946d127ccab7826f2d78ba55cceb4363 with hackage2nix revision 1663fb81050a8be440e74263f022c7b04d3ccd6b
2015-06-17Separate nativeBuildInputs where maintainers |= nckxTobias Geerinckx-Rice7-9/+14
2015-06-17Merge branch 'master.upstream' into staging.upstreamWilliam A. Kennington III20-712/+1703
2015-06-17Merge pull request #5908 from cstrahan/hoogle-local-ngPeter Simons5-3/+126
haskell-ng: hoogleLocal support I believe this code ought to be used as follows: { packageOverrides = pkgs : let self = pkgs.pkgs; in rec { hsEnv = pkgs.haskell-ng.packages.ghc784.ghcWithPackages (p: with p; (haskellDev p) ++(myPackages p) # add more packages here ); hsEnvHoogle = withHoogle hsEnv; withHoogle = haskellEnv: with pkgs.haskellngPackages; import <nixpkgs/pkgs/development/libraries/haskell/hoogle/local.nix> { stdenv = pkgs.stdenv; inherit hoogle rehoo ghc; packages = haskellEnv.paths; }; }; }
2015-06-16ghcjs: fix/bump git refsCharles Strahan1-7/+6
2015-06-16add libgringotts, a library to encapsulate data in an encrypted structurePascal Wittmann1-0/+21