about summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* clojure: 1.9.0.358 -> 1.9.0.375José Luis Lafuente2018-04-25
|
* Merge pull request #39486 from dtzWill/fix/musl-provide-iconv-toolMichael Raskin2018-04-25
|\ | | | | musl: provide 'iconv' utility like other libc's
| * musl: make libc -> {ldso,ldd} symlinks relativeWill Dietz2018-04-25
| | | | | | | | Minor touchup while rebuilding things anyway.
| * musl: build iconv using just-built piecesWill Dietz2018-04-25
| | | | | | | | | | This is a bit unusual for a package, but not libc's as they should stand alone.
| * musl-stdenv: don't add special allowance for libiconvWill Dietz2018-04-25
| |
| * musl bootstrap: remove libiconvWill Dietz2018-04-24
| |
| * musl/iconv: use copy from Alpine for minor touchups to error messagesWill Dietz2018-04-24
| |
| * musl: provide 'iconv' utility occasionally expected as part of libiconvWill Dietz2018-04-24
| |
* | inkscape: Fix build on NixOSaszlig2018-04-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The first problem that was introduced in a276d5160cc4b307d97261b419e183f was a linking error: ld: cannot find -licui18n ld: cannot find -licuuc ld: cannot find -licudata So I added icu to the buildInputs. The second problem was that the interpreter wasn't patched in share/filters, apparently this is only needed when building with autotools: make[3]: Entering directory '/build/inkscape-0.92.3/share/filters' ./i18n.py ./filters.svg > ./filters.svg.h ./i18n.py: /usr/bin/env: bad interpreter: No such file or directory A similar error also occurs for share/palettes, share/patterns, share/symbols and share/templates, so I added patching the interpreter there as well. Switching to autotools in Inkscape is a very bad idea, because upstream currently still has their own autotools files in the 0.92.x tree but master already has them removed, see this commit: https://gitlab.com/inkscape/inkscape/commit/e471a664f923f517b68071f2e33fbb6ce070f8b7 However for the sake of trying to not break Inkscape on Darwin again, I tried to keep the fixes minimal and not went back to CMake. I did however mark the stuff that's unneeded for CMake, so that we can avoid forgetting to remove that crap once we get back to CMake. Signed-off-by: aszlig <aszlig@nix.build> Cc: @matthewbauer
* | Merge pull request #39414 from dtzWill/update/ngx_brotli-0.1.1Will Dietz2018-04-25
|\ \ | | | | | | ngx_brotli: -> 0.1.1
| * | ngx_brotli: -> 0.1.1Will Dietz2018-04-24
| | |
* | | Merge pull request #39484 from dtzWill/update/radiotray-ng-0.2.2Will Dietz2018-04-25
|\ \ \ | | | | | | | | radiotray-ng: 0.2.1 -> 0.2.2
| * | | radiotray-ng: disable tests, they now want to download unconditionallyWill Dietz2018-04-25
| | | |
| * | | radiotray-ng: 0.2.1 -> 0.2.2Will Dietz2018-04-25
| | | | | | | | | | | | | | | | https://github.com/ebruck/radiotray-ng/releases/tag/v0.2.2
* | | | rarian: merge gnome{2,3}.rarianJan Tojnar2018-04-25
| | | |
* | | | nginx: allow basic auth passwords to be specified in a fileBen Wolsieffer2018-04-25
|/ / /
* | | lib/generators: print paths without quotes & move function downProfpatsch2018-04-25
| | |
* | | pitivi: 0.96 → 0.99Jan Tojnar2018-04-25
| | |
* | | gn: Add libc++ and libc++abi from third_partyaszlig2018-04-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On GNU/Linux the build references these files, so let's fetch them from the Chromium repository. I haven't checked whether they are heavily patched or whether we can use the version from LLVM, but when looking at the changes, they do seem to divert a bit from upstream LLVM. Signed-off-by: aszlig <aszlig@nix.build> Cc: @matthewbauer, @stesie
* | | gn: Switch to fetchzip for apple_apsl directoryaszlig2018-04-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The tarball from upstream seems to be generated on the fly, so the output is not deterministic and using fetchzip makes this more reliable as we have a recursively hashed output path without any of the non-determinisms in tarballs. Unfortunately, the build still fails on NixOS systems, because we need a few more stuff in the build tree. Signed-off-by: aszlig <aszlig@nix.build> Cc: @matthewbauer, @stesie
* | | buildkite-agent3: init at 3.0.1 (#39471)Rodney Lorrimar2018-04-25
| | | | | | | | | | | | | | | | | | New stable release. Version 2.6 is kept for backwards compatibility. https://github.com/buildkite/agent/releases/tag/v3.0.0 https://github.com/buildkite/agent/releases/tag/v3.0.1
* | | Merge pull request #39360 from lsix/update_motuLancelot SIX2018-04-25
|\ \ \ | | | | | | | | motuclient: 1.4.00 -> 1.5.00
| * | | motuclient: 1.4.00 -> 1.5.00Lancelot SIX2018-04-23
| | | |
* | | | haskell-brick: update override for ghc 8.4.xPeter Simons2018-04-25
| | | |
* | | | haskell-vector-sized: update overridePeter Simons2018-04-25
| | | |
* | | | haskell-{hlint,hoogle}: drop obsolete overridesPeter Simons2018-04-25
| | | |
* | | | haskell-monad-logger: drop obsolete overridePeter Simons2018-04-25
| | | |
* | | | all-cabal-hashes: update to latest versionPeter Simons2018-04-25
| | | |
* | | | hackage-packages.nix: automatic Haskell package set updatePeter Simons2018-04-25
| | | | | | | | | | | | | | | | | | | | This update was generated by hackage2nix v2.9.2-6-g7882850 from Hackage revision https://github.com/commercialhaskell/all-cabal-hashes/commit/5dcdcbfee8248cc4b7fbe7ce08857000b39d77d6.
* | | | LTS Haskell 11.6Peter Simons2018-04-25
| | | |
* | | | Merge pull request #39473 from xeji/update-keymap-testSarah Brofeldt2018-04-25
|\ \ \ \ | | | | | | | | | | nixos/tests/keymap: wait for xdotool to succeed
| * | | | nixos/tests/keymap: wait for xdotool to succeedxeji2018-04-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | xdotool failed in rare cases when a window was already created but not yet decorated by the window manager. also prevent a (never observed but possible) race condition
* | | | | Merge pull request #39436 from LnL7/vim-ft-nixJörg Thalheim2018-04-25
|\ \ \ \ \ | | | | | | | | | | | | vim_configurable: replace default ftNix patch with sources from vim-nix
| * | | | | vim_configurable: replace default ftNix patch with sources from vim-nixDaiderd Jordan2018-04-24
| | | | | |
* | | | | | fio: 3.5 -> 3.6, enable on darwin (#39452)Dmitry Kalinkin2018-04-25
| | | | | |
* | | | | | Merge pull request #39439 from Ma27/fix-free-clementine-plugin-pathMatthew Justin Bauer2018-04-25
|\ \ \ \ \ \ | | | | | | | | | | | | | | clementine: each output should hav a wrapped `GST_PLUGIN_SYSTEM_PATH_1_0`
| * | | | | | clementine: each output should hav a wrapped `GST_PLUGIN_SYSTEM_PATH_1_0`Maximilian Bosch2018-04-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | see https://github.com/NixOS/nixpkgs/commit/ef5e212d20959d4d883df2ff2a54e5ef4b2512a5#r28723596 /cc @jtojnar
* | | | | | | Merge pull request #39285 from florianjacob/synapseFrederik Rietdijk2018-04-25
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | matrix-synapse: 0.27.2 -> 0.27.4
| * | | | | | | frozendict: disable checksFlorian Jacob2018-04-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | as there are none
| * | | | | | | frozendict: move to separate moduleFlorian Jacob2018-04-22
| | | | | | | |
| * | | | | | | python-frozendict: 0.5 -> 1.2Florian Jacob2018-04-22
| | | | | | | |
| * | | | | | | canonicaljson: separating from pythonPackagesFlorian Jacob2018-04-22
| | | | | | | |
| * | | | | | | canonicaljson: 1.0.0 -> 1.1.3Florian Jacob2018-04-20
| | | | | | | |
| * | | | | | | matrix-synapse: 0.27.2 -> 0.27.4Florian Jacob2018-04-20
| | | | | | | |
* | | | | | | | Merge pull request #39158 from catern/dataclassFrederik Rietdijk2018-04-25
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | pythonPackages.dataclasses: init at 0.5
| * | | | | | | | pythonPackages.dataclasses: init at 0.5Spencer Baugh2018-04-24
| | | | | | | | |
* | | | | | | | | Merge pull request #39465 from matthewbauer/workMatthew Justin Bauer2018-04-25
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Various work on broken packages
| * | | | | | | | | inkscape: typoMatthew Bauer2018-04-25
| | | | | | | | | |
| * | | | | | | | | live555: add aarch64-linux entryMatthew Bauer2018-04-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes eval
| * | | | | | | | | qtwebengine: rewriteMatthew Bauer2018-04-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #39334 and Fixes #36729 Also, Fixes #36932 (hopefully it's still building) (This might be able to be able to be cherry-picked to 18.03 but be careful - chromium is extremely touchy. Probably best to wait for it to be built successfully on Hydra a few times.)