summary refs log tree commit diff
path: root/pkgs
Commit message (Collapse)AuthorAge
* ocaml-core_extended: add initial version (112.24.00) to the systemEric Merritt2015-05-25
|
* ocaml-textutils: add initial version (112.17.00) to the systemEric Merritt2015-05-25
|
* ocaml-re2: add initial version (112.06.00) to the systemEric Merritt2015-05-25
|
* ocaml-lwt: make sure libev propagates as a dependencyEric Merritt2015-05-24
|
* ocaml-cohttp: add initial version (0.17.1) to the systemEric Merritt2015-05-24
|
* ocaml-alcotest: add initial version (0.3.1) to the systemEric Merritt2015-05-24
|
* ocaml-conduit: add initial version (0.8.3) to the systemEric Merritt2015-05-24
|
* ocaml-ipaddr: add version (2.6.1) to the systemEric Merritt2015-05-24
|
* ocaml-cstruct: fix various build problemsEric Merritt2015-05-24
|
* ocaml-async_ssl: add initial version (112.24.03) to the systemEric Merritt2015-05-24
|
* ocaml-ctypes: add initial version (0.4.1) to the systemEric Merritt2015-05-24
|
* ocaml-async: add initial version (112.24.00) to the systemEric Merritt2015-05-24
|
* ocaml-async_extra: add initial version (112.24.00) to the systemEric Merritt2015-05-24
|
* ocaml-async_unix: add initial version (112.24.00) to the systemEric Merritt2015-05-24
|
* ocaml-async_kernel: add initial version (112.24.00) to the systemEric Merritt2015-05-24
|
* ocaml-core: add initial version (112.24.01) to the systemEric Merritt2015-05-24
|
* ocaml-core_kernel: add initial version (112.24.00) to the systemEric Merritt2015-05-24
|
* ocaml-variantslib: add initial version (109.15.03) to the systemEric Merritt2015-05-24
|
* ocaml-typerep: add initial version (112.24.00) to the systemEric Merritt2015-05-24
|
* ocaml-pipebang: add initial version (110.01.00) to the systemEric Merritt2015-05-24
|
* ocaml-pa_test: add initial version (112.24.00) to the systemEric Merritt2015-05-24
|
* ocaml-pa_bench: add initial version (112.06.00) to the systemEric Merritt2015-05-24
|
* ocaml-herelib: add initial version (109.35.02) to the systemEric Merritt2015-05-24
|
* ocaml-custom_printf: add initial version (112.24.00) to the systemEric Merritt2015-05-24
|
* ocaml-pa_ounit: add initial version (112.24.00) to the systemEric Merritt2015-05-24
|
* ocaml-comparelib: add initial version (109.60.00) to the systemEric Merritt2015-05-24
|
* ocaml-bin_prot: add initial version (112.24.00) to the systemEric Merritt2015-05-24
|
* sexplib: rename from ocaml_sexplib to sexplibEric Merritt2015-05-24
| | | | There really isn't any need for it to be named ocaml_sexplib
* ocaml-sexplib: upgrade to 112.24.01Eric Merritt2015-05-24
|
* rename ocaml_typeconv to type_convEric Merritt2015-05-24
| | | | | | | The actual name of the package is type_conv (https://github.com/janestreet/type_conv). Having it named ocaml_typeconv adds a verbosity that isn't required and actually makes the package harder to find.
* ocaml-typeconv: upgrade to 112.01.01Eric Merritt2015-05-24
|
* ocaml-opam: the sha hash of 1.2.2 changedEric Merritt2015-05-24
| | | | | | This is a bit scary. The sha of 1.2.2 changed, causing a crash on download of the url. This updates to the current sha. Opam maintainer why, oh why, do you change a released version without a version bump??
* add an ocaml specific builder to the systemEric Merritt2015-05-22
|
* calibre: fix build by using qt53Pascal Wittmann2015-05-18
|
* keychain: fixup shebang, use upstream builder, install manpagePatrick Mahoney2015-05-18
| | | | | | | | | | | | | | | | | | | | | | fixup shebang - build was not running fixupPhase, and shebang was pointing to /bin/sh. On a system where /bin/sh links to dash, this results in errors: /nix/store/v40yk16fl1rhvr6zz91ij753ziyphwwp-keychain-2.8.0/bin/.keychain-wrapped: 59: /nix/store/v40yk16fl1rhvr6zz91ij753ziyphwwp-keychain-2.8.0/bin/.keychain-wrapped: shopt: not found /nix/store/v40yk16fl1rhvr6zz91ij753ziyphwwp-keychain-2.8.0/bin/.keychain-wrapped: 686: /nix/store/v40yk16fl1rhvr6zz91ij753ziyphwwp-keychain-2.8.0/bin/.keychain-wrapped: Syntax error: "(" unexpected (expecting ")") use upstream builder - the include Makefile uses perl to generate a manpage and insert the same text into the keychain script for '--help' output, which was otherwise missing: $ keychain --help * keychain 2.8.0 ~ http://www.funtoo.org [snip] INSERT_POD_OUTPUT_HERE install manpage - self explanatory
* lua: update patch for 5.2 on darwinJoel Taylor2015-05-18
|
* cryptsetup: Use openssl instead of libgcryptWilliam A. Kennington III2015-05-18
| | | | | | | | | | When libgcrypt added support for libcap, it started dropping capabilities of the cryptsetup process. This meant that cryptsetup was unable to communicate with device mapper. This patch fixes that issue by removing the dependency on libgcrypt and instead uses openssl for the implementation of low-level cryptographic functions. Fixes #7859.
* Merge pull request #7895 from bendlas/wine64-stagingNikolay Amiantov2015-05-18
|\ | | | | Integrate wine-staging into 32/64/wow build arch
| * winetricks: 20150316 -> 20150416Herwig Hochleitner2015-05-18
| |
| * wine: unstable 1.7.42 -> 1.7.43Herwig Hochleitner2015-05-18
| |
| * wine: enable 64bit build for wineStagingHerwig Hochleitner2015-05-18
| |
* | Merge pull request #7896 from spwhitt/cmdlinetoolsArseniy Seroka2015-05-18
|\ \ | | | | | | command-line-tools: Update url
| * | command-line-tools: Update urlSpencer Whitt2015-05-18
| | |
* | | firmware-linux-nonfree.src: use http:// to enable better availability for ↵Edward Tjörnhammar2015-05-18
| | | | | | | | | | | | proxied users
* | | cabal-install: fix build for GHC 7.0.x and 7.2.xPeter Simons2015-05-18
| | |
* | | haskell: enable builds that used to fail because they depend on graphvizPeter Simons2015-05-18
| | |
* | | haskell-graphviz: the test suite build is broken by QuickCheck 2.8Peter Simons2015-05-18
| | |
* | | hackage-packages.nix: update to ↵Peter Simons2015-05-18
| | | | | | | | | | | | https://github.com/commercialhaskell/all-cabal-files/commit/6ccfe7a3207e9e88547bc33fb4728f9a7313414b with hackage2nix revision d339b0fe58a504a61db589362b73992a5912304e
* | | kernel config: Fix grsecurity-specific configShea Levy2015-05-18
| |/ |/| | | | | Refs 13a38440c6993438ec7847eb8f00ad66fb3fd946
* | add package: uni-vgaSiarhei Zirukin2015-05-18
| |