| Commit message (Expand) | Author | Age | Files | Lines |
| * | wasm-pack: Update hash.•••The previous hash was generated on aarch64. Due to https://github.com/NixOS/nixpkgs/issues/60668 the hash is different on different platforms. I am updating to use the x86_64-linux hash to fix building on hydra.origin/kevincox-hash-fix | Kevin Cox | 2019-05-03 | 1 | -1/+1 |
| * | Merge pull request #60704 from xrelkd/update/tmux•••tmux: 2.9 -> 2.9a | Mario Rodas | 2019-05-03 | 1 | -2/+2 |
| |\ |
|
| | * | tmux: 2.9 -> 2.9a | xrelkd | 2019-05-02 | 1 | -2/+2 |
| * | | pax-rs: restrict to Linux platforms•••It fails to build on Darwin | Renaud | 2019-05-03 | 1 | -1/+1 |
| * | | Merge pull request #60280 from marsam/fix-build-pytest-dependency•••pythonPackages.pytest-dependency: fix build | Mario Rodas | 2019-05-03 | 1 | -1/+12 |
| |\ \ |
|
| | * | | pythonPackages.pytest-dependency: fix build | Mario Rodas | 2019-04-26 | 1 | -1/+12 |
| * | | | libgcrypt: fix 1.5 build on macOS (#59507)•••libgcrypt-1.5's configure script incorrectly detects x86_64-apple-darwin
(macOS) as an ELF platform. This causes failures when compiling assembly
sources. Backport libgcrypt's fix for this issue, fixing libgcrypt-1.5's
build on macOS. | strager | 2019-05-03 | 1 | -1/+9 |
| * | | | Merge pull request #60867 from manveru/update-taskjuggler•••taskjuggler: fix security issues | Joachim F | 2019-05-03 | 4 | -24/+22 |
| |\ \ \ |
|
| | * | | | taskjuggler: fix security issues | Michael Fellinger | 2019-05-03 | 4 | -24/+22 |
| * | | | | Merge pull request #60620 from bachp/gitlab-runner-11.10.1•••gitlab-runner: 11.9.2 -> 11.10.1 | Florian Klink | 2019-05-03 | 1 | -4/+4 |
| |\ \ \ \ |
|
| | * | | | | gitlab-runner: 11.9.2 -> 11.10.1 | Pascal Bach | 2019-05-01 | 1 | -4/+4 |
| * | | | | | Merge pull request #60755 from r-ryantm/auto-update/qbs•••qbs: 1.12.2 -> 1.13.0 | Renaud | 2019-05-03 | 1 | -2/+2 |
| |\ \ \ \ \ |
|
| | * | | | | | qbs: 1.12.2 -> 1.13.0•••Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/qbs/versions
| R. RyanTM | 2019-05-02 | 1 | -2/+2 |
| | |/ / / / |
|
| * | | | | | bpftrace: nuke some unneeded files from $out•••Signed-off-by: Austin Seipp <aseipp@pobox.com>
| Austin Seipp | 2019-05-03 | 1 | -0/+6 |
| * | | | | | Merge pull request #60629 from r-ryantm/auto-update/memcached•••memcached: 1.5.13 -> 1.5.14 | Renaud | 2019-05-03 | 1 | -2/+2 |
| |\ \ \ \ \ |
|
| | * | | | | | memcached: 1.5.13 -> 1.5.14•••Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/memcached/versions
| R. RyanTM | 2019-05-01 | 1 | -2/+2 |
| | |/ / / / |
|
| * | | | | | ccid: set platforms to unix (#60871)•••Upstream supports Linux, macOS and various Unixes. | Andrew Childs | 2019-05-03 | 1 | -1/+1 |
| * | | | | | Merge pull request #60844 from thoughtpolice/nixpkgs/bpftrace-update•••bpftrace: unstable-2018-10-27 -> 0.9 | Austin Seipp | 2019-05-03 | 4 | -141/+56 |
| |\ \ \ \ \ |
|
| | * | | | | | bpftrace: unstable-2018-10-27 -> 0.9•••Update bpftrace to the latest pre-release, with a real version number.
The most notable change now is that bpftrace can use a stable version of
the 'bcc' toolchain in order to build, meaning no more hacks are needed
to clone the source code and fix up the build system, etc. This
simplifies things greatly and removes the old bcc-source patch.
Similarly, we can remove our custom gtests patch (which disabled the
build) by just passing -DBUILD_TESTING=FALSE when running cmake. This
was also added upstream recently.
However, something does still need to be fixed, at a cost: bpftrace
requires the kernel -dev package because it wants both objects and
include directories (some files are only shipped in one or the other).
Therefore, we remove the dependency on linuxHeaders and instead use
kernel.dev as the sole input to the build.
This is both a positive and a negative: the positive is that tools work
without annoying fatal errors, and that the bpf toolchain is
synchronized to the linuxPackages.kernel derivation it was built
against. The downside is that the .dev expression is much heavier as a
dependency, so bpftrace is now closer to 700mb in closure size. (This
especially hurts across kernel upgrades requiring a whole new rebuild,
especially if you have existing nixos generations that won't GC, etc.)
We probably want to slim this down substantially in the future (and
there may be a few ways to do that), but as this will probably also
touch bcc, and as a first cut of the pre-releases, this is probably fine
while we work out other kinks.
Signed-off-by: Austin Seipp <aseipp@pobox.com>
| Austin Seipp | 2019-05-03 | 4 | -141/+56 |
| * | | | | | | Merge pull request #60832 from marsam/fix-build-looking-glass-client•••looking-glass-client: fix build | Renaud | 2019-05-03 | 1 | -1/+10 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | looking-glass-client: fix build•••spice-protocol removed the spice/error_codes.h header file [1], which
looking-glass-client was still using.
[1] https://gitlab.freedesktop.org/spice/spice-protocol/commit/334cef51d03134a50d85827ea3c2ebc1ebb09e1c
| Mario Rodas | 2019-05-02 | 1 | -1/+10 |
| * | | | | | | | Merge pull request #59367 from Ma27/fix-hostapd-interface-naming•••nixos/hostapd: escape interface names for hostapd | Renaud | 2019-05-03 | 1 | -3/+5 |
| |\ \ \ \ \ \ \ |
|
| | * | | | | | | | nixos/hostapd: escape interface names for hostapd•••Same problem as described in acbadcdbba3e768a936c88e45a843bd72ecf247c.
When using multiple interfaces for wifi with `networking.wlanInterfaces`
and the interface for `hostapd` contains a dash, this will fail as
systemd escapes dashes in its device names.
| Maximilian Bosch | 2019-04-12 | 1 | -3/+5 |
| * | | | | | | | | Merge pull request #60809 from manveru/fpm-update•••fpm: 1.9.3 -> 1.11.0, use bundlerApp | Renaud | 2019-05-03 | 3 | -21/+52 |
| |\ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | fpm: 1.9.3 -> 1.11.0, use bundlerApp | Michael Fellinger | 2019-05-02 | 3 | -21/+52 |
| * | | | | | | | | | Merge pull request #60638 from klntsky/fix-pax-rs•••pax-rs: fix missing Cargo.lock | Renaud | 2019-05-03 | 2 | -2/+2 |
| |\ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | pax-rs: fix missing Cargo.lock | klntsky | 2019-05-01 | 2 | -2/+2 |
| * | | | | | | | | | | Merge pull request #58644 from dhl/wasm-pack•••wasm-pack: init at 0.8.1 | Kevin Cox | 2019-05-03 | 2 | -0/+38 |
| |\ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | wasm-pack: init at 0.8.1•••wasm-pack is a workflow tool maintained by the Rust and WebAssembly
Working Group to make working with Rust-generated WebAssembly packages
easier to work with.
| David Leung | 2019-04-11 | 2 | -0/+38 |
| * | | | | | | | | | | | Merge pull request #60846 from thoughtpolice/nixpkgs/crdb-update•••cockroachdb: 2.1.6 -> 19.1.0 | Austin Seipp | 2019-05-03 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | | cockroachdb: 2.1.6 -> 19.1.0•••Signed-off-by: Austin Seipp <aseipp@pobox.com>
| Austin Seipp | 2019-05-03 | 1 | -2/+2 |
| | | |_|_|_|_|/ / / / /
| |/| | | | | | | | | |
|
| * | | | | | | | | | | | Merge pull request #60652 from r-ryantm/auto-update/opencascade-occt•••opencascade-occt: 7.3.0p2 -> 7.3.0p3 | Renaud | 2019-05-03 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | | opencascade-occt: 7.3.0p2 -> 7.3.0p3•••Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/opencascade-occt/versions
| R. RyanTM | 2019-05-01 | 1 | -2/+2 |
| | | |_|_|_|_|_|/ / / /
| |/| | | | | | | | | |
|
| * | | | | | | | | | | | Merge pull request #60677 from royneary/git-bug-0.5.0•••gitAndTools.git-bug: 0.4.0 -> 0.5.0 | Mario Rodas | 2019-05-03 | 2 | -421/+9 |
| |\ \ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | | gitAndTools.git-bug: remove deps.nix | royneary | 2019-05-03 | 2 | -410/+0 |
| | * | | | | | | | | | | | gitAndTools.git-bug: fix --version output | royneary | 2019-05-02 | 1 | -0/+7 |
| | * | | | | | | | | | | | gitAndTools.git-bug: 0.4.0 -> 0.5.0 | royneary | 2019-05-01 | 2 | -45/+36 |
| * | | | | | | | | | | | | Merge pull request #60863 from romildo/upd.qogir-theme•••qogir-theme: 2019-04-07 -> 2019-05-03 | Renaud | 2019-05-03 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | | | qogir-theme: 2019-04-07 -> 2019-05-03 | José Romildo Malaquias | 2019-05-03 | 1 | -2/+2 |
| * | | | | | | | | | | | | | texlive: provide bin.texlive on Darwin too•••texlive attribute was accidentally added in attrset wrapped with
stdenv.lib.optionalAttrs (!stdenv.isDarwin)
Fixes: dbc2c1c4b8 ('texlive: add missing perl dependencies for latexindent')
| Dmitry Kalinkin | 2019-05-03 | 1 | -26/+27 |
| * | | | | | | | | | | | | | Merge pull request #59856 from c00w/external_gpu•••nixos/nvidia: Add NVIDIA optimus option to allow external GPUs | worldofpeace | 2019-05-03 | 1 | -0/+9 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | | | | nixos/nvidia: Add NVIDIA optimus option to allow external GPUs•••Without this option - NVIDIA refuses to use an external GPU.
| Colin L Rice | 2019-05-02 | 1 | -0/+9 |
| | | |_|_|_|_|_|_|_|/ / / /
| |/| | | | | | | | | | | |
|
| * | | | | | | | | | | | | | Merge pull request #60855 from manveru/bcat-update•••bcat: use https rubygems | Renaud | 2019-05-03 | 3 | -5/+9 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | | | | bcat: use https rubygems | Michael Fellinger | 2019-05-03 | 3 | -5/+9 |
| | | |_|_|_|_|_|_|/ / / / /
| |/| | | | | | | | | | | |
|
| * | | | | | | | | | | | | | Merge pull request #59658 from r-ryantm/auto-update/python3.7-identify•••python37Packages.identify: 1.2.2 -> 1.4.1 | Mario Rodas | 2019-05-03 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| |_|_|_|_|_|_|_|_|_|/ / /
|/| | | | | | | | | | | | |
|
| | * | | | | | | | | | | | | python37Packages.identify: 1.2.2 -> 1.4.2•••Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-identify/versions
| R. RyanTM | 2019-05-03 | 1 | -2/+2 |
| | | |_|/ / / / / / / / /
| |/| | | | | | | | | | |
|
| * | | | | | | | | | | | | Merge pull request #60817 from r-ryantm/auto-update/unrar•••unrar: 5.7.4 -> 5.7.5 | Renaud | 2019-05-03 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | | | unrar: 5.7.4 -> 5.7.5•••Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/unrar/versions
| R. RyanTM | 2019-05-02 | 1 | -2/+2 |
| | | |_|_|_|/ / / / / / /
| |/| | | | | | | | | | |
|
| * | | | | | | | | | | | | Merge pull request #60719 from r-ryantm/auto-update/python3.7-google-cloud-st...•••python37Packages.google_cloud_storage: 1.14.0 -> 1.15.0 | Ryan Mulligan | 2019-05-03 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | | | python37Packages.google_cloud_storage: 1.14.0 -> 1.15.0•••Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-google-cloud-storage/versions
| R. RyanTM | 2019-05-01 | 1 | -2/+2 |
| | |/ / / / / / / / / / / |
|