summary refs log tree commit diff
path: root/pkgs
Commit message (Collapse)AuthorAge
...
| | * | | | | | | | | | | 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 #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
| | | |/ / / / / / / / /
| | * | | | | | | | | | 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
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | Merge pull request #64056 from cdyson37/patch-1worldofpeace2019-07-31
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Delete build-node-package.nix
| | | * | | | | | | | | | | | | | Delete build-node-package.nixcdyson372019-07-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I think this file was orphaned in in `daf76db4a57` "top-level: get rid of npm2nix build". I only noticed because it looked quite interesting and I couldn't find a way to use it!
| | * | | | | | | | | | | | | | | Merge pull request #65579 from tadfisher/plata-themeworldofpeace2019-07-31
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | plata-theme: 0.8.7 -> 0.8.8
| | | * | | | | | | | | | | | | | | plata-theme: 0.8.7 -> 0.8.8Tad Fisher2019-07-29
| | | | |_|_|_|_|_|/ / / / / / / / | | | |/| | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | Merge pull request #65381 from cransom/gh-ost-platformworldofpeace2019-07-31
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | gh-ost: update platforms
| | | * | | | | | | | | | | | | | | gh-ost: update platformsCasey Ransom2019-07-26
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | Merge pull request #65605 from danielfullmer/zerotier-1.4.0worldofpeace2019-07-31
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | | | | | zerotierone: 1.2.12 -> 1.4.0
| | | * | | | | | | | | | | | | | | zerotierone: 1.2.12 -> 1.4.0Daniel Fullmer2019-07-30
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | Merge pull request #65590 from marsam/update-brakemanMario Rodas2019-07-30
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | brakeman: 4.5.1 -> 4.6.1
| | | * | | | | | | | | | | | | | | | brakeman: 4.5.1 -> 4.6.1Mario Rodas2019-07-29
| | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | lsb-release: Fix/replace with a custom Bash script (#64258)Michael Weiss2019-07-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See #64258 for more details and some discussion. Fix #22729. tl;dr: This fixes the behaviour at run-time but uses "n/a" defaults inside the Nix build sandbox (build-time). There might still be a few minor regressions, we might have to tweak the behaviour over time (e.g. the implementation from Debian also differs from the original version), and we could refactor the script, but it should work well enough for now.
| | * | | | | | | | | | | | | | | | | Merge pull request #65213 from tobim/pkgsStatic/enhanceMatthew Bauer2019-07-30
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pkgsStatic: improve usability
| | | * | | | | | | | | | | | | | | | | pkgsStatic: propagate all buildInputsTobias Mayer2019-07-24
| | | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | Override alternative stdenvs in pkgsStaticTobias Mayer2019-07-21
| | | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | Signal static build option in makeStaticLibrariesTobias Mayer2019-07-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This flag can replace the extra static parameter to packages that don't work automatically with this adapter.
| | * | | | | | | | | | | | | | | | | | suricata: init at 4.1.4magenbluten2019-07-30
| | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | k9copy, kpmcore: Mark as brokenMichael Weiss2019-07-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See: https://github.com/NixOS/nixpkgs/pull/63260#pullrequestreview-251601561 The build for kpmcore is only broken when the Qt version is older than 5.12.
| | * | | | | | | | | | | | | | | | | | swiften, pypy: Mark as brokenMichael Weiss2019-07-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | swiften is broken since 2018-10-18: x86_64-linux: https://hydra.nixos.org/build/97180305 aarch64-linux: https://hydra.nixos.org/build/97193043 pypy is broken since 2019-05-29: x86_64-linux (pypy): https://hydra.nixos.org/build/97214777 x86_64-linux (pypy3): https://hydra.nixos.org/build/97221287 The builds for swiften and reposurgeon (depends on pypy) regularly fail during rebuilds for SCons updates (e.g. [0]). [0]: https://github.com/NixOS/nixpkgs/pull/65392
| | * | | | | | | | | | | | | | | | | | ocamlPackages.toml: init at 5.0.0Vincent Laporte2019-07-30
| | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | dune: disable for OCaml < 4.02Vincent Laporte2019-07-30
| | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | tdesktopPackages.*: Remove the attributes in favour of tdesktopMichael Weiss2019-07-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a refactoring of "tdesktop", i.e. the resulting derivation isn't affected by this commit (only the tdesktopPackages.* attributes are removed). I decided to remove the attributes "tdesktopPackages.*" as I don't maintain the preview version anymore. There are regular stable releases and we depend on the patches from Arch Linux which only track the stable version as well, i.e. I would have to maintain our own patches, which would either require an additional repository or "bloat" Nixpkgs (apart from the fact that it would be unnecessarily time-consuming).
| | * | | | | | | | | | | | | | | | | | Merge pull request #65600 from plumelo/feature/vim-pluginsJörg Thalheim2019-07-30
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / | | |/| | | | | | | | | | | | | | | | | vimPlugins: update; add vim plugins: merge-tool, quickfix-reflector.vim, twig-vim, jsx-vim, vim-javascript-syntax, vim-html-template-literals, starsearch-vim
| | | * | | | | | | | | | | | | | | | | vimPlugins: update;vasile luta2019-07-30
| | | | |_|_|_|_|_|_|_|_|_|_|/ / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add merge-tool, quickfix-reflector.vim, twig-vim, jsx-vim, vim-javascript-syntax, vim-html-template-literals, starsearch-vim