summary refs log tree commit diff
path: root/pkgs
Commit message (Collapse)AuthorAge
* androidenv: Update all packages using fetch.shMichael Weiss2017-08-04
|
* Merge PR #27536John Ericson2017-08-03
|\
| * cc-wrapper: Don't hardcode MacOS min version for delegatesJohn Ericson2017-08-03
| |
| * cc-wrapper: Handle more -l.... gotchasJohn Ericson2017-08-03
| |
| * macos-sierra-shared: Make live code and add to nascent Darwin channelJohn Ericson2017-07-31
| | | | | | | | Also add appropriate `meta.platforms = ...` to each derivation.
| * cc-wrapper-test: Use `$CXX` else the C++ std lib won't be on the include pathJohn Ericson2017-07-31
| |
| * cc-wrapper-test: Don't use assertJohn Ericson2017-07-31
| |
| * cc-wrapper-test: Forgot to `extern "C"` now that main is C++John Ericson2017-07-31
| |
| * cc-wrapper: Beef up sierra tests to actually use functionsJohn Ericson2017-07-31
| |
| * cc-wrapper: Make sure symbol tables of child delegators is not emptyJohn Ericson2017-07-31
| | | | | | | | | | | | | | | | As described in https://github.com/NixOS/nixpkgs/issues/18461, MacOS no longer accepts dylibs which only reexport other dylibs, because their symbol tables are empty. To get around this, we define an object file with a single "private extern" symbol, which hopefully won't clobber anything.
| * cc-wrapper: Use two scripts instead of patchJohn Ericson2017-07-31
| |
| * cc-wrapper: WIP linking hack for mac OSJohn Ericson2017-07-31
| | | | | | | | | | Probably best to override Haskell packages set, or anything else linking a lot of libraries, with this.
* | privoxy: fix weird use of STRIP in the MakefileRobin Gloster2017-08-03
| |
* | shotcut: fix homepageCillian de Róiste2017-08-03
| |
* | ttfautohint: fix homepageCillian de Róiste2017-08-03
| |
* | yaws: fix homepageCillian de Róiste2017-08-03
| |
* | processing: fix homepageCillian de Róiste2017-08-03
| |
* | movit: fix homepageCillian de Róiste2017-08-03
| |
* | mlt: fix homepageCillian de Róiste2017-08-03
| |
* | mixxx: fix homepageCillian de Róiste2017-08-03
| |
* | key-mon: fix download and homepage URLsCillian de Róiste2017-08-03
| |
* | drumgizmo: fix homepageCillian de Róiste2017-08-03
| |
* | chromedriver: update homepageCillian de Róiste2017-08-03
| |
* | blender metadata: fix homepageCillian de Róiste2017-08-03
| |
* | a2jmidid: fix download URLCillian de Róiste2017-08-03
| | | | | | | | | | gna.org is dead, so the homepage is also now longer valid. According to openhub repo.or.cz seems to be the most relevant repo currently.
* | bsdgames: fix weird Makefile use of STRIPRobin Gloster2017-08-03
| |
* | Merge pull request #27905 from davidak/resticDaiderd Jordan2017-08-03
|\ \ | | | | | | restic: enable darwin builds
| * | restic: enable darwin buildsdavidak2017-08-03
| | |
* | | Merge pull request #27898 from matthewbauer/irony-server-darwinDaiderd Jordan2017-08-03
|\ \ \ | | | | | | | | irony-server: supports darwin
| * | | irony-server: supports darwinMatthew Bauer2017-08-03
| | | | | | | | | | | | | | | | Package should support all unix-like systems.
* | | | packer: add missing go dependencyWilliButz2017-08-03
| |/ / |/| |
* | | haskell infra: Misc cleanupsJohn Ericson2017-08-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - The haskell lib is very close to not relying on Nixpkgs. I think this is good---simpler to think about and matches Nixpkgs's lib. - The haskell lib is only imported once - stdenv is exposed more shallowly so it can be overriden more easily. I'll eventually use this on Darwin to avoid the Sierra shared library problems (unless changes are to be made system-wide). Closes https://github.com/NixOS/nixpkgs/pull/27840.
* | | hackage-packages.nix: automatic Haskell package set updatePeter Simons2017-08-03
| | | | | | | | | | | | | | | This update was generated by hackage2nix v2.4-2-ge4f891e from Hackage revision https://github.com/commercialhaskell/all-cabal-hashes/commit/c54ab27c33d1eb1f42219d89a8e87582754b0330.
* | | terraform: 0.9.11 -> 0.10.0zimbatm2017-08-03
| | |
* | | dockerTools: fix image json and manifestMathias Schreck2017-08-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The image json is not exactly the same as the layer json, therefore I changed the implementation to use the `baseJson` which doesn’t include layer specific details like `id`, `size` or the checksum of the layer. Also the `history` entry was missing in the image json. I’m not totally sure if this field is required, but a I got an error from a docker registry when I’ve tried to receive the distribution manifest of an image without those `history` entry: GET: `http://<registry-host>/v2/<imageName>/manifests/<imageTag>` ```json { "errors": [ { "code": "MANIFEST_INVALID", "message": "manifest invalid", "detail": {} } ] } ``` I’ve also used a while loop to iterate over all layers which should make sure that the order of the layers is correct. Previously `find` was used and I’m not sure if the order was always correct.
* | | Merge pull request #27895 from jtojnar/patch-1Frederik Rietdijk2017-08-03
|\ \ \ | | | | | | | | improve description of fonts
| * | | lohit-fonts: add package descriptionJan Tojnar2017-08-03
| | | |
| * | | junicode: make description more concreteJan Tojnar2017-08-03
| | | |
* | | | intltool: fix urlFrederik Rietdijk2017-08-03
| | | | | | | | | | | | | | | | (cherry picked from commit 34aa9a6a40a81ca123d7c2818139d810cfac7ed1)
* | | | Merge pull request #27629 from cstrahan/envoy-stagedCharles Strahan2017-08-03
|\ \ \ \ | | | | | | | | | | Envoy: init at 1.3.0
| * | | | envoy: init at 1.3.0Charles Strahan2017-08-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | L7 proxy and communication bus designed for large modern service oriented architectures. See: https://lyft.github.io/envoy/
| * | | | rapidjson: init at 1.1.0Charles Strahan2017-08-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A fast JSON parser/generator for C++ with both SAX/DOM style API. See: http://rapidjson.org/
| * | | | lightstep-tracer-cpp: init at 0.36Charles Strahan2017-08-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The LightStep distributed tracing library for C++. See: http://lightstep.com
| * | | | backward: init at 1.3Charles Strahan2017-08-03
| | | | | | | | | | | | | | | | | | | | A beautiful stack trace pretty printer for C++
| * | | | spdlog: 292bdc5eb492 -> 0.13.0Charles Strahan2017-08-03
| | | | |
| * | | | libevent: 2.0.22 -> 2.1.8Charles Strahan2017-08-03
| | | | |
| * | | | boringssl: 2016-03-08 -> 2017-02-23Charles Strahan2017-08-03
| |/ / / | | | | | | | | | | | | Also, include libcrypto.a and libdecrepit.a.
* | | | Merge pull request #27838 from sauyon/numix-sxJoachim F2017-08-03
|\ \ \ \ | |/ / / |/| | | numix-sx-gtk-theme: init at 2017-04-24
| * | | numix-sx-gtk-theme: init at 2017-04-24Sauyon Lee2017-08-01
| | | |
* | | | dropbox: 30.4.22 -> 31.4.24Peter Hoeg2017-08-03
| |/ / |/| |