Commit graph

189506 commits

Author SHA1 Message Date
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
Tadeo Kondrak d076469911
discord-canary: 0.0.92 -> 0.0.93 2019-08-17 10:11:02 -06: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
Florian Klink 88146a095f wrapQtAppsHook: use isELFExec
This ensures we only wrap executables, not shared libraries
2019-08-17 16:45:57 +02:00
Florian Klink e1b80a5a99 setup.sh introduce isELFExec, isELFDyn
These can be used to determine whether a ELF file with ELF header is an
executable or shared library.

We can't implement it in pure bash, as bash has problems with null
bytes.
2019-08-17 16:45:52 +02: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
Eelco Dolstra 1f3c2bcefe
Merge pull request #66686 from edolstra/rustc-1.37.0
rustc: 1.36.0 -> 1.37.0
2019-08-17 16:22:42 +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
Jörg Thalheim f84a725590
Merge pull request #66751 from volth/pname
treewide: name -> pname
2019-08-17 13:53:46 +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
Pascal Bach 818c7b3b56 plex: 1.16.3.1402 -> 1.16.4.1469 2019-08-17 13:39:43 +02: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
volth c814d72b51 treewide: name -> pname 2019-08-17 10:54:38 +00: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
Frederik Rietdijk fe9a3e3e63 Merge staging-next into staging 2019-08-17 09:39:23 +02:00
Frederik Rietdijk c68f58d95c Merge master into staging-next 2019-08-17 09:30:16 +02:00
Christoph Neuroth 4ef579143c http-prompt: Allow installation on Mac OS
The original pkg author noted that they could only test on linux. I'm running
this package on Mac OS without problems.
2019-08-17 07:58:19 +02:00