summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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-fixKevin Cox2019-05-031-1/+1
* Merge pull request #60704 from xrelkd/update/tmux•••tmux: 2.9 -> 2.9aMario Rodas2019-05-031-2/+2
|\
| * tmux: 2.9 -> 2.9axrelkd2019-05-021-2/+2
* | pax-rs: restrict to Linux platforms•••It fails to build on DarwinRenaud2019-05-031-1/+1
* | Merge pull request #60280 from marsam/fix-build-pytest-dependency•••pythonPackages.pytest-dependency: fix buildMario Rodas2019-05-031-1/+12
|\ \
| * | pythonPackages.pytest-dependency: fix buildMario Rodas2019-04-261-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.strager2019-05-031-1/+9
* | | Merge pull request #60867 from manveru/update-taskjuggler•••taskjuggler: fix security issuesJoachim F2019-05-034-24/+22
|\ \ \
| * | | taskjuggler: fix security issuesMichael Fellinger2019-05-034-24/+22
* | | | Merge pull request #60620 from bachp/gitlab-runner-11.10.1•••gitlab-runner: 11.9.2 -> 11.10.1Florian Klink2019-05-031-4/+4
|\ \ \ \
| * | | | gitlab-runner: 11.9.2 -> 11.10.1Pascal Bach2019-05-011-4/+4
* | | | | Merge pull request #60755 from r-ryantm/auto-update/qbs•••qbs: 1.12.2 -> 1.13.0Renaud2019-05-031-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. RyanTM2019-05-021-2/+2
| |/ / / /
* | | | | bpftrace: nuke some unneeded files from $out•••Signed-off-by: Austin Seipp <aseipp@pobox.com> Austin Seipp2019-05-031-0/+6
* | | | | Merge pull request #60629 from r-ryantm/auto-update/memcached•••memcached: 1.5.13 -> 1.5.14Renaud2019-05-031-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. RyanTM2019-05-011-2/+2
| |/ / / /
* | | | | ccid: set platforms to unix (#60871)•••Upstream supports Linux, macOS and various Unixes.Andrew Childs2019-05-031-1/+1
* | | | | Merge pull request #60844 from thoughtpolice/nixpkgs/bpftrace-update•••bpftrace: unstable-2018-10-27 -> 0.9Austin Seipp2019-05-034-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 Seipp2019-05-034-141/+56
* | | | | | Merge pull request #60832 from marsam/fix-build-looking-glass-client•••looking-glass-client: fix buildRenaud2019-05-031-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 Rodas2019-05-021-1/+10
* | | | | | | Merge pull request #59367 from Ma27/fix-hostapd-interface-naming•••nixos/hostapd: escape interface names for hostapdRenaud2019-05-031-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 Bosch2019-04-121-3/+5
* | | | | | | | Merge pull request #60809 from manveru/fpm-update•••fpm: 1.9.3 -> 1.11.0, use bundlerAppRenaud2019-05-033-21/+52
|\ \ \ \ \ \ \ \
| * | | | | | | | fpm: 1.9.3 -> 1.11.0, use bundlerAppMichael Fellinger2019-05-023-21/+52
* | | | | | | | | Merge pull request #60638 from klntsky/fix-pax-rs•••pax-rs: fix missing Cargo.lockRenaud2019-05-032-2/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | pax-rs: fix missing Cargo.lockklntsky2019-05-012-2/+2
* | | | | | | | | | Merge pull request #58644 from dhl/wasm-pack•••wasm-pack: init at 0.8.1Kevin Cox2019-05-032-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 Leung2019-04-112-0/+38
* | | | | | | | | | | Merge pull request #60846 from thoughtpolice/nixpkgs/crdb-update•••cockroachdb: 2.1.6 -> 19.1.0Austin Seipp2019-05-031-2/+2
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | cockroachdb: 2.1.6 -> 19.1.0•••Signed-off-by: Austin Seipp <aseipp@pobox.com> Austin Seipp2019-05-031-2/+2
| | |_|_|_|_|/ / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #60652 from r-ryantm/auto-update/opencascade-occt•••opencascade-occt: 7.3.0p2 -> 7.3.0p3Renaud2019-05-031-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. RyanTM2019-05-011-2/+2
| | |_|_|_|_|_|/ / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #60677 from royneary/git-bug-0.5.0•••gitAndTools.git-bug: 0.4.0 -> 0.5.0Mario Rodas2019-05-032-421/+9
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | gitAndTools.git-bug: remove deps.nixroyneary2019-05-032-410/+0
| * | | | | | | | | | | gitAndTools.git-bug: fix --version outputroyneary2019-05-021-0/+7
| * | | | | | | | | | | gitAndTools.git-bug: 0.4.0 -> 0.5.0royneary2019-05-012-45/+36
* | | | | | | | | | | | Merge pull request #60863 from romildo/upd.qogir-theme•••qogir-theme: 2019-04-07 -> 2019-05-03Renaud2019-05-031-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | qogir-theme: 2019-04-07 -> 2019-05-03José Romildo Malaquias2019-05-031-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 Kalinkin2019-05-031-26/+27
* | | | | | | | | | | | | Merge pull request #59856 from c00w/external_gpu•••nixos/nvidia: Add NVIDIA optimus option to allow external GPUs worldofpeace2019-05-031-0/+9
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | nixos/nvidia: Add NVIDIA optimus option to allow external GPUs•••Without this option - NVIDIA refuses to use an external GPU. Colin L Rice2019-05-021-0/+9
| | |_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #60855 from manveru/bcat-update•••bcat: use https rubygemsRenaud2019-05-033-5/+9
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | bcat: use https rubygemsMichael Fellinger2019-05-033-5/+9
| | |_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #59658 from r-ryantm/auto-update/python3.7-identify•••python37Packages.identify: 1.2.2 -> 1.4.1Mario Rodas2019-05-031-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. RyanTM2019-05-031-2/+2
| | |_|/ / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge pull request #60817 from r-ryantm/auto-update/unrar•••unrar: 5.7.4 -> 5.7.5Renaud2019-05-031-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. RyanTM2019-05-021-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.0Ryan Mulligan2019-05-031-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. RyanTM2019-05-011-2/+2
| |/ / / / / / / / / / /