summary refs log tree commit diff
path: root/pkgs
Commit message (Collapse)AuthorAge
...
| * 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
| |
| * libvpx: Don't install static libraryEelco Dolstra2014-01-20
| |
| * Merge pull request #1551 from urv/masterDomen Kožar2014-01-20
| |\ | | | | | | calibre: upgrade from 1.17.0 to 1.20.0
| | * calibre: upgrade from 1.17.0 to 1.20.0Arvin Moezzi2014-01-19
| | |
| * | Updating libvpx to 1.3.0, and making ffmpeg include vpxLluís Batlle i Rossell2014-01-20
| | | | | | | | | | | | | | | I don't think there is any reason not to have vpx there. It's part of webm.
| * | Setting license to elinks.Lluís Batlle i Rossell2014-01-20
| | | | | | | | | | | | Disabling guile, due to licence incompatibility.
| * | Merge pull request #1556 from ocharles/siegePeter Simons2014-01-20
| |\ \ | | | | | | | | Update siege to 3.0.5 and add meta information
| | * | Update siege to 3.0.5 and add meta informationOliver Charles2014-01-20
| | | |
| * | | scons: add pythonPath attribute to ensure that the python-wrapper recognizes ↵Peter Simons2014-01-20
| |/ / | | | | | | | | | this package as providing a python library
| * | Update siegeOliver Charles2014-01-20
| | |
| * | Add gnome3.gjsDomen Kožar2014-01-20
| | |
| * | Add gnome3.mutterDomen Kožar2014-01-20
| | |
| * | Add gnome3.caribouDomen Kožar2014-01-20
| | |
| * | Add full llvm build, update libc++ and dragoneggShea Levy2014-01-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some packages in the llvm suite (e.g. compiler-rt) cannot be built separate from the build of llvm, and while some others (e.g. clang) can the combined build is much better tested (we've had to work around annoying issues before). So this puts llvm, clang, clang-tools-extra, compiler-rt, lld, lldb, and polly all into one big build (llvmFull). This build includes a static llvm, as dynamic is similarly less tested and has known failures. This also updates libc++ and dragonegg. libc++ now builds against libc++abi as a separate package rather than building it during the libc++ build. The clang purity patch is gone. Instead, we simply set --sysroot to /var/empty for pure builds, as all impure paths are either looked up in the gcc prefix (which we hard-code at compile time) or in the sysroot. This also means that if NIX_ENFORCE_PURITY is 0 then clang will look in the normal Linux paths by default, which is the proper behavior IMO. polly required an updated isl. When stdenv-updates is merged, perhaps we can update the isl used by gcc and avoid having two versions. Since llvm on its own is now separate from the llvm used by clang, I've removed myself as maintainer from llvm and will leave maintenance of that to those who are interested in llvm separate from clang. Signed-off-by: Shea Levy <shea@shealevy.com>
| * | Making elinks not use python by default.Lluís Batlle i Rossell2014-01-20
| | | | | | | | | | | | | | | It fails to start for me, due to a python problem, otherwise. And I don't know why I'd need python, so by now I disable it by default.
| * | Updating elinks to 0.12pre6Lluís Batlle i Rossell2014-01-20
| | |
| * | Linux 3.13Shea Levy2014-01-19
| | | | | | | | | | | | Signed-off-by: Shea Levy <shea@shealevy.com>
| * | Add Fedora 20Shea Levy2014-01-19
| | | | | | | | | | | | Signed-off-by: Shea Levy <shea@shealevy.com>
| * | Add gnome3.gnome_settings_daemonDomen Kožar2014-01-19
| | |
| * | cgit: fix snapshot feature by using full paths to gzip/bzip2/xzBjørn Forsman2014-01-19
| | |
| * | cgit: enable lua supportBjørn Forsman2014-01-19
| | | | | | | | | | | | | | | Filters can now take advantage of the built-in lua interpreter (much faster than fork and exec).
| * | cgit: update from 0.9.2 to 0.10Bjørn Forsman2014-01-19
| | |
| * | Add gnome3.geocode_glibDomen Kožar2014-01-19
| |/
| * elinks: Actually enable javascriptShea Levy2014-01-19
| | | | | | | | Signed-off-by: Shea Levy <shea@shealevy.com>