| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | release-notes: mention cinnamonorigin/mkg/cinrelnotes | Maciej Krüger | 2020-09-10 | 1 | -0/+6 |
| * | j: fix build on darwin•••On darwin the compilation would fail with the following warning: ``` clang-7: error: argument unused during compilation: '-fno-strict-overflow' [-Werror,-Wunused-command-line-argument] ``` This error happens because the `-fno-strict-overflow` is passed to the compiler. To fix this, disable the `strictoverflow` hardening feature. Also see #39687. ZHF: #97479 | Luflosi | 2020-09-09 | 1 | -0/+3 |
| * | Merge pull request #97438 from pbogdan/openvpn-path•••nixos/openvpn: path now requires conversion to a string | ajs124 | 2020-09-09 | 1 | -1/+1 |
| |\ | |||||
| | * | nixos/openvpn: path now requires conversion to a string•••Following changes in https://github.com/NixOS/nixpkgs/pull/91092 the `path` attribute is now a list instead of being a string. This resulted resulted in the following evaluation error: "cannot coerce a list to a string, at [...]/nixos/modules/services/networking/openvpn.nix:16:18" so we now need to convert it to the right type ourselves. Closes https://github.com/NixOS/nixpkgs/issues/97360. | Piotr Bogdan | 2020-09-08 | 1 | -1/+1 |
| * | | Merge pull request #97555 from badmutex/badi/maintainers-update•••maintainers: updates for badi/badmutex | Maximilian Bosch | 2020-09-09 | 4 | -6/+6 |
| |\ \ | |||||
| | * | | vivaldi: add badmutex to maintainers list | Badi Abdul-Wahid | 2020-09-09 | 1 | -1/+1 |
| | * | | maintainers: badi -> badmutex | Badi Abdul-Wahid | 2020-09-09 | 1 | -3/+3 |
| | * | | tlaplus: remove myself from maintainers list | Badi Abdul-Wahid | 2020-09-09 | 2 | -2/+2 |
| * | | | pass-wayland: use proper derivation for `.withExtensions`•••The `pass.withExtensions`-function uses `buildEnv` to create a derivation which contains a `pass`-package and a list of extensions for it. However, this function always uses the `pass`-attribute for `buildEnv` which will break e.g. `passmenu` or `pass show -c` on desktops using Wayland (and `pass-wayland.withExtensions`) since the default `pass`-package without support for Wayland's clipboard is used. This patch replaces the `pass`-attribute in the derivation with `pass-wayland` to work around this issue. | Maximilian Bosch | 2020-09-09 | 1 | -0/+1 |
| * | | | Merge pull request #97578 from makefu/pkgs/pyhaversion/fix•••python3Packages.pyhaversion: add missing semantic-version | WORLDofPEACE | 2020-09-09 | 1 | -0/+2 |
| |\ \ \ | |||||
| | * | | | python3Packages.pyhaversion: add missing semantic-version | makefu | 2020-09-09 | 1 | -0/+2 |
| * | | | | coqPackages.paramcoq: init at 1.1.2 for Coq 8.12 | Vincent Laporte | 2020-09-09 | 1 | -0/+3 |
| * | | | | Merge pull request #97584 from gebner/ncftp-tmpdir•••ncftp: do not override $TMPDIR | Gabriel Ebner | 2020-09-09 | 1 | -0/+2 |
| |\ \ \ \ | |||||
| | * | | | | ncftp: do not override $TMPDIR | Gabriel Ebner | 2020-09-09 | 1 | -0/+2 |
| * | | | | | flashrom nitpick: avoid nested list | Vladimír Čunát | 2020-09-09 | 1 | -1/+1 |
| * | | | | | Merge pull request #97583 from luc65r/pkg/rbw•••rbw: 0.4.4 -> 0.4.6 | Maciej Krüger | 2020-09-09 | 1 | -3/+3 |
| |\ \ \ \ \ | |/ / / / |/| | | | | |||||
| | * | | | | rbw: 0.4.4 -> 0.4.6 | luc65r | 2020-09-09 | 1 | -3/+3 |
| |/ / / / | |||||
| * | | | | Merge pull request #97576 from gebner/mlton-which•••mlton: fix build | WORLDofPEACE | 2020-09-09 | 2 | -11/+9 |
| |\ \ \ \ | |||||
| | * | | | | mlton: use callPackage | Gabriel Ebner | 2020-09-09 | 1 | -11/+6 |
| | * | | | | mlton: fix build | Gabriel Ebner | 2020-09-09 | 2 | -3/+6 |
| * | | | | | Merge pull request #97550 from Patryk27/fix-lxd-tests•••lxd: Download Alpine image instead of relying on external source | WORLDofPEACE | 2020-09-09 | 2 | -6/+9 |
| |\ \ \ \ \ | |||||
| | * | | | | | lxd: s/sha256/hash | Patryk Wychowaniec | 2020-09-09 | 1 | -2/+2 |
| | * | | | | | lxd: add `wait_for_file()` to ensure LXD is actually running | Patryk Wychowaniec | 2020-09-09 | 1 | -0/+1 |
| | * | | | | | lxd: use stable URL for Alpine's image | Patryk Wychowaniec | 2020-09-09 | 2 | -6/+8 |
| * | | | | | | Merge pull request #92714 from luc65r/pkg/rbw•••rbw: init at 0.4.4 | Maciej Krüger | 2020-09-09 | 2 | -0/+78 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | rbw: init at 0.4.4 | luc65r | 2020-07-08 | 2 | -0/+78 |
| * | | | | | | | Merge pull request #96545 from tesq0/unityhub-update-to-2.3.2•••unityhub: update to 2.3.2 | Maciej Krüger | 2020-09-09 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | unityhub: update to 2.3.2 | Mikolaj Galkowski | 2020-08-28 | 1 | -2/+2 |
| * | | | | | | | | Merge pull request #96544 from tesq0/unityhub-fix-2020-editor•••unityhub: fix editor with versions >= 2020.1.3f1 not opening | Maciej Krüger | 2020-09-09 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | unityhub: fix editor with versions >= 2020.1.3f1 not opening | Mikolaj Galkowski | 2020-08-28 | 1 | -1/+1 |
| | |/ / / / / / / | |||||
| * | | | | | | | | Merge pull request #97463 from WilliButz/codimd/fix-sqlite/node12•••codimd: build with nodejs-12_x instead of nodejs-10_x | Maximilian Bosch | 2020-09-09 | 2 | -2/+4 |
| |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | codimd: build with nodejs-12_x instead of nodejs-10_x•••The codimd test is now exposed via passthru.tests | WilliButz | 2020-09-08 | 2 | -2/+4 |
| * | | | | | | | | | Merge pull request #97521 from peterhoeg/u/fz_3500•••filezilla: 3.49.1 -> 3.50.0 | Maximilian Bosch | 2020-09-09 | 2 | -7/+8 |
| |\ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | filezilla: 3.49.1 -> 3.50.0 | Peter Hoeg | 2020-09-09 | 1 | -3/+4 |
| | * | | | | | | | | | libfilezilla: 0.24.0 -> 0.24.1 | Peter Hoeg | 2020-09-09 | 1 | -4/+4 |
| * | | | | | | | | | | csvkit: fix failing test•••The build for this package was failing due to failing tests that were caused by a breaking change in a dependency. The requirements.txt for this package does not pin specific versions so it was trying to build with the new version of the dependency and failing. This commit overrides the version of the dependency that is used to build the package. | Tim Zook | 2020-09-09 | 1 | -1/+8 |
| * | | | | | | | | | | instead: 3.3.1 -> 3.3.2; fix compilation | marius david | 2020-09-09 | 1 | -2/+7 |
| * | | | | | | | | | | Merge pull request #97570 from woffs/recoll-qt5•••recoll: qt4 -> qt5, fix build | WORLDofPEACE | 2020-09-09 | 2 | -8/+8 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | recoll: qt4 -> qt5, fix build | Frank Doepper | 2020-09-09 | 2 | -8/+8 |
| * | | | | | | | | | | | Merge pull request #96414 from maxeaubrey/nomad_0.12.3•••nomad: 0.12.2 -> 0.12.3 | WORLDofPEACE | 2020-09-09 | 3 | -6/+15 |
| |\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | |||||
| | * | | | | | | | | | | nomad: Pin to go1.14 for 0.11 and 0.12•••This commit pins go versions for nomad 0.11 and 0.12. Future versions of Nomad should have their versions pinned from the beginning, even if they support the latest-at-the-time version of Go to prevent accidental version bumps on unsupported go versions. See https://github.com/NixOS/nixpkgs/pull/96414 for further discussion around this change. | Danielle Lancashire | 2020-09-09 | 3 | -4/+13 |
| | * | | | | | | | | | | nomad: 0.12.2 -> 0.12.3 | Maxine E. Aubrey | 2020-08-27 | 1 | -2/+2 |
| * | | | | | | | | | | | Merge pull request #97396 from bachp/unifi-5.14.23•••unifiStable: 5.14.22 -> 5.14.23 | Justin Humm | 2020-09-09 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | unifiStable: 5.14.22 -> 5.14.23 | Pascal Bach | 2020-09-07 | 1 | -2/+2 |
| | | |/ / / / / / / / / | |/| | | | | | | | | | |||||
| * | | | | | | | | | | | python3Packages.jq: 0.1.8 -> 1.0.2 | William Kral | 2020-09-09 | 2 | -56/+67 |
| * | | | | | | | | | | | Merge pull request #97560 from makefu/pkgs/python-maintainer/fix-eval•••aresponses,pyhaversion: disable for py2 | Jörg Thalheim | 2020-09-09 | 2 | -0/+7 |
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / | |/| | | | | | | | | | |||||
| | * | | | | | | | | | | pythonPackages.pyhaversion: py3k only | makefu | 2020-09-09 | 1 | -0/+4 |
| | * | | | | | | | | | | pythonPackages.aresponses: only py3k | makefu | 2020-09-09 | 1 | -0/+3 |
| * | | | | | | | | | | | linux: 5.9-rc3 -> 5.9-rc4 | Tim Steinbach | 2020-09-09 | 1 | -2/+2 |
| * | | | | | | | | | | | matplotlib: Disable LTO on darwin.•••Needs #19312 or equivalent to work. | Shea Levy | 2020-09-09 | 2 | -1/+8 |
