about summary refs log tree commit diff
path: root/pkgs
Commit message (Collapse)AuthorAge
* Added SciTE 3.3.7.rszibele2014-01-23
|
* mailpile: add spambayes dependency to spam/ham emailsDomen Kožar2014-01-22
|
* nagios-plugins: change source location and homepage since the original site ↵Evgeny Egorochkin2014-01-22
| | | | has been hijacked. https://bugzilla.redhat.com/show_bug.cgi?id=1054340
* Unmaintain a bunch of packagesShea Levy2014-01-21
| | | | | | Trying to take maintainership more seriously... Signed-off-by: Shea Levy <shea@shealevy.com>
* kernel.passthru: Don't include meta to be consistent with stdenv.mkDerivationShea Levy2014-01-21
| | | | Signed-off-by: Shea Levy <shea@shealevy.com>
* Linux: Set passthru attr to contain full passthruShea Levy2014-01-21
| | | | | | This fixes #1566, thanks @wizeman Signed-off-by: Shea Levy <shea@shealevy.com>
* Rename linuxManualConfig to buildLinuxShea Levy2014-01-21
| | | | Signed-off-by: Shea Levy <shea@shealevy.com>
* Use gcc48_multi for stdenv_32bitShea Levy2014-01-21
| | | | Signed-off-by: Shea Levy <shea@shealevy.com>
* Build static libs with gccShea Levy2014-01-21
| | | | | | This was the behavior pre stdenv-updates and is needed by some users Signed-off-by: Shea Levy <shea@shealevy.com>
* Fix tarballShea Levy2014-01-21
| | | | Signed-off-by: Shea Levy <shea@shealevy.com>
* ghc: disable parallel buildingPeter Simons2014-01-21
| | | | | | | It sucks, I know, but GHC just doesn't compile reliably when built with some -j<n> option. :-( We have build errors because of apparent race conditions all over the place on Hydra. This causes so much trouble for users that it's not worth keeping this option enabled, IMHO.
* all-packages.nix: remove redundant texinfo5 overridesPeter Simons2014-01-21
| | | | Texinfo 5.x is the default version now.
* eukleides: build with texinfo 4.x; version 5 doesn't succeedPeter Simons2014-01-21
|
* geoip: update from 1.4.6 to 1.6.0Peter Simons2014-01-21
|
* gdbm: update from 1.10 to 1.11Peter Simons2014-01-21
|
* feh: update from 2.8 to 2.9.3Peter Simons2014-01-21
|
* emacs-bbdb: update to version 2.36Peter Simons2014-01-21
|
* snx: disown this packagePeter Simons2014-01-21
|
* gprolog: patch hard-coded path to the temporary file /tmp/make.logPeter Simons2014-01-21
|
* titaniumsdk: Replace deprecated python build tools by the new NodeJS based toolSander van der Burg2014-01-21
|
* Fix tarballShea Levy2014-01-21
| | | | | | Hopefully this kind of thing won't be needed with nix 1.7 Signed-off-by: Shea Levy <shea@shealevy.com>
* gcc-4.8: Enable Darwin and FreeBSDEelco Dolstra2014-01-21
|
* gnome3: remove librsvg with gtk2Domen Kožar2014-01-21
|
* gnome3.mutter: add optional depsDomen Kožar2014-01-21
|
* gnome3.libgdata: remove unneeded depDomen Kožar2014-01-21
|
* enable gobjectintrospection for some libsDomen Kožar2014-01-21
|
* Add mailpile: A modern, fast web-mail client with user-friendly encryption ↵Domen Kožar2014-01-21
| | | | and privacy features
* evolution-data-server: upgrade and move to gnome3 namespaceDomen Kožar2014-01-21
|
* add gnome3.libgdata and liboauthDomen Kožar2014-01-21
|
* Stick titanium CLI to version 3.2.0, otherwise the latest beta version gets ↵Sander van der Burg2014-01-21
| | | | installed
* nixUnstable: Update to 1.7pre3327_0e2ca26Eelco Dolstra2014-01-21
| | | | Also fixes disappeared tarball.
* Don't include llvm self-built packages in nix-env -qa/nix-env -iShea Levy2014-01-20
| | | | Signed-off-by: Shea Levy <shea@shealevy.com>
* Fix tarballShea Levy2014-01-20
| | | | Signed-off-by: Shea Levy <shea@shealevy.com>
* llvm: Split llvmFull into separate derivationsShea Levy2014-01-20
| | | | | | | | | | | | | | | | | | | | | | | Now most packages in the llvm suite are built as separate derivations. The exceptions are: * compiler-rt must currently be built with llvm. This increases llvm's size by 6 MB * clang-tools-extra must be built with clang In addition, the top-level llvm attribute is defaulted to llvm 3.4, and llvm 3.3 must be accessed by the llvm_33 attribute. This is to make the out-of-date packages obvious in the hope that eventually all will be updated to work with 3.4 and 3.3 can be removed. I think we should keep this policy in the future (latest llvm gets top-level name, the rest are versioned until they can be removed). The llvm packages (except libc++, which exception I will try to remove on the next update) can all be accessed via the llvmPackages attribute, and there are also aliases for the packages that already existed (llvm, clang, and dragonegg). Signed-off-by: Shea Levy <shea@shealevy.com>
* stdenv/setup.sh: add .gz extension to links to .gz man pagesVladimír Čunát2014-01-20
| | | | | The links weren't broken since 0a44a09, but man showed garbage. Tested on several packages (sudo, dosfstools, xz).
* Merge master into stdenv-updatesVladimír Čunát2014-01-20
|\ | | | | | | | | | | Conflicts: pkgs/applications/version-management/gource/default.nix pkgs/top-level/all-packages.nix
| * haskell-hakyll: jailbreak to fix build with recent version of pandoc-citeprocPeter Simons2014-01-20
| |
| * haskell-yesod-platform: update to version 1.2.6Peter Simons2014-01-20
| |
| * haskell-yesod-form: update to version 1.3.4.3Peter Simons2014-01-20
| |
| * haskell-yesod-auth: update to version 1.2.5.3Peter Simons2014-01-20
| |
| * haskell-wai-extra: update to version 2.0.3Peter Simons2014-01-20
| |
| * haskell-vector-space-points: update to version 0.1.3Peter Simons2014-01-20
| |
| * haskell-threepenny-gui: update to version 0.4.0.2Peter Simons2014-01-20
| |
| * haskell-stm-conduit: update to version 2.2Peter Simons2014-01-20
| |
| * haskell-snap: update to version 0.13.2.1Peter Simons2014-01-20
| |
| * haskell-pipes-bytestring: update to version 1.0.3Peter Simons2014-01-20
| |
| * haskell-heist: update to version 0.13.0.5Peter Simons2014-01-20
| |
| * haskell-hakyll: update to version 4.4.3.1Peter Simons2014-01-20
| |
| * haskell-gnuidn: update to version 0.2.1Peter Simons2014-01-20
| |
| * haskell-gloss: update to version 1.8.1.2Peter Simons2014-01-20
| |