Profpatsch
|
4a7f99d55d
|
treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938
meta = with stdenv.lib;
is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.
This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.
The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
|
2021-01-11 10:38:22 +01:00 |
|
Jan Tojnar
|
dd72357155
|
Merge branch 'master' into staging-next
|
2021-01-10 23:24:33 +01:00 |
|
Dominik Xaver Hörl
|
25bef2d8f9
|
treewide: simplify pkgs.stdenv.lib -> pkgs.lib
The library does not depend on stdenv, that `stdenv` exposes `lib` is
an artifact of the ancient origins of nixpkgs.
|
2021-01-10 20:12:06 +01:00 |
|
Ben Siraphob
|
3ae5e6ce03
|
treewide: remove enableParallelBuilding = true if using cmake
|
2021-01-03 18:37:40 +07:00 |
|
Aaron Andersen
|
d72e29fe48
|
tomcat-native: 1.2.25 -> 1.2.26
|
2020-12-28 10:20:47 -05:00 |
|
Daniel Nagy
|
f20d8091d4
|
apacheHttpd: passthru lua variables
|
2020-12-25 22:49:01 +01:00 |
|
ajs124
|
e2a3d3f559
|
nginx: add myself as maintainer
|
2020-12-17 19:58:07 +01:00 |
|
ajs124
|
fc3db0f443
|
nginx: 1.19.5 -> 1.19.6
|
2020-12-17 19:55:15 +01:00 |
|
R. RyanTM
|
34318b7c42
|
webhook: 2.7.0 -> 2.8.0
|
2020-12-08 09:12:54 +00:00 |
|
Markus S. Wamser
|
ded8dc1c46
|
gatling: 0.15 -> 0.16, libowfat: drop patch for header location
|
2020-12-03 15:02:50 +01:00 |
|
R. RyanTM
|
e1c319def2
|
lighttpd: 1.4.55 -> 1.4.56
|
2020-12-02 15:06:14 +00:00 |
|
Mario Rodas
|
eaa41389fe
|
Merge pull request #105659 from r-ryantm/auto-update/gitlab-pages
gitlab-pages: 1.28.0 -> 1.30.0
|
2020-12-02 05:15:22 -05:00 |
|
Florian Klink
|
e76e8cf22e
|
openresty: 1.17.8 -> 1.19.3
Also, add a quick comment about what fixPatch does.
|
2020-12-02 09:08:02 +01:00 |
|
R. RyanTM
|
466daa42ad
|
gitlab-pages: 1.28.0 -> 1.30.0
|
2020-12-02 06:44:21 +00:00 |
|
markuskowa
|
b83e5dbc3c
|
Merge pull request #104363 from Izorkin/nginx-unit
unit: 1.20.0 -> 1.21.0
|
2020-11-29 00:32:35 +01:00 |
|
Mario Rodas
|
49bfd31410
|
Merge pull request #105211 from r-ryantm/auto-update/jetty
jetty: 9.4.34.v20201102 -> 9.4.35.v20201120
|
2020-11-28 10:21:15 -05:00 |
|
R. RyanTM
|
5df56b087d
|
jetty: 9.4.34.v20201102 -> 9.4.35.v20201120
|
2020-11-28 05:54:25 +00:00 |
|
ajs124
|
db17db5318
|
nginx: 1.19.4 -> 1.19.5
|
2020-11-25 00:21:44 +01:00 |
|
Izorkin
|
d78ef1f3b5
|
unit: 1.20.0 -> 1.21.0
|
2020-11-20 19:27:42 +03:00 |
|
Max Wilson
|
ba4642eb6a
|
update contact info
|
2020-11-18 12:00:31 -08:00 |
|
R. RyanTM
|
d4da5f9d3d
|
jetty: 9.4.31.v20200723 -> 9.4.34.v20201102
|
2020-11-13 18:09:23 +00:00 |
|
StigP
|
818f2dd7dd
|
Merge pull request #102240 from Izorkin/nginx-unit
unit: 1.19.0 -> 1.20.0
|
2020-11-02 16:04:54 +00:00 |
|
Mario Rodas
|
b8c4e87021
|
Merge pull request #102312 from r-ryantm/auto-update/gitlab-pages
gitlab-pages: 1.21.0 -> 1.28.0
|
2020-11-01 21:28:22 -05:00 |
|
R. RyanTM
|
f6863c9f5d
|
gitlab-pages: 1.21.0 -> 1.28.0
|
2020-11-01 03:09:39 +00:00 |
|
Izorkin
|
fb25f00cbb
|
unit: 1.19.0 -> 1.20.0
|
2020-10-31 18:50:24 +03:00 |
|
ajs124
|
91b55655ed
|
nginxMainline: 1.19.3 -> 1.19.4
|
2020-10-27 20:05:34 +01:00 |
|
R. RyanTM
|
ae76a7658d
|
couchdb3: 3.1.0 -> 3.1.1
|
2020-10-22 09:25:10 +00:00 |
|
Ben Siraphob
|
683a87dbeb
|
treewide: remove periods from end of package descriptions
|
2020-10-17 08:22:31 -07:00 |
|
Florian Klink
|
a6fec75d04
|
Merge pull request #93426 from helsinki-systems/feat/gitlab-pages
nixos/gitlab: Support pages
|
2020-10-11 23:50:19 +02:00 |
|
WORLDofPEACE
|
7b5864db17
|
treewide: don't use spidermonkey attr
|
2020-10-09 16:50:48 -04:00 |
|
WORLDofPEACE
|
b89c851737
|
Revert "couchdb: revert changes from 0da82de388a5214522262a3885080bad1c02fd1b"
This reverts commit 143650958c .
|
2020-10-09 16:50:48 -04:00 |
|
Peter Simons
|
143650958c
|
couchdb: revert changes from 0da82de388
These changes break evaluation and they frankly don't look correct here.
|
2020-10-09 21:39:35 +02:00 |
|
Doron Behar
|
0da82de388
|
treewide: Use spidermonkey_68 explicitly
A fix for #100089 which caused ofborg eval errors on all PRs due to
usage of aliases in couchdb and mediatomb.
|
2020-10-09 20:47:45 +03:00 |
|
Janne Heß
|
d85f50b71f
|
nixos/gitlab: Support pages
Fixes #84525
|
2020-09-01 12:08:36 +02:00 |
|
Jörg Thalheim
|
4c9ad3ca79
|
Merge branch 'master' into nginx-update
|
2020-08-24 13:42:11 +01:00 |
|
Aaron Andersen
|
fd250d57bb
|
Merge pull request #79123 from aanderse/apachectl
nixos/httpd: remove impurity from /etc
|
2020-08-19 20:56:51 -04:00 |
|
Izorkin
|
5c70c5eeaa
|
nginxModules: renamed module ngx_aws_auth to aws-auth
|
2020-08-17 10:42:54 +03:00 |
|
Izorkin
|
772f5d5401
|
nginxModules: rename source to module name
|
2020-08-17 10:42:04 +03:00 |
|
Izorkin
|
15b3330747
|
nginxModules.statsd: change mirror
|
2020-08-17 10:42:04 +03:00 |
|
Izorkin
|
b5c1848625
|
nginxModules.upstream-check: 2018.08.12 -> 2019.11.03
|
2020-08-17 10:42:04 +03:00 |
|
Izorkin
|
e40dd8d4b9
|
nginxModules.subsFilter: 2016.04.13 -> 2019.08.06
|
2020-08-17 10:42:04 +03:00 |
|
Izorkin
|
d3fdff5cbf
|
nginxModules.shibboleth: 2017.04.06 -> 2020.08.12
|
2020-08-17 10:42:03 +03:00 |
|
Izorkin
|
fdc7f541cf
|
nginxModules.push-stream: 0.5.4 -> 2020.05.03
|
2020-08-17 10:42:03 +03:00 |
|
Izorkin
|
a27273294f
|
nginxModules.pam: v1.5.1 -> v1.5.2
|
2020-08-17 10:42:03 +03:00 |
|
Izorkin
|
cb62b1d1a8
|
nginxModules.opentracing: v0.7.0 -> v0.9.0
|
2020-08-17 10:42:03 +03:00 |
|
Izorkin
|
b590894e58
|
nginxModules.naxsi: 0.56 -> 2020.08.15
|
2020-08-17 10:42:03 +03:00 |
|
Izorkin
|
9c588fce29
|
nginxModules.modsecurity-nginx: v1.0.0 -> v1.0.1
|
2020-08-17 10:42:03 +03:00 |
|
Izorkin
|
4460a3700b
|
nginxModules.http_proxy_connect_module: 2019.05.06 -> 2020.07.24
|
2020-08-17 10:42:03 +03:00 |
|
Izorkin
|
36c95f331d
|
nginxModules.cache-purge: 2.5 -> 2.5.1
|
2020-08-17 10:42:01 +03:00 |
|
Izorkin
|
980d487480
|
nginxModules.echo: v0.61 -> v0.62
|
2020-08-16 12:03:59 +03:00 |
|