about summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* verilog: 2019.03.27 -> 2019.08.1Daniel Schaefer2019-08-02
| | | | Fixes the build, see: https://github.com/steveicarus/iverilog/issues/247
* Merge pull request #65629 from endocrimes/r-nomad-0.9.4Sarah Brofeldt2019-07-31
|\ | | | | nomad: 0.9.3 -> 0.9.4
| * nomad: 0.9.3 -> 0.9.4Danielle Lancashire2019-07-31
| |
* | anbox-modules: 2018-09-08 -> 2019-07-13Herwig Hochleitner2019-07-31
| |
* | anbox: fix buildHerwig Hochleitner2019-07-31
| | | | | | | | see https://github.com/anbox/anbox/issues/1124
* | swiften: fix buildOrivej Desh2019-07-31
| | | | | | | | | | | | | | | | | | It was failing with: LINK Documentation/SwiftenDevelopersGuide/Examples/EchoBot/EchoBot0x /nix/store/mgdjnsrkqgmxqjaqaxgqyqm7fwyi96fk-binutils-2.31.1/bin/ld: cannot find -lssl /nix/store/mgdjnsrkqgmxqjaqaxgqyqm7fwyi96fk-binutils-2.31.1/bin/ld: cannot find -lcrypto collect2: error: ld returned 1 exit status
* | Merge pull request #65575 from eadwu/nvidia_x11/2019-07-29Dmitry Kalinkin2019-07-31
|\ \ | | | | | | nvidia_x11: 2019-07-29
| * | nvidia_x11: 430.34 -> 430.40Edmund Wu2019-07-30
| | |
| * | nvidia_x11_legacy390: 390.116 -> 390.129Edmund Wu2019-07-30
| | |
* | | oh-my-zsh: 2019-07-22 -> 2019-07-31Tim Steinbach2019-07-31
| | |
* | | linux: 5.2.4 -> 5.2.5Tim Steinbach2019-07-31
| | |
* | | linux: 4.19.62 -> 4.19.63Tim Steinbach2019-07-31
| | |
* | | linux: 4.14.134 -> 4.14.135Tim Steinbach2019-07-31
| | |
* | | Merge pull request #65615 from arcnmx/pr-bitwarden_rs-updateMario Rodas2019-07-31
|\ \ \ | | | | | | | | bitwarden_rs: 1.9.0 -> 1.9.1
| * | | bitwarden_rs: 1.9.0 -> 1.9.1arcnmx2019-07-30
| | | |
| * | | bitwarden_rs-vault: 2.10.1 -> 2.11.0arcnmx2019-07-30
| | | |
* | | | Merge pull request #64018 from ehmry/chuckworldofpeace2019-07-31
|\ \ \ \ | | | | | | | | | | chuck: 1.3.5.2 -> 1.4.0.0
| * | | | chuck: 1.3.5.2 -> 1.4.0.0Emery Hemingway2019-07-31
| | | | |
* | | | | Merge pull request #65594 from marsam/update-universal-ctagsworldofpeace2019-07-31
|\ \ \ \ \ | | | | | | | | | | | | universal-ctags: 2018-07-23 -> 2019-07-24
| * | | | | universal-ctags: 2018-07-23 -> 2019-07-30Mario Rodas2019-07-29
| | | | | |
* | | | | | buildRustPackage: fix cargo flag for release/debug build (#61521)Adelbert Chang2019-07-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previous behavior did not actually allow for "debug" build as it would try to pass --debug to cargo, which is not a valid flag.
* | | | | | Merge pull request #65227 from NixOS/openssh-known-hosts-caedef2019-07-31
|\ \ \ \ \ \ | |/ / / / / |/| | | | | nixos/programs/ssh: allow specifying known host CAs
| * | | | | nixos/programs/ssh: allow specifying known host CAsedef2019-07-21
| | | | | |
* | | | | | Merge pull request #65634 from nyanloutre/jellyfin_update_10_3_7Elis Hirwing2019-07-31
|\ \ \ \ \ \ | | | | | | | | | | | | | | jellyfin: 10.3.6 -> 10.3.7
| * | | | | | jellyfin: 10.3.6 -> 10.3.7nyanloutre2019-07-31
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #64716 from abbradar/tensorflow-reviveNikolay Amiantov2019-07-31
|\ \ \ \ \ \ | | | | | | | | | | | | | | Build Tensorflow and libtensorflow from source
| * | | | | | tensorflow: expose binary buildsNikolay Amiantov2019-07-31
| | | | | | |
| * | | | | | python.pkgs.tensorflow: update dependencies hashNikolay Amiantov2019-07-31
| | | | | | |
| * | | | | | python.pkgs.tensorflow: fix optimization flagsTimo Kaufmann2019-07-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now need to be passed in the configure phase. abbradar: Don't change CUDA build hash.
| * | | | | | buildBazelPackage: add flags for build and fetchTimo Kaufmann2019-07-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | They sometimes take separate flags.
| * | | | | | tensorflow: cleanup and merge with libtensorflowNikolay Amiantov2019-07-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This merges work done by yorickvP and timokau in #63208 and #63616 respectively. Now the derivation builds both libtensorflow and the Python package and puts them into different outputs. Quite a bit of improvements were done on the top, including: * Use official tag revision as source, not a branch; * Use all system libraries possible (before only one was actually used); * Move various environment variables to the derivation itself from hooks; * Use source Python build instead of wheel build to ensure fixup hooks do their important jobs on libraries; * And more that I forgot!
| * | | | | | libtensorflow: add binary build and add automatic generationNikolay Amiantov2019-07-31
| | | | | | |
| * | | | | | python.pkgs.tensorflow: cleanup binary buildNikolay Amiantov2019-07-31
| | | | | | |
| * | | | | | libtensorflow: 1.9 -> 1.14.0Yorick van Pelt2019-07-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This also changes it to a from-source build.
| * | | | | | tensorflow: re-enable build from source [WIP]Timo Kaufmann2019-07-31
|/ / / / / /
* | | | | | Merge pull request #65568 from sikmir/update-gpxseeworldofpeace2019-07-31
|\ \ \ \ \ \ | | | | | | | | | | | | | | gpxsee: 7.9 -> 7.11
| * | | | | | gpxsee: 7.9 -> 7.11Nikolay Korotkiy2019-07-31
| | | | | | |
* | | | | | | pythonPackages.tensorflow: Hardcode a second search class. (#65584)Colin2019-07-31
|/ / / / / / | | | | | | | | | | | | | | | | | | It appears without this, libcuda.so.1 is not picked up and nvidia graphics are broken
* | | | | | mako: 1.3 -> 1.4 (#65101)Vladyslav M2019-07-31
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | mako: 1.3 -> 1.4
| * | | | | mako: 1.3 -> 1.4Vladyslav M2019-07-19
| | | | | |
* | | | | | python.pkgs.dm-sonnet: update dependencies hashNikolay Amiantov2019-07-31
| | | | | |
* | | | | | buildBazelPackage: clear markersNikolay Amiantov2019-07-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Turns out markers are non-deterministic after all and even our patching still doesn't solve this problem completely. For example (tensorflow deps, this is a complete diff so actual dependencies don't differ): 30509c30509 < bc527ff00916b15caee38793bca8f294c748df4a256de55c5199281be0489e73 result/@bazel_skylib.marker --- > 4e0303e815c78df1e43d4b88dfe65e73046e0c6157fb10aa9a4e8b910113cd9c result/@bazel_skylib.marker 31045c31045 < fa13d04b2316214c3b4008b52546c2d5b633e006f6f019d597bb3f9745bacf7b result/@bazel_toolchains.marker --- > b36174bf5535e5157801b6de30c35ee03a03fe57766306393c3d65dd65cbebf4 result/@bazel_toolchains.marker 31144c31144 < b0ce4a3ac29ac22528336dd3a54b5b7af9ecc43bef2a2630713c1981a5cbbb51 result/@build_bazel_rules_swift.marker --- > 7492528068ec4f8e7ace2ecf8f933ec4e1b2235bd7426ce6f70177919f1cd05e result/@build_bazel_rules_swift.marker 36245c36245 < be2993536a8233d63251b664caf35b1e7cd57d194ab2a39a293876c232d6bbd0 result/@io_bazel_rules_closure.marker --- > b6655cc3f2c78525e5a724d8a4e93b1e7f09f1e09fc817d231109e7f39103e88 result/@io_bazel_rules_closure.marker 36329c36329 < 087bc674c9509dfe157400d111db4a13eeb45fc76aeccd490cee9aad6771ecad result/@io_bazel_rules_docker.marker --- > f920ec07315ec71e800b05cd22b2a341c0a80807c6e335ee81739b13c532b422 result/@io_bazel_rules_docker.marker 79544d79543 < 85893a05a817036c61f6cd9f8247757baa1654f473c494ce4fc5253c2bbd2790 result/@platforms.marker And here's an example of differences: $ cat result-a/@bazel_skylib.marker 7dc7472d37424ba5ec6a5532765bc911 $MANAGED cat result-b/@bazel_skylib.marker a8f3f577798201157128e8e9934c4705 $MANAGED Instead of trying to patch these markers further we now completely clear them. Nix hacks for ignoring markers are restored and expanded so that we don't even attempt to parse the marker.
* | | | | | makemkv: modernize derivation (#65608)Jörg Thalheim2019-07-31
|\ \ \ \ \ \ | | | | | | | | | | | | | | makemkv: modernize derivation
| * | | | | | makemkv: modernize derivationDaniël de Kok2019-07-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Use libsForQt5.callPackage - Replace separate builder.sh script - Replace patchelf call by autoPatchElfHook - Use ffmpeg in place of libav
* | | | | | | Merge pull request #65618 from peterhoeg/p/spwgenPeter Hoeg2019-07-31
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | pwgen-secure: init at 0.9.1
| * | | | | | | pwgen-secure: init at 0.9.1Peter Hoeg2019-07-31
| | | | | | | |
* | | | | | | | Merge pull request #62919 from dtzWill/update/networkmanager_strongswan-1.4.5worldofpeace2019-07-31
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | networkmanager_strongswan: 1.4.4 -> 1.4.5
| * | | | | | | | networkmanager_strongswan: 1.4.4 -> 1.4.5Will Dietz2019-06-09
| | | | | | | | |
* | | | | | | | | Merge pull request #63629 from Tomahna/mopidy-irisworldofpeace2019-07-31
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | mopidy-iris: 3.38.0 -> 3.39.0
| * | | | | | | | | mopidy-iris: 3.38.0 -> 3.39.0Kevin Rauscher2019-06-21
| | | | | | | | | |