Commit graph

189083 commits

Author SHA1 Message Date
Graham Christensen
c60e4b45ff
maintainers: add github IDs to most users
For each contributor's github handle, get that account name's GitHub ID.

Then, «git blame» the maintainer file and ensure GitHub agrees the commit which added the maintainer to the list was authored by the GitHub ID we've recorded.
2019-08-17 14:12:08 -04:00
Graham Christensen
de136ce77c
maintainer: nfjinjing: delete github record, their account is gone 2019-08-17 12:19:17 -04:00
Graham Christensen
63a8f44562
maintainer: cf6b88f: delete github record, their account is gone 2019-08-17 12:19:17 -04:00
Graham Christensen
dc58a0f925
maintainer: tobim: new github is tobim
4930caae80
2019-08-17 12:18:13 -04:00
Graham Christensen
c3f48cc5f5
maintainer: ma9e: new github is furrycatherder
8ba7aa0ed1
2019-08-17 12:18:13 -04:00
Graham Christensen
034b0e157c
maintainer: f-breidenstein: new github is fleaz
6a2ead51ad
2019-08-17 12:18:13 -04:00
Graham Christensen
0a8af16236
maintainer: hamhut1066: new github is moredhel
e0b81b9c3c
2019-08-17 12:18:13 -04:00
Graham Christensen
a1bd81b051
maintainer: siddharthist: new github is langston-barrett:
c40a0b50f7
2019-08-17 12:18:12 -04:00
Graham Christensen
5cf50421af
maintainers: add github IDs to the template, in service of NixOS/rfcs#39 2019-08-17 12:17:57 -04:00
Symphorien Gibol
c3e1e64e4c remove all instances of nix-env -i without -A in the NixOS manual
motivation: https://nixos.wiki/wiki/FAQ/Why_not_use_nix-env_-i_foo%3F
2019-08-17 18:04:43 +02:00
Jonathan Ringer
7a6c6ac374 btrbk: 0.28.0 -> 0.28.3 2019-08-17 18:03:19 +02:00
Frederik Rietdijk
0e5f6ea243 pythonpackages.gspread: fix build 2019-08-17 17:57:55 +02:00
Frederik Rietdijk
113dbfeb27
Merge pull request #66596 from emilazy/update-pypy-and-eda-tools
Update PyPy and FOSS EDA tools
2019-08-17 17:48:21 +02:00
Maximilian Bosch
1f2b0f6e3e
Merge pull request #66754 from fadenb/graylog_3.1.0
graylog: 3.0.2 -> 3.1.0
2019-08-17 17:00:00 +02:00
Michael Raskin
9693fd5f1b
Merge pull request #66756 from AluisioASG/libreoffice-6.3.0.4
libreoffice-fresh: 6.2.4.2 -> 6.3.0.4
2019-08-17 14:50:52 +00:00
Eelco Dolstra
4fed2b0147
Merge pull request #66739 from dtzWill/update/readline-8.0p1
readline80: 8.0p0 -> 8.0p1
2019-08-17 16:24:18 +02:00
Niklas Hambüchen
aa99a263cc zlib: Properly clean up static/shared distinction
This improves what commit

    e999def1 zlib: clean up static/shared distincion

described as "kind of a mess" and "confusing". And indeed it was confusing.

Now, the concept whether or not the .a file is moved to a split output
is controlled by a clean variable.

The defaults remain unchanged.

The new approach also finally cleanly allows building statically but NOT
using a split output, like all other autoconf-based projects in nixpkgs do
(using the `dontDisableStatic` setting).
That is important for overlays that want to enable static libs for all
packages in one go, without having to hand-patch idiosynchrasies like zlib
had until now.

Until now, if you wanted the .a in the main output, the only way was to go via
`static=false, shared=true` -- which made no sense, because you had to say
`static=false` even though you want a static lib. That is fixed now.
2019-08-17 15:59:29 +02:00
Jörg Thalheim
2240c5c858
Merge pull request #66294 from astro/firestarter
firestarter: init at 1.7.3
2019-08-17 14:47:30 +01:00
Michael Weiss
ff5e66b745
gns3Packages.{server,gui}Preview: 2.2.0b4 -> 2.2.0rc3 2019-08-17 15:38:50 +02:00
Aluísio Augusto Silva Gonçalves
b90c63f50d
libreoffice-fresh: 6.2.4.2 -> 6.3.0.4 2019-08-17 10:35:39 -03:00
Michael Weiss
56e5dad3d8
Merge branch 'android-studio-canary-updates' into master
This commit merges the following updates for
androidStudioPackages.{dev,canary}:

* androidStudioPackages.{dev,canary}: 3.6.0.5 -> 3.6.0.6
* androidStudioPackages.{dev,canary}: 3.6.0.4 -> 3.6.0.5
* androidStudioPackages.{dev,canary}: 3.6.0.3 -> 3.6.0.4

These updates where initially delayed due to a bug that causes problems
with the automatic update of the Android Studio Gradle plugin.
But as the current status is "Won't Fix (Infeasible)" [0] there's no
point in skipping the updates for the dev/canary channel any longer.

Unfortunately this update will probably still cause the builds from
canary 3 to break and require manual steps to resolve this issue.
The required manual steps can be found here:
https://issuetracker.google.com/issues/136077720#comment9

I.e. manually update the Gradle plugin here (e.g. directly to alpha06):
dependencies {
   classpath 'com.android.tools:gradle:3.6.0-alpha03'
}

