summary refs log tree commit diff
path: root/pkgs/development
Commit message (Collapse)AuthorAge
* Introduce patchShebangsPhase ran in preConfigurePhasesDomen Kožar2015-01-02
| | | | | (cherry picked from commit 91c7e8747af1fdc2a70cd98594ccbb12a5c6902d) Signed-off-by: Domen Kožar <domen@dev.si>
* determinism: change some fixed timestamp to != (time_t)0Vladimír Čunát2014-12-30
| | | | | | | | vcunat removed the unrelated glib change. Conflicts: pkgs/development/libraries/glib/default.nix pkgs/os-specific/linux/kernel/generic.nix pkgs/os-specific/linux/kernel/manual-config.nix
* perl-modules: do not create perllocal.pod, for determinismAlexander Kjeldaas2014-12-30
|
* cyrus_sasl: Enable kerberosWilliam A. Kennington III2014-12-30
|
* krb5: 1.12.2 -> 1.13William A. Kennington III2014-12-30
|
* heimdal: Update buildWilliam A. Kennington III2014-12-30
|
* kerberos: Use default kerberos instead of krb5William A. Kennington III2014-12-30
|
* Fix user-facing typos (mainly in descriptions)Tobias Geerinckx-Rice2014-12-30
|
* Merge pull request #5476 from codyopel/x265-updateWilliam A. Kennington III2014-12-29
|\ | | | | x265-hg: updated to latest commit, fixed package naming issue
| * x265-hg: updated to latest commit, fixed package naming issuecodyopel2014-12-26
| |
* | rustcMaster: Update from 0.13.0-pre-2604-g2f3cff6 -> 0.13.0-pre-2763-g6366631Ricardo M. Correia2014-12-29
| |
* | Adds ocaml-ojquery-0.1Vincent Laporte2014-12-29
| | | | | | | | | | | | jQuery Binding for Eliom Homepage: http://ocsigen.org/ojquery/
* | Adds ocaml-magick-0.34Vincent Laporte2014-12-29
| | | | | | | | | | | | This package aims to provide the ImageMagick methods to OCaml Homepage: http://www.linux-nantes.org/~fmonnier/OCaml/ImageMagick/
* | Adds ocaml-safepass-1.3Vincent Laporte2014-12-29
| | | | | | | | | | | | | | | | | | | | OCaml-safepass is a library offering facilities for the safe storage of user passwords. By "safe" we mean that passwords are salted and hashed using the Bcrypt algorithm. Salting prevents rainbow-table based attacks, whereas hashing by a very time-consuming algorithm such as Bcrypt renders brute-force password cracking impractical. Homepage: http://ocaml-safepass.forge.ocamlcore.org/
* | haskell-sdl2: re-enable Haddock phasePeter Simons2014-12-29
| | | | | | | | GHC 7.8.4 fixed https://github.com/haskell-game/sdl2/issues/31.
* | etcd: upgrade server and ctlMatej Cotman2014-12-29
| |
* | Merge pull request #5488 from teh/masterPeter Simons2014-12-28
|\ \ | | | | | | Update elm to 0.14.
| * | Update elm to 0.14.Tom Hunger2014-12-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Note that elm has a different package split: The old Elm 0.13 package is now elm-compiler, elm-make and elm-package. Instead of invoking "elm" one now has to use "elm-make". I kept the 0.13 version of elm around in case someone depends on it.
* | | Merge pull request #5481 from sjmackenzie/hammerArseniy Seroka2014-12-28
|\ \ \ | |/ / |/| | hammer: version bump
| * | hammer: version bumpStewart Mackenzie2014-12-27
| | |
* | | Adds ocaml-uusegVincent Laporte2014-12-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | Uuseg is an OCaml library for segmenting Unicode text. It implements the locale independent Unicode text segmentation algorithms to detect grapheme cluster, word and sentence boundaries and the Unicode line breaking algorithm to detect line break opportunities. Homepage: http://erratique.ch/software/uuseg
* | | Eradicate gzip -9 without -nAlexander Kjeldaas2014-12-28
| | |
* | | Merge pull request #5484 from ttuegel/linear-algebraThomas Tuegel2014-12-27
|\ \ \ | | | | | | | | Version bump some linear algebra packages
| * | | suitesparse: add version 4.4.1Thomas Tuegel2014-12-27
| | | |
| * | | arpack: build against atlasWithLapackThomas Tuegel2014-12-27
| | | |
| * | | arpack: version bump to 3.2.0Thomas Tuegel2014-12-27
| | | |
| * | | atlas: optionally build with full lapackThomas Tuegel2014-12-27
| | | |
| * | | atlas: fix generic optionsThomas Tuegel2014-12-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Build atlas with the generic options recommended by the upstream documentation for distributions. The expression now takes the parameter 'threads' which configures the number of threads atlas will use. The default is to build serial atlas ('threads = "0"'). The expression also takes the parameter 'cacheEdge' which is the L2 cache per core, in bytes. This reduces build time because the cache size doesn't need to be detected. It also reduces impurity, since different build nodes on Hydra may have different hardware. It is set to 256k by default, which is recommended for distributions by the upstream documentation.
| * | | openblas: version bump to 0.2.13Thomas Tuegel2014-12-27
| |/ /
* / / libcaca: add another mirrorVladimír Čunát2014-12-27
|/ / | | | | | | The original does not work ATM.
* | ocaml-uucp: update from 0.9.0 to 0.9.1Vincent Laporte2014-12-27
| |
* | Merge branch 'staging'Vladimír Čunát2014-12-26
|\ \
| * | gstreamer-1: double maintenance bumpVladimír Čunát2014-12-25
| | | | | | | | | | | | CC maintainer @iyzsong.
| * | orc: maintenance updateVladimír Čunát2014-12-25
| | | | | | | | | | | | CC maintainer @fuuzetsu.
| * | libpng: security update (no CVE yet)Vladimír Čunát2014-12-25
| | | | | | | | | | | | http://www.securitytracker.com/id/1031444
| * | libvdpau, vdpauinfo: update to 0.9, extend metaVladimír Čunát2014-12-25
| | | | | | | | | | | | | | | Add myself as a maintainer. The rebuild impact is large, mostly through mesa -> {qt, gtk}.
| * | gcc: maintenance update 4.8.3 -> 4.8.4Vladimír Čunát2014-12-24
| | |
* | | qt5: work around a build problemVladimír Čunát2014-12-26
| | |
* | | More gcc->cc refsShea Levy2014-12-26
| | |
* | | Missed gcc refsShea Levy2014-12-26
| | |
* | | Change occurrences of gcc to the more general ccJohn Wiegley2014-12-26
| |/ |/| | | | | | | This is done for the sake of Yosemite, which does not have gcc, and yet this change is also compatible with Linux.
* | Merge pull request #5013 from doublec/alicemlMichael Raskin2014-12-26
|\ \ | | | | | | Update aliceml to use git version of Alice ML
| * | Update aliceml to use git version of Alice MLChris Double2014-11-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows 64 bit builds of Alice ML and removes the need for old versions of gcc to build. The license is changed to 'mit' from the 'bsd' that it was previously as the COPYING files in the alice and seam repositories appear to be the modern style MIT variant (also known as the ICU variant). Added myself as the maintainer.
* | | nodePackages: fix builderJaka Hudoklin2014-12-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - reuse unpack and patch phase - patch shebangs of source code - properly patch depdency versions (thanks @svanderburg) - add patching for github version names - add some inline docs - fix recursive depdencies runtime handling by copying files instead of symlinking if package has recursive dependencies
* | | opencv: fix build on i686 by upstream patchVladimír Čunát2014-12-25
| | | | | | | | | | | | CC maintainers @viric, @flosse, #5356.
* | | haskell-haddock: update to version 2.15.0.1Peter Simons2014-12-25
| | |
* | | haskell-wl-pprint-text: update to version 1.1.0.3Peter Simons2014-12-25
| | |
* | | haskell-uuid: update to version 1.3.7Peter Simons2014-12-25
| | |
* | | haskell-texmath: update to version 0.8.0.1Peter Simons2014-12-25
| | |
* | | haskell-test-framework: update to version 0.8.1.0Peter Simons2014-12-25
| | |