summary refs log tree commit diff
path: root/pkgs
Commit message (Collapse)AuthorAge
* 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
| |
| * haskell-gloss-raster: update to version 1.8.1.2Peter Simons2014-01-20
| |
| * haskell-cryptohash: update to version 0.11.2Peter Simons2014-01-20
| |
| * haskell-conduit: update to version 1.0.11.1Peter Simons2014-01-20
| |
| * haskell-base16-bytestring: update to version 0.1.1.6Peter Simons2014-01-20
| |
| * haskell-JuicyPixels: update to version 3.1.3Peter Simons2014-01-20
| |
| * haskell-aeson: add version 0.7.0.0 (but don't use it yet)Peter Simons2014-01-20
| |
| * haskell-case-insensitive: update to version 1.1.0.3Peter Simons2014-01-20
| |
| * happy: add version 1.19.3Peter Simons2014-01-20
| |
| * root: enable parallel buildingPeter Simons2014-01-20
| |
| * all-packages.nix: move 'science/misc' builds into the proper place and add ↵Peter Simons2014-01-20
| | | | | | | | attribute for 'fricas'
| * root: clean up meta section and move build into 'science/misc' sectionPeter Simons2014-01-20
| |
| * fricas: clean up meta sectionPeter Simons2014-01-20
| |
| * Add CERN's 'root' Application Framework.Roger Mason2014-01-20
| |
| * Add fricas, a computer algebra systemRoger Mason2014-01-20
| |
| * haskell-cabal2nix: re-generate with cabal2nixPeter Simons2014-01-20
| |
| * haskell-xournal-types: re-generate with cabal2nixPeter Simons2014-01-20
| |
| * haskell-xournal-parser: re-generate with cabal2nixPeter Simons2014-01-20
| |
| * haskell-transformers-free: re-generate with cabal2nixPeter Simons2014-01-20
| |
| * haskell-hoodle-types: re-generate with cabal2nixPeter Simons2014-01-20
| |
| * haskell-hoodle-render: re-generate with cabal2nixPeter Simons2014-01-20
| |
| * haskell-hoodle-parser: re-generate with cabal2nixPeter Simons2014-01-20
| |
| * haskell-hoodle-core: re-generate with cabal2nixPeter Simons2014-01-20
| |
| * haskell-hoodle-builder: re-generate with cabal2nixPeter Simons2014-01-20
| |
| * haskell-coroutine-object: re-generate with cabal2nixPeter Simons2014-01-20
| |
| * haskell-TypeCompose: re-generate with cabal2nixPeter Simons2014-01-20
| |
| * haskell-hoodle: re-generate with cabal2nixPeter Simons2014-01-20
| |
| * haskellPackages.tastyRerun: New expressionOliver Charles2014-01-20
| |
| * add hoodle (pen notetaking program written in haskell) to nixpkgsIan-Woo Kim2014-01-20
| |
| * openjdk: Ugly hack to fix nix-env installationEelco Dolstra2014-01-20
| | | | | | | | | | | | | | | | | | | | | | | | Nix-env always wants to install all outputs of a derivation, but this failed for openjdk/openjre because openjdk has some symlinks (such as bin/java) to openjre. Also, it prevents installing the openjre without the openjdk. So as a workaround, mess with the "outputs" attribute to fool nix-env. Also, give openjre a separate name and description. Fixes #1535.
| * postgresql: Add version 9.3Bas van Dijk2014-01-20
| |