[0]: https://issuetracker.google.com/issues/136077720#comment10
2019-08-17 15:14:52 +02:00
Jörg Thalheim
2baf41b0d4
Merge pull request #66564 from jonringer/fix-varnish
varnish5: fix build
2019-08-17 14:11:29 +01:00
Michael Weiss
7a66c79d8d
androidStudioPackages.{dev,canary}: 3.6.0.5 -> 3.6.0.6
Unfortunately this update will probably still cause the builds from
canary 3 to break and require manual steps to resolve these issues:
https://issuetracker.google.com/issues/136077720#comment9

I.e. manually update the Gradle plugin here (e.g. directly to alpha06):
dependencies {
   classpath 'com.android.tools:gradle:3.6.0-alpha03'
}

But as the current status is "Won't Fix (Infeasible)" [0] there's no
point in skipping the updates for the dev/canary channel.

[0]: https://issuetracker.google.com/issues/136077720#comment10
2019-08-17 15:09:09 +02:00
Michael Weiss
b58bfbd250
androidStudioPackages.{dev,canary}: 3.6.0.4 -> 3.6.0.5 2019-08-17 15:03:47 +02:00
Michael Weiss
7aa0222ee5
androidStudioPackages.{dev,canary}: 3.6.0.3 -> 3.6.0.4 2019-08-17 15:03:43 +02:00
Jörg Thalheim
40e86556d0
Merge pull request #66712 from SFrijters/pyprof2calltree-as-package
pyprof2calltree: move to python-packages
2019-08-17 13:55:17 +01:00
Michael Weiss
b09407a573
nvme-cli: 1.8.1 -> 1.9 2019-08-17 14:12:22 +02:00
Tristan Helmich (omniIT)
b26a4fb58e graylog: 3.0.2 -> 3.1.0 2019-08-17 11:45:24 +00:00
Stefan Frijters
7d38a6281e pyprof2calltree: move to python-packages
pyprof2calltree is hard-coded to pythonPackages and fails for Python 3 profile results. See #66511.
Since it can also be used as a library it makes sense to move it into pythonPackages.
2019-08-17 13:05:09 +02:00
markuskowa
1d1eee57a4
Merge pull request #66715 from matthiasbeyer/update-mixxx
mixxx: 2.2.1 -> 2.2.2
2019-08-17 13:05:06 +02:00
Silvan Mosberger
0cc8dfca43 doc: Replace google groups reference with Discourse Patch category 2019-08-17 12:43:30 +02:00
Tadeo Kondrak
249b56fe2f discord-canary: 0.0.91 -> 0.0.92 2019-08-17 12:41:11 +02:00
Jonathan Ringer
5775243d40 doh-proxy: 0.0.8 -> 0.0.9 2019-08-17 12:38:55 +02:00
Jonathan Ringer
51f401f04e unittest-data-providers: init at 1.0.1 2019-08-17 12:38:55 +02:00
Pamplemousse
4edfccc22a pythonPackages.capstone: 3.0.4 -> 3.0.5
* Tested the package build
    - *NOT* tested the packages relying on capstone...
  * Added `setupPyBuildFlags` to avoid the error
  "ERROR: capstone-3.0.5.post1-py3-none-manylinux1_x86_64.whl is not a
  supported wheel on this platform."
2019-08-17 12:30:12 +02:00
Jonathan Ringer
7055dee84d python3Packages.pylibgen: 2.0.1 -> 2.0.2 2019-08-17 12:29:39 +02:00
Jonathan Ringer
2b2d8919e8 pythonPackage.pre-commit: move to python-modules
Add pkgs.gitAndTools.pre-commit alias
  Add pkgs.pre-commit alias
2019-08-17 12:29:39 +02:00
tilpner
a261f43286 python3Packages.PyGithub: 1.36 -> 1.43.8 2019-08-17 12:28:58 +02:00
tilpner
a4cc672ace python3Packages.deprecated: init at 1.2.6 2019-08-17 12:28:58 +02:00
Michael Weiss
b63980dc68
signal-desktop: 1.26.1 -> 1.26.2 2019-08-17 12:09:51 +02:00
WilliButz
ecd4d03dfe
grafana-loki: fix typo in service config 2019-08-17 12:08:51 +02:00
Timo Kaufmann
1eddfda963
vimPlugins: update (#66749) 2019-08-17 12:06:45 +02:00
Nikolay Amiantov
2d0a2044b3 libbass: update and use real version numbers
Upstream doesn't indeed have any way of getting versioned library, as per
http://www.un4seen.com/forum/?topic=18614.0.
2019-08-17 10:52:41 +03:00
Aaron Andersen
a2bd8da766
Merge pull request #66251 from lilyball/cocoapods-beta
cocoapods-beta: 1.7.5 -> 1.8.0.beta.1
2019-08-16 22:17:48 -04:00
Aaron Andersen
08161d9013
Merge pull request #65713 from lilyball/macvim
macvim: 8.1.1517 -> 8.1.1722
2019-08-16 22:08:25 -04:00
Will Dietz
f19e02b705
readline80: 8.0p0 -> 8.0p1
https://ftp.gnu.org/gnu/readline/readline-8.0-patches/readline80-001
2019-08-16 20:31:45 -05:00
Aaron Andersen
7a712206a4
Merge pull request #66692 from jonringer/bump-smartgit
smartgithg: 18.2.9 -> 19.1.1
2019-08-16 20:41:34 -04:00
Aaron Andersen
c2c1340a58
Merge pull request #66014 from jonringer/update-cre2
cre2: 0.3.0 -> 0.3.6
2019-08-16 20:36:42 -04:00
markuskowa
f31b487021
Merge pull request #65999 from r-ryantm/auto-update/mosquitto
mosquitto: 1.6.3 -> 1.6.4
2019-08-17 02:07:47 +02:00
Andreas Rammhold
a583152ff8
Merge pull request #66727 from jabranham/firefox
Firefox 68.0.2
2019-08-16 22:55:44 +00:00