summary refs log tree commit diff
path: root/pkgs/top-level
Commit message (Collapse)AuthorAge
* rabbitmq-server: 3.6.10 -> 3.7.8Alexey Lebedeff2018-09-25
| | | | | | | | | | | - New dependency on 'getconf' binary for https://github.com/rabbitmq/rabbitmq-common/blob/3aa619e9ef81cfe6db0c776e6cd829ce234a7881/src/vm_memory_monitor.erl#L448 - New dependency on 'socat' for systemd notifications https://github.com/rabbitmq/rabbitmq-server/blob/4a3ee3a336bc82f2e56ec5d2292c80458ccc2974/src/rabbit.erl#L361 - elixir_1_6 for a new 'rabbitmqctl' tool - Replace patching with providing custom PATH, as we already have some other things here - Renamed package in all-packages.nix from a legacy spelling
* Merge pull request #46924 from colemickens/azcopySarah Brofeldt2018-09-25
|\ | | | | azcopy: init at 10.0.1
| * azcopy: init at 10.0.1Cole Mickens2018-09-21
| |
* | Merge pull request #47305 from worldofpeace/qgnomeJan Tojnar2018-09-25
|\ \ | | | | | | Add adwaita-qt & qgnomeplatform
| * | adwaita-qt: init at 1.0worldofpeace2018-09-24
| | |
| * | qgnomeplatform: init at 0.4worldofpeace2018-09-24
| | |
* | | U-Boot: Add Orange Pi Zero Plus2 (H5) buildSamuel Dionne-Riel2018-09-25
| | |
* | | Merge autoPatchelfHook improvements (#47222)aszlig2018-09-25
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This includes the initialy commit was done by @Mic92 plus a few fixes from my side. So essentially this avoids patching statically linked executables and also speeds up searching for ELF files altogether. I've tested this by comparing the outputs of all the derivations which make use of this hook using the following Nix expression: let getPackagesForRev = rev: with import (builtins.fetchGit { url = ./.; inherit rev; }) { config.allowUnfree = true; }; [ cups-kyodialog3 elasticsearch franz gurobi javacard-devkit masterpdfeditor maxx oracle-instantclient powershell reaper teamviewer unixODBCDrivers.msodbcsql17 virtlyst wavebox zoom-us ]; pkgs = import <nixpkgs> {}; baseRev = "ef764eb0d8314b81a012dae04642b4766199956d"; in pkgs.runCommand "diff-contents" { chset = pkgs.lib.zipListsWith (old: new: pkgs.runCommand "diff" { inherit old new; nativeBuildInputs = [ pkgs.nukeReferences ]; } '' mkdir -p "''${NIX_STORE#/}" cp --no-preserve=all -r "$old" "''${NIX_STORE#/}" cp --no-preserve=all -r "$new" "''${NIX_STORE#/}" find "''${old#/}" "''${new#/}" \ \( -type f -exec nuke-refs {} + \) -o \( -type l -delete \) mkdir "$out" echo "$old" > "$out/old-path" echo "$new" > "$out/new-path" diff -Nur "''${old#/}" "''${new#/}" > "$out/diff" || : '') (getPackagesForRev baseRev) (getPackagesForRev ""); } '' err=0 for c in $chset; do if [ -s "$c/diff" ]; then echo "$(< "$c/old-path") -> $(< "$c/new-path")" \ "differs, report: $c/diff" >&2 err=1 fi done [ $err -eq 0 ] && touch "$out" '' With these changes there is only one derivation which has altered contents, which is "franz". However the reason why it has differing contents is not directly because of the autoPatchelfHook changes, but because the "env-vars" file from the builder is in "$out/opt/franz/env-vars" (Cc: @gnidorah) and we now have different contents for NIX_CFLAGS_COMPILE and other environment variables. I also tested this against a random static binary and the hook no longer tries to patch it. Merges: #47222
| * | | autoPatchelfHook: do not patch statically linked filesJörg Thalheim2018-09-23
| | | | | | | | | | | | | | | | Also speed up quite significantly due less forking.
* | | | Merge pull request #44956 from puffnfresh/package/blastemRyan Mulligan2018-09-24
|\ \ \ \ | | | | | | | | | | blastem: init at 0.5.1
| * | | | blastem: init at 0.5.1Brian McKenna2018-09-25
| | | | |
* | | | | Merge pull request #47307 from orivej/protobufOrivej Desh (NixOS)2018-09-25
|\ \ \ \ \ | | | | | | | | | | | | protobuf3_6: init at 3.6.1
| * | | | | protobuf3_6: init at 3.6.1Orivej Desh2018-09-25
| | | | | |
* | | | | | gitlab-ee: init at 11.2.3Kristoffer Thømt Ravneberg2018-09-25
|/ / / / /
* | | | | Merge remote-tracking branch 'upstream/master' into haskell-no-recJohn Ericson2018-09-24
|\ \ \ \ \
| * | | | | bluez-alsa: init at 1.3.1 (#47236)Jan Malakhovski2018-09-24
| | | | | |
| * | | | | Merge pull request #47112 from Avaq/add/twaJörg Thalheim2018-09-24
| |\ \ \ \ \ | | | | | | | | | | | | | | twa: init at 1.3.1
| | * | | | | twa: init at 1.3.1Aldwin Vlasblom2018-09-24
| | | | | | |
| * | | | | | phpPackages.phpcbf: 3.3.1 -> 3.3.2Elis Hirwing2018-09-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: https://github.com/squizlabs/PHP_CodeSniffer/releases/tag/3.3.2
| * | | | | | phpPackages.phpcs: 3.3.1 -> 3.3.2Elis Hirwing2018-09-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: https://github.com/squizlabs/PHP_CodeSniffer/releases/tag/3.3.2
| * | | | | | Merge pull request #47283 from flokli/elasticsearch-dsl-6.2.1Jörg Thalheim2018-09-24
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | | pythonPackages.elasticsearch-dsl: 0.0.9 -> 6.2.1
| | * | | | | pythonPackages.elasticsearch-dsl: 0.0.9 -> 6.2.1Florian Klink2018-09-24
| | | | | | |
| * | | | | | Merge pull request #47279 from asymmetric/asymmetric/remove-dapptoolsJörg Thalheim2018-09-24
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Remove DappHub projects
| | * | | | | | *: remove DappHub projectsLorenzo Manacorda2018-09-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | DappHub maintains a separate overlay at https://github.com/dapphub/dapptools/blob/master/overlay.nix
| * | | | | | | shades-of-gray-theme: init at 1.1.1 (#47280)José Romildo Malaquias2018-09-24
| |/ / / / / /
| * | | | | | pythonPackages.sharedmem: init at 0.3.5Edward Tjörnhammar2018-09-24
| | | | | | |
| * | | | | | Merge pull request #46668 from mbode/doitlive_4Jörg Thalheim2018-09-24
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | | doitlive: 3.0.3 -> 4.0.1
| | * | | | | pythonPackages.click-completion: init at 0.4.1Maximilian Bode2018-09-22
| | | | | | |
| | * | | | | pythonPackages.shellingham: init at 1.2.6Maximilian Bode2018-09-22
| | | | | | |
| | * | | | | pythonPackages.click-didyoumean: init at 0.0.3Maximilian Bode2018-09-22
| | | | | | |
| * | | | | | ultimate-oldschool-pc-font-pack: init at 1.0Jack Kelly2018-09-24
| | | | | | |
| * | | | | | Merge pull request #47259 from AveryLychee/fix/treesheetsMichael Raskin2018-09-24
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | treesheets: 2017-03-27 -> 2018-08-18
| | * | | | | | treesheets: 2017-03-27 -> 2018-08-18Avery Lychee2018-09-24
| | | |_|/ / / | | |/| | | |
| * | | | | | ocamlPackages.odoc: init at 1.2.0Vincent Laporte2018-09-24
| | | | | | |
| * | | | | | ocamlPackages.doc-ock-xml: init at 1.2.1Vincent Laporte2018-09-24
| | | | | | |
| * | | | | | ocamlPackages.doc-ock-html: init at 1.2.1Vincent Laporte2018-09-24
| | | | | | |
| * | | | | | ocamlPackages.doc-ock: init at 1.2.1Vincent Laporte2018-09-24
| |/ / / / /
| * | | | | xloadimage: init at 4.1 (#47198)Andrew Dunham2018-09-24
| | | | | |
| * | | | | Merge pull request #47141 from vbgl/jackline-20180511xeji2018-09-23
| |\ \ \ \ \ | | | | | | | | | | | | | | jackline: 2017-12-24 -> 2018-05-11
| | * | | | | jackline: 2017-12-24 -> 2018-05-11Vincent Laporte2018-09-21
| | | | | | |
| | * | | | | ocamlPackages.erm_xmpp: 0.3 -> 0.3+20180112Vincent Laporte2018-09-21
| | | | | | |
| * | | | | | pyjet: init at 1.3.0 (#47243)Dmitry Kalinkin2018-09-23
| | | | | | |
| * | | | | | llvm7: init at 7.0.0rc3Will Dietz2018-09-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Copy of 6 + updated hashes
| * | | | | | top-level: `system` should still come from the host platformJohn Ericson2018-09-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2a6e4ae49a891adc7c0562fda08b17d60beb1b4f and e51f736076548459f36a1250de4bf6867f880b66 reverted a bit too much, and I initially missed this when reviewing. The release notes already still mention this change, too.
| * | | | | | Merge pull request #44968 from Ekleog/wasm-gc-initSarah Brofeldt2018-09-23
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | | wasm-gc: init at 0.1.6
| | * | | | | wasm-gc: init at 0.1.6Léo Gaspard2018-09-23
| | | |/ / / | | |/| | |
| * | | | | gnuradio-limesdr: init at 1.0.0-RC (#47176)markuskowa2018-09-23
| | | | | |
| * | | | | Merge pull request #45941 from NixOS/staging-nextFrederik Rietdijk2018-09-23
| |\ \ \ \ \ | | | | | | | | | | | | | | Staging next
| | * \ \ \ \ Merge master into staging-nextFrederik Rietdijk2018-09-18
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge branch 'master' into staging-nextUli Baum2018-09-13
| | |\ \ \ \ \ \