Commit Graph

43873 Commits

Author SHA1 Message Date
Mario Rodas 3a2d01cf01
z-lua: init at 1.7.0 2019-04-27 08:03:06 -05:00
Matthieu Coudron 672c3c1d2a
lua: merge lua5.X interpreters (#59919)
lua: merge lua5.X interpreters

similar to what was done for python.
Makes it easier to change the passthru settings and the lua infrastructure.
2019-04-27 22:00:12 +09:00
betaboon 8ab8b30699 eventstore: 4.1.1 -> 5.0.0 (#58774) 2019-04-27 14:57:37 +02:00
Tim Steinbach 8d98033d99
linux: 4.9.170 -> 4.9.171 2019-04-27 08:08:26 -04:00
Tim Steinbach d43faab5ef
linux: 4.19.36 -> 4.19.37 2019-04-27 08:06:39 -04:00
Tim Steinbach ae7baea76f
linux: 4.14.113 -> 4.14.114 2019-04-27 08:05:36 -04:00
Lassulus 75d150f9da
Merge pull request #59872 from Izorkin/datadog
Datadog: update packages
2019-04-27 19:27:32 +09:00
Jörg Thalheim 19d1dc9ab8
Merge pull request #60199 from ajs124/drop/evopedia
evopedia: remove package
2019-04-27 10:41:57 +01:00
Jörg Thalheim 44106464ea
Merge pull request #57793 from schmittlauch/soundkonverter
[soundkonverter] init at 3.0.1
2019-04-27 10:39:55 +01:00
Joachim F 357df763a8
Merge pull request #57205 from tesq0/pull-request-omnisharp
omnisharp-roslyn: init at 1.32.8
2019-04-27 09:08:38 +00:00
Bruno Bigras 555f464453 pazi: init at 0.2.0 (#60303) 2019-04-27 09:36:10 +02:00
Bruno Bigras 4d8b9cbbdd httplz: init at 1.5.0 (#60304) 2019-04-27 09:34:33 +02:00
Michael Raskin eda2463c4d
Merge pull request #57945 from teto/lua/std_rename
lua: std._debug / std.normalize rename + move to automated.
2019-04-27 06:30:48 +00:00
Sarah Brofeldt f96bf5bb2e
Merge pull request #60241 from Amar1729/init/sd
sd: init at 0.5.0
2019-04-27 08:07:54 +02:00
Robert Scott d40894cbea pythonPackages.box2d: remove unnecessary pkgs-box2d buildInput
this dependency turns out to be completely unnecessary - the pypi
package includes its own bundled copy of the source (i know - ew.)
and building without pkgs-box2d results in a binary-identical .so.

this has the side-effect of enabling this package on darwin, which was
previously restricted by the apparently linux-only pkgs-box2d.
2019-04-27 07:45:53 +02:00
Frederik Rietdijk 042a01efbf Merge staging-next into staging 2019-04-27 07:02:02 +02:00
Frederik Rietdijk 883232c00d Merge master into staging-next 2019-04-27 07:01:38 +02:00
volth d53042e83e perlPackages.HTTPDaemon: 6.04 -> 6.01
This undoes 6fb0e7a4e0
The only problem with 6.04 is: it got new dependencies which fail to cross-compile.
Failure to cross-compile HTTP::Deamon leads to failure of LWP and XML::Parser, which are used in switch-to-configuration.pl
Thus upgrade HTTPDaemon from 6.01 to 6.04 broke cross-compilation of whole system closures.

(cherry picked from commit fd1ac66836)
2019-04-26 22:24:52 -04:00
Matthew Bauer 91d6d582a3
Merge pull request #60238 from volth/undo-httpdaemon-604
perlPackages.HTTPDaemon: 6.04 -> 6.01
2019-04-26 22:21:19 -04:00
Matthew Bauer 87944c3125
Merge pull request #56744 from matthewbauer/macos-10-12
Update macOS to 10.12
2019-04-26 22:20:03 -04:00
Matthew Bauer c1f1a0ea15 qt5: use llvm5 for all modules
This avoids some issues encountered with qt5 not working libcxx 7. We
can remove this at some point when qt5 has addressed all of their issues.
2019-04-26 21:55:12 -04:00
Matthew Bauer db032fe1dc mosh: use llvm6 stdenv on clang stdenv 2019-04-26 21:55:09 -04:00
Matthew Bauer eaf153b17e libcanberra3: use gdk x11 for macos 2019-04-26 21:55:07 -04:00
Matthew Bauer 6613a5fed0 treewide: use gcc stdenv in rig and cdb 2019-04-26 21:55:06 -04:00
Matthew Bauer d3fa660288 yquake: fix on darwin 2019-04-26 21:55:06 -04:00
Matthew Bauer ecffd43b46 xcbuild: use llvm6-based xcbuild 2019-04-26 21:55:04 -04:00
Matthew Bauer d490dad864 treewide: use gcc when necessary
Some build scripts depend on gcc being available. We use gccStdenv in
this case.
2019-04-26 21:55:03 -04:00
Matthew Bauer 3bab20c88d treewide: disable checks on darwin
Not working in these cases:

- dconf
- paho-mqtt
- perl-gtk2
- perl-TAPParserSourceHandlerpgTAP
2019-04-26 21:55:02 -04:00
Matthew Bauer c72c6a48ca treewide: use llvm6 in some places
Not everything works on llvm7. It’s easiest to just provide the llvm6
as backup in this case.
2019-04-26 21:55:01 -04:00
Matthew Bauer 3e4f14a50b perl: disable test on TAPParserSourceHandlerpgTAP
Seem to be broken with newest llvm
2019-04-26 21:55:00 -04:00
Matthew Bauer e95ec0da29 libao: fix on 10.12 sdk 2019-04-26 21:54:59 -04:00
Matthew Bauer dc483505d4 cf-private: don’t use private sdk
no private sdk is available for 10.12.
2019-04-26 21:54:51 -04:00
Matthew Bauer eaadbdf1c3 cmake: don’t use cf-private
cf-private is not necessary here. cmake just needs the CoreFoundation
framework to be used. swift-corefoundation seems to work fine in this case.

/cc @lnl7
2019-04-26 21:54:49 -04:00
Matthew Bauer 7f08b28bbf Revert "Revert "cctools: bump to latest commit""
This reverts commit 0e78f2bd10.
2019-04-26 21:54:47 -04:00
Matthew Bauer f76c7b8fab libtapi: init
(cherry picked from commit 69347697d3336d4b6add8276d9f75daf6f0cacf3)
2019-04-26 21:54:46 -04:00
Mario Rodas 3f46165af3
Merge pull request #59963 from yrashk/pforth
pforth: init at 28
2019-04-26 18:33:54 -05:00
Aaron Andersen d872d32ba0
Merge pull request #60218 from eadwu/init/epubcheck
epubcheck: init at 4.2.0
2019-04-26 19:10:58 -04:00
Amar1729 3679d1b17e sd: init at 0.5.0 2019-04-26 18:47:48 -04:00
Edmund Wu 5f6ddc2747
epubcheck: init at 4.2.0 2019-04-26 17:56:42 -04:00
Jan Tojnar 664c82cd4c
ledmon: init at 0.92 (#60206)
ledmon: init at 0.92
2019-04-26 19:43:30 +02:00
worldofpeace 07f96168e3
Merge pull request #60170 from worldofpeace/lollypop-bump
lollypop: 1.0.5 -> 1.0.7, other stuff
2019-04-26 12:18:40 -04:00
Yurii Rashkovskii 1ae5e27751 pforth: init at 28 2019-04-26 22:11:41 +07:00
Jan Tojnar 89a150355b
Merge branch 'master' into staging 2019-04-26 16:35:54 +02:00
Silvan Mosberger b0c46a21e6
pandoc-imagine: init at unstable-2018-11-19 (#59816)
pandoc-imagine: init at unstable-2018-11-19
2019-04-26 12:02:08 +02:00
Richard Marko 9cfb2c0697 ledmon: init at 0.92 2019-04-26 10:30:50 +02:00
Peter Hoeg 65e3d0da85
Merge pull request #60244 from peterhoeg/f/kfind
kfind: was not mentioned in all-packages.nix
2019-04-26 14:01:41 +08:00
Peter Hoeg e90723b3cb kfind: was not referenced in all-packages.nix 2019-04-26 13:35:50 +08:00
Will Dietz fb62c5d9aa notable: init at 1.4.0 2019-04-25 23:24:29 -05:00
Will Dietz 6e4fa85446
Merge pull request #56259 from dtzWill/feature/minetime
minetime: init at 1.4.12
2019-04-25 23:22:30 -05:00
Will Dietz 37fd81c75d
Merge pull request #60167 from winpat/add_taskopen
taskopen: init at 1.1.4
2019-04-25 23:10:59 -05:00
Will Dietz 5340c05e04
Merge pull request #60130 from lo1tuma/nodejs-12_staging
nodejs-12_x: init at 12.0.0
2019-04-25 23:08:20 -05:00
volth fd1ac66836 perlPackages.HTTPDaemon: 6.04 -> 6.01
This undoes 6fb0e7a4e0
The only problem with 6.04 is: it got new dependencies which fail to cross-compile.
Failure to cross-compile HTTP::Deamon leads to failure of LWP and XML::Parser, which are used in switch-to-configuration.pl
Thus upgrade HTTPDaemon from 6.01 to 6.04 broke cross-compilation of whole system closures.
2019-04-26 00:43:41 +00:00
Graham Christensen 06d90aace2
Merge pull request #60236 from monsieurp/new-pydf
pydf: init at 12
2019-04-25 20:27:52 -04:00
Ambroz Bizjak a9c40eef1f
Fix kernel oops on boot due to bug in i2c driver.
https://github.com/NixOS/nixpkgs/issues/60126
https://lkml.org/lkml/2019/4/24/1123

The patch should be removed in the next round of stable releases because the fix should be included.

(cherry picked from commit 1e8a0805890fbb1cce1aa751296c82342b0cae7e)
2019-04-25 20:24:34 -04:00
Patrice Clement 4eaada7e22
pydf: init at 12 2019-04-26 00:43:43 +02:00
Renaud 526a406f11
Merge pull request #59557 from xrelkd/add/cargo-sweep
cargo-sweep: init at 0.4.1
2019-04-25 22:56:49 +02:00
Renaud 1746dc22e6
Merge pull request #60195 from marsam/init-xkcd-font
xkcd-font: init at 2017-08-24
2019-04-25 21:50:04 +02:00
Luis Hebendanz 827e954c54 rmount: init at 1.0.1 (#60204)
rmount: init at 1.0.1
2019-04-25 12:14:31 -04:00
ajs124 d287075c22 evopedia: remove package
The last upstream update was in 2014. While the software might still work, its usefulness depends on data archives, which are not updated anymore and have not been for several years.

Upstream suggests to use kiwix instead.
2019-04-25 10:13:26 +02:00
Mario Rodas 6124bfac3b
xkcd-font: init at 2017-08-24 2019-04-24 21:13:39 -05:00
Mario Rodas e89fc19b97
Merge pull request #58368 from marsam/update-timescaledb
timescaledb: 1.0.0 -> 1.2.2, timescaledb-parallel-copy: 2018-05-14 -> 0.2.0, timescaledb-tune: init at 0.5.0
2019-04-24 20:42:30 -05:00
Aaron Andersen dc1716f63b
Merge pull request #60155 from etu/prepend-phpPackages-names
phpPackages: Wrap mkDerivation to prepend package names
2019-04-24 21:29:33 -04:00
Will Dietz 259d23a0dd electron_5: init at 5.0.0
Copy of electron_4 expression with minor
addition of at-spi2-core which is needed to launch.
2019-04-24 19:56:00 -05:00
samrose e6956c6595 uboot: add Banana Pi M64 (#58366) 2019-04-24 22:50:01 +02:00
Renaud 71c6157fd7
Merge pull request #58534 from bzizou/sumatools.dev
sumatools: init at 1.0.34
2019-04-24 22:34:35 +02:00
Joachim F 1e40aef922
Merge pull request #56075 from asymmetric/evmdis
evmdis: init at unstable-2018-03-23
2019-04-24 20:24:35 +00:00
Graham Christensen 857069293d
Merge pull request #56565 from andrew-d/adunham/plex-fhs
plex: rewrite to use FHS userenv
2019-04-24 15:00:30 -04:00
worldofpeace ce50875fd4 pythonPackages.wikipedia: init at 1.4.0 2019-04-24 12:39:31 -04:00
Frederik Rietdijk 0a7bcb3b03 Merge staging into staging-next 2019-04-24 18:38:11 +02:00
Patrick Winter 0553c30ff0 taskopen: init at 1.1.4 2019-04-24 18:30:36 +02:00
linarcx 072c69f1ff
lalezar-fonts: init at unstable-2017-02-28
Closes #59402
2019-04-24 09:24:12 -04:00
worldofpeace f5d3418b0c
Merge pull request #58994 from zookatron/sublime-merge
sublime-merge: init at 1107
2019-04-24 09:21:07 -04:00
Matthieu Coudron 65a963235c
Merge pull request #60152 from Lucus16/unpin-protobuf
Revert "ibus-packages.mozc: pin to protobuf 3.6"
2019-04-24 22:12:54 +09:00
Lassulus e5830bac6d
Merge pull request #59545 from costrouc/python-pyomo-init
pythonPackages.pyomo: init at 5.6.5
2019-04-24 21:19:12 +09:00
Elis Hirwing 06e0ede06e
phpPackages: Wrap mkDerivation to prepend package names
This will make the file more consistent and easier to follow when we
have a mixture of buildPecl (which already does this) and straight up
regular derivations.
2019-04-24 13:04:28 +02:00
Vladyslav M ad4f7dd90e
cargo-outdated: init at unstable-2019-04-13 (#59893)
cargo-outdated: init at unstable-2019-04-13
2019-04-24 13:44:35 +03:00
Sondre Nilsen 67d03fec53
cargo-outdated: init at unstable-2019-04-13 2019-04-24 12:46:19 +03:00
Lars Jellema a5ed6ab73e
Revert "ibus-packages.mozc: pin to protobuf 3.6"
protobuf was bumped to 3.7.1, which fixes the build issue as described
in google/mozc#460.

This reverts commit a19fbaf39b.
2019-04-24 11:30:04 +02:00
Peter Hoeg e3f31092a9 discover: init at 5.15.3 2019-04-24 14:23:14 +08:00
Elis Hirwing 0620e0fdbf
Merge pull request #60099 from Izorkin/php-packages-prefix
phpPackages: add prefix 'php-' to packages
2019-04-24 07:24:54 +02:00
Peter Hoeg 05dfa99d1d matrique -> spectral 2019-04-24 12:40:07 +08:00
Peter Hoeg 3bf5c2a6e0 quaternion-git: init at 0.0.9.4-rc3 2019-04-24 12:40:00 +08:00
Andrew Dunham 9f7f367bf5 plex: rewrite to use FHS userenv 2019-04-23 20:19:33 -07:00
Matthew Bauer 7488a367af
Merge pull request #56555 from matthewbauer/wasm
Initial WebAssembly/WASI cross-compilation support
2019-04-23 22:44:33 -04:00
Matthew Bauer 84d00355e8 Merge remote-tracking branch 'NixOS/master' into staging 2019-04-23 22:00:42 -04:00
Matthew Bauer 008c9a70a5 release-cross: add wasi targets
Add a few working cross targets to make sure things keep working.
2019-04-23 21:51:30 -04:00
Matthew Bauer 721832f97e libiconv: get just headers from wasilibc 2019-04-23 21:48:58 -04:00
Matthew Bauer dbb94b984f wasmtime: init and use for emulation
This isn’t really an "emulator" but it’s the closest concept we have
right now.
2019-04-23 21:48:57 -04:00
Matthew Bauer 9abff4af4f wasm: init cross target
Adds pkgsCross.wasm32 and pkgsCross.wasm64. Use it to build Nixpkgs
with a WebAssembly toolchain.

stdenv/cross: use static overlay on isWasm

isWasm doesn’t make sense dynamically linked.
2019-04-23 21:48:57 -04:00
Will Dietz 25fb5d553c minetime: init at 1.4.10, using appimageTools 2019-04-23 20:40:53 -05:00
Lily Ballard 35e2c2d6dd xv: init at 0.1.0 2019-04-23 17:32:28 -07:00
Silvan Mosberger 508fd8f133
Merge pull request #55413 from msteen/bitwarden_rs
bitwarden_rs: init at 1.8.0
2019-04-24 00:25:08 +02:00
Mathias Schreck 4ddbac7037 nodejs-12_x: init at 12.0.0 2019-04-24 00:23:50 +02:00
Matthijs Steen 8a0a9710b0 bitwarden_rs: init at 1.8.0 2019-04-23 21:25:46 +02:00
Silvan Mosberger fe054079fd
Merge pull request #60024 from roosemberth/master
libguestfs-with-appliance: Add package for libguesfs containing libguestfs appliances
2019-04-23 20:27:26 +02:00
Izorkin fa06972871 phpPackages: add prefix 'php-' to packages 2019-04-23 20:00:06 +03:00
Michael Weiss c93fd4a25e
Merge pull request #56690 from primeos/python-cryptography
python37Packages.cryptography: 2.5 -> 2.6.1
2019-04-23 16:27:06 +02:00
Mario Rodas 2e333e801a
pythonPackages.macfsevents: init at 0.8.1 2019-04-23 04:20:00 -05:00
worldofpeace c8c0bd1fea
Merge pull request #51285 from expipiplus1/fped
fped: init at unstable-2017-05-11
2019-04-23 06:52:50 -04:00
Jörg Thalheim 536fe532c2
Merge pull request #60058 from dtzWill/feature/iwd-ell-split-and-update
iwd: split ell to separate derivation, update iwd and ell
2019-04-23 10:58:08 +01:00
Vladimír Čunát 5b316ed476
lua*Packages.cqueues: fix internal version number
It's a workaround for now, until we know more.  See upstream ticket.
2019-04-23 10:54:30 +02:00
Samuel Dionne-Riel e6407e2979
Merge pull request #60028 from volth/perl-meta-priority++
perl.meta.priority += 1
2019-04-22 19:42:41 -04:00
Renaud 444f1ec6d5
Merge pull request #59965 from FredeEB/seasocks-pkg
seasocks: init at 1.4.2
2019-04-23 00:22:34 +02:00
Silvan Mosberger eb67898a2c
Merge pull request #59904 from Izorkin/php-packages
phpPackages: update php packages
2019-04-22 23:50:21 +02:00
Fredeeb d41814dd00 seasocks: init at 1.4.2 2019-04-22 23:46:12 +02:00
markuskowa d0e70ac2d3
Merge pull request #60010 from JohnAZoidberg/https-urls
HTTPS urls
2019-04-22 23:37:07 +02:00
Silvan Mosberger 076be0963a
Merge pull request #59898 from kierdavis/init-modd
modd: init at 0.8
2019-04-22 23:30:59 +02:00
Bas van Dijk 710b9675fc
Merge pull request #59983 from ivan/prometheus-statsd-exporter-0.9.0
prometheus-statsd-exporter: 0.4.0 -> 0.9.0
2019-04-22 23:21:46 +02:00
Kier Davis d5c65caaae
modd: init at 0.8 2019-04-22 22:18:42 +01:00
Will Dietz 20ba9c03ed iwd: split ell to separate derivation, update iwd and ell 2019-04-22 15:55:15 -05:00
Vincent Laporte b387dced20
Merge pull request #59131 from vbgl/ocaml-uri-2.2
ocamlPackages.uri: 1.9.6 -> 2.2.0; ocamlPackages.cohttp: 1.1.1 -> 2.0.0
2019-04-22 21:16:33 +02:00
Austin Seipp 52714f495c
liburing: init at 1.0.0pre821_39e0ebd
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-04-22 11:18:18 -05:00
volth 3e13cb67e4 perlPackages.SysSigAction: do not check on aarch64 2019-04-22 16:01:36 +00:00
volth 228926a5db perlPackages.SysCPU: mark as broken, the packages removed from CPAN 2019-04-22 16:01:36 +00:00
volth 0e1271da29 perl-packages.nix: set minimum version to 5.28.2 2019-04-22 16:01:36 +00:00
volth eb9c14815c [cpan2nix] perlPackages.NetAmazonS3: 0.85 -> 0.86 2019-04-22 16:01:35 +00:00
volth a896e5c3b4 [cpan2nix] perlPackages.TestWWWMechanizePSGI: 0.38 -> 0.39 2019-04-22 16:01:35 +00:00
volth fafb51e44d [cpan2nix] perlPackages.PlackMiddlewareSession: 0.32 -> 0.33 2019-04-22 16:01:35 +00:00
volth 9aa0171fb7 [cpan2nix] perlPackages.LocaleTextDomainOO: 1.035 -> 1.036 2019-04-22 16:01:35 +00:00
volth dcfa96bee9 [cpan2nix] perlPackages.DateTimeFormatNatural: 1.06 -> 1.07 2019-04-22 16:01:35 +00:00
volth 15f2107244 [cpan2nix] perlPackages.CPAN: 2.25 -> 2.26 2019-04-22 16:01:35 +00:00
volth 90a83819a9 [cpan2nix] perlPackages.DateTimeLocale: 1.23 -> 1.24 2019-04-22 16:01:35 +00:00
volth e103b367e5 [cpan2nix] perlPackages.LogDispatchouli: 2.016 -> 2.017 2019-04-22 16:01:34 +00:00
volth 806bfde236 [cpan2nix] perlPackages.TestPerlTidy: 20130104 -> 20190402 2019-04-22 16:01:34 +00:00
volth 4c56298b77 [cpan2nix] perlPackages.DateTimeTimeZone: 2.23 -> 2.34 2019-04-22 16:01:34 +00:00
volth e26abf0275 [cpan2nix] perlPackages.LWPProtocolHttps: cleanup 2019-04-22 16:01:34 +00:00
volth cbe9245996 [cpan2nix] perlPackages.LWP: 6.36 -> 6.38 2019-04-22 16:01:34 +00:00
volth 785dd1dd0a [cpan2nix] perlPackages.ArchiveTarWrapper: 0.33 -> 0.36 2019-04-22 16:01:34 +00:00
volth d47a04a47c [cpan2nix] perlPackages.AlienGMP: cleanup 2019-04-22 16:01:34 +00:00
volth 494bb9293f [cpan2nix] perlPackages.LocaleTextDomainOOUtil: 4.001 -> 4.002 2019-04-22 16:01:34 +00:00
volth 6fb0e7a4e0 [cpan2nix] perlPackages.HTTPDaemon: 6.01 -> 6.04 2019-04-22 16:01:33 +00:00
volth d5fdceb65a [cpan2nix] perlPackages.InlineC: 0.78 -> 0.80 2019-04-22 16:01:33 +00:00
volth 36afab2039 [cpan2nix] perlPackages.PPIxRegexp: 0.063 -> 0.064 2019-04-22 16:01:33 +00:00
volth 513ada431f [cpan2nix] perlPackages.AlienBuild: 1.60 -> 1.65 2019-04-22 16:01:33 +00:00
volth ed7d5410c2 [cpan2nix] perlPackages.HTMLForm: 6.03 -> 6.04 2019-04-22 16:01:33 +00:00
volth b89fd35fb9 [cpan2nix] perlPackages.MailDKIM: 0.54 -> 0.55
dependencies:
perlPackages.MailAuthenticationResults: init at 1.20180923
2019-04-22 16:01:33 +00:00
volth 9f0f510d85 [cpan2nix] perlPackages.GamesSolitaireVerify: 0.1900 -> 0.2000 2019-04-22 16:01:33 +00:00
volth 3c2786029b [cpan2nix] perlPackages.Sereal: 4.005 -> 4.007 2019-04-22 16:01:32 +00:00
volth 64adac25be [cpan2nix] perlPackages.SerealEncoder: 4.005 -> 4.007 2019-04-22 16:01:32 +00:00
volth ba44361a9d [cpan2nix] perlPackages.HTTPHeadersFast: 0.21 -> 0.22 2019-04-22 16:01:32 +00:00
volth 0571e5917e [cpan2nix] perlPackages.Clipboard: 0.19 -> 0.20 2019-04-22 16:01:32 +00:00
volth 085540a8d5 [cpan2nix] perlPackages.SerealDecoder: 4.005 -> 4.007 2019-04-22 16:01:32 +00:00
volth bfe213a787 [cpan2nix] perlPackages.CGIFast: 2.13 -> 2.15 2019-04-22 16:01:32 +00:00
volth 91b59ee66e [cpan2nix] perlPackages.TestInter: 1.07 -> 1.09 2019-04-22 16:01:32 +00:00
volth f481a20cf1 [cpan2nix] perlPackages.Test2Suite: 0.000118 -> 0.000119 2019-04-22 16:01:32 +00:00
volth 504f17b88d [cpan2nix] perlPackages.ProtocolWebSocket: 0.24 -> 0.26 2019-04-22 16:01:31 +00:00
volth 3a8c5abf46 [cpan2nix] perlPackages.LinuxFD: cleanup 2019-04-22 16:01:31 +00:00
volth b72b9715ae [cpan2nix] perlPackages.CGI: 4.40 -> 4.42 2019-04-22 16:01:31 +00:00
volth 17d43c70a6 [cpan2nix] perlPackages.SubQuote: 2.005001 -> 2.006003 2019-04-22 16:01:31 +00:00
volth 7d2d97ae16 [cpan2nix] perlPackages.LWPMediaTypes: 6.02 -> 6.04 2019-04-22 16:01:31 +00:00
volth 43e5cfa449 [cpan2nix] perlPackages.FileFindObjectRule: 0.0309 -> 0.0310 2019-04-22 16:01:31 +00:00
volth abbc9fde6b [cpan2nix] perlPackages.TextBibTeX: 0.85 -> 0.87 2019-04-22 16:01:31 +00:00
volth 5724e2e5e4 [cpan2nix] perlPackages.TestDifferences: 0.66 -> 0.67 2019-04-22 16:01:30 +00:00
volth ffe7f805e4 [cpan2nix] perlPackages.JSONXS: 4.01 -> 4.02 2019-04-22 16:01:30 +00:00
volth 7b90a9e603 [cpan2nix] perlPackages.ExtUtilsCppGuess: 0.12 -> 0.19
dependencies:
perlPackages.ExtUtilsCBuilder: init at 0.280231
2019-04-22 16:01:30 +00:00
volth 43bfb7f973 [cpan2nix] perlPackages.perlldap: 0.65 -> 0.66 2019-04-22 16:01:30 +00:00
volth df5cccf35a [cpan2nix] perlPackages.Inline: 0.81 -> 0.82 2019-04-22 16:01:30 +00:00
volth 5508945ce4 [cpan2nix] perlPackages.IOSocketSSL: 2.064 -> 2.066 2019-04-22 16:01:30 +00:00
volth c40aba01e1 [cpan2nix] perlPackages.CryptJWT: 0.023 -> 0.024 2019-04-22 16:01:30 +00:00
volth 1e1b91225d [cpan2nix] perlPackages.IOCompress: 2.084 -> 2.086 2019-04-22 16:01:30 +00:00
volth 33c8f4e890 [cpan2nix] perlPackages.ack: 2.24 -> 2.28 2019-04-22 16:01:29 +00:00
volth 68dd1e9d3e [cpan2nix] perlPackages.NetDNS: 1.19 -> 1.20 2019-04-22 16:01:29 +00:00
volth 20123212b5 [cpan2nix] perlPackages.MusicBrainz: 1.0.4 -> 1.0.5 2019-04-22 16:01:29 +00:00
volth dec201ed62 [cpan2nix] perlPackages.ConfigIniFiles: 3.000001 -> 3.000002 2019-04-22 16:01:29 +00:00
volth fecc11d7bd [cpan2nix] perlPackages.strictures: 2.000005 -> 2.000006 2019-04-22 16:01:29 +00:00
volth 8cf67fa69a [cpan2nix] perlPackages.librelative: 0.002 -> 1.000 2019-04-22 16:01:29 +00:00
volth 36dcc78633 [cpan2nix] perlPackages.YAMLLibYAML: 0.76 -> 0.77 2019-04-22 16:01:29 +00:00
volth 18cd7ad57d [cpan2nix] perlPackages.TextCSV_XS: 1.38 -> 1.39 2019-04-22 16:01:28 +00:00
volth c56ae6ba1d [cpan2nix] perlPackages.TestNeeds: 0.002005 -> 0.002006 2019-04-22 16:01:28 +00:00
volth a9712dbece [cpan2nix] perlPackages.TermEncoding: 0.02 -> 0.03 2019-04-22 16:01:28 +00:00
volth 85479b8e22 [cpan2nix] perlPackages.PerlTidy: 20180220 -> 20181120 2019-04-22 16:01:28 +00:00
volth fe5f875296 [cpan2nix] perlPackages.Paranoid: 2.06 -> 2.07 2019-04-22 16:01:28 +00:00
volth c9debb4ba0 [cpan2nix] perlPackages.NetPing: 2.71 -> 2.72 2019-04-22 16:01:28 +00:00
volth a4974281cd [cpan2nix] perlPackages.NetCIDR: 0.19 -> 0.20 2019-04-22 16:01:28 +00:00
volth f221ddfe13 [cpan2nix] perlPackages.Mojolicious: 8.12 -> 8.14 2019-04-22 16:01:28 +00:00
volth 01414e8b6c [cpan2nix] perlPackages.ModuleCoreList: removed built-in 2019-04-22 16:01:27 +00:00
volth dc14eacde8 [cpan2nix] perlPackages.ModuleBuild: 0.4224 -> 0.4229 2019-04-22 16:01:27 +00:00
volth 78f07270ef [cpan2nix] perlPackages.Imager: 1.010 -> 1.011 2019-04-22 16:01:27 +00:00
volth dc91f82c58 [cpan2nix] perlPackages.FileSlurp: 9999.26 -> 9999.27 2019-04-22 16:01:27 +00:00
volth 7a1695fe7e [cpan2nix] perlPackages.ExtUtilsManifest: 1.71 -> 1.72 2019-04-22 16:01:27 +00:00
volth 2de0611058 [cpan2nix] perlPackages.ExtUtilsDepends: 0.405 -> 0.8000 2019-04-22 16:01:27 +00:00
volth 79d8c6e68e [cpan2nix] perlPackages.Encode: 3.00 -> 3.01 2019-04-22 16:01:27 +00:00
volth 9de9fc339a [cpan2nix] perlPackages.DevelPPPort: 3.44 -> 3.45 2019-04-22 16:01:26 +00:00
volth a983d18c7a [cpan2nix] perlPackages.CpanelJSONXS: 4.09 -> 4.11 2019-04-22 16:01:26 +00:00
volth a27990351f [cpan2nix] perlPackages.ConfigGrammar: 1.12 -> 1.13 2019-04-22 16:01:26 +00:00
volth 6446fabb83 [cpan2nix] perlPackages.CompressRawBzip2: 2.084 -> 2.086 2019-04-22 16:01:26 +00:00
volth 6be593ab30 [cpan2nix] perlPackages.ClassInspector: 1.32 -> 1.34 2019-04-22 16:01:26 +00:00
volth cc11c9b730 [cpan2nix] perlPackages.CacheFastMmap: 1.47 -> 1.48 2019-04-22 16:01:26 +00:00
volth 7b6c9949ea [cpan2nix] perlPackages.CPANPerlReleases: 3.90 -> 3.94 2019-04-22 16:01:26 +00:00
volth ce38760587 [cpan2nix] perlPackages.CGIMinimal: cleanup 2019-04-22 16:01:25 +00:00
volth 0fad0b4e5b perl.meta.priority += 1
give priority to perl libraries when they meet the perl derivation in `buildEnv`.

The notable case is `buildEnv` inside `perl.withPackages`.

The `perl' derivation includes obsolete versions of some CPAN packages
which leads to collissions when there are newer versions
of the same libraries are on the right hand side
of `perl.withPackages` (perhaps indirectly).

Fixes #60025
2019-04-22 15:50:46 +00:00
Daiderd Jordan 33e7d721b6
gnutls: remove 3.5.10
Nix packages are expected to honor NIX_SSL_CERT_FILE and this removes the
dependency on the framework while bootstrapping the stdenv.
(+ nitpick changes from vcunat)

The patch is based on c0eb46d346
2019-04-22 16:43:28 +02:00
Roosembert Palacios ecb90aedec
Add package for libguesfs containing libguestfs appliances
Appliances are necessary when building images using virt-builder.
(e.g. `virt-builder -o debian-9.img debian-9`)

Signed-off-by: Roosembert Palacios <roosembert.palacios@epfl.ch>
2019-04-22 16:27:40 +02:00
Aaron Andersen c3f69d1373
Merge pull request #59381 from aanderse/automysqlbackup
automysqlinit: init at 3.0_rc6
2019-04-22 08:30:23 -04:00
Michael Weiss 22714ad6d0
python37Packages.cryptography: Improve the test vectors integration
This should make the management easier. The package cryptography_vectors
contains the test vectors for cryptography and should therefore always
have the same version. By linking the version of cryptography_vectors to
cryptography, this simply cannot be forgotten.
2019-04-22 12:29:34 +02:00
Daniel Schaefer bac4d95aa2 treewide: Change URLs to HTTPS
Lots of URLs were HTTP redirect to HTTPS. Changed those and checked them
if there's actual content. Inspired by
https://github.com/NixOS/nixpkgs/issues/60004
2019-04-22 10:19:54 +02:00
Joachim F 0109c84f71
Merge pull request #52988 from JohnAZoidberg/chipsec
chipsec: init at 1.3.7
2019-04-22 08:09:27 +00:00
Gabriel Ebner 9458ddb8ec fcitx-engines.mozc: pin to protobuf 3.6
See https://github.com/NixOS/nixpkgs/pull/59662
2019-04-22 10:02:10 +02:00
Ivan Kozik cf2d0ed49a Remove prometheus-statsd-bridge alias
The executable name and arguments are different in prometheus-statsd-exporter.
2019-04-22 00:39:57 +00:00
Daniel Schaefer 1636f11f12 chipsec: Kernel driver only works on x86_64-linux
See: https://github.com/chipsec/chipsec/issues/461

Noticed that when ofBorg failed to build the kernel driver on ARM.
2019-04-22 01:32:13 +02:00
Ivan Kozik 46ce4fac18 prometheus-statsd-exporter: 0.4.0 -> 0.9.0 2019-04-21 20:15:12 +00:00
Fritz Otlinghaus 66a1daba7a sky: init at 2.1.7369 (#50911) 2019-04-21 15:46:54 +02:00
Joachim F 50833cdc62
Merge pull request #53863 from thefloweringash/osxfuse
osxfuse: init at 3.8.3
2019-04-21 07:42:08 +00:00
Joachim F 96d07397c5
Merge pull request #53038 from CrazedProgrammer/riko4
riko4: init at 0.1.0
2019-04-21 07:38:32 +00:00
Matthew Bauer ae1e940cc0 darwin: move to llvm7 2019-04-20 23:17:04 -04:00
Matthew Bauer d69cc779b5 Revert "Revert "darwin 10.12 commits""
This reverts commit 8505e710e7.
2019-04-20 23:17:04 -04:00
Will Dietz 4c3c8f4a7d all-packages: keep llvm7 overrides for now, not default on Darwin yet 2019-04-20 23:17:04 -04:00
Will Dietz 564bf8da2b all-packages.nix: remove llvm7 overrides, this is now the default 2019-04-20 23:16:37 -04:00
Will Dietz dd649a09c3 llvmPackages: keep darwin at llvm5
My previous attempts to bump the Darwin stdenv version didn't
seem to work, but AFAIK doing so should be straightforward
for anyone with a Darwin builder and the interest in tackling this.

While not the preferred solution, adding a conditional lets us move on,
as we missed 6 entirely due to no one getting around to resolving the
Darwin bootstrap accordingly.
2019-04-20 23:15:39 -04:00
Will Dietz d4ff2313e6 llvmPackages: 5 -> 7 (bump our default LLVM) 2019-04-20 23:15:38 -04:00
Matthew Bauer 799fa4d404 Merge remote-tracking branch 'origin/master' into staging 2019-04-20 19:31:35 -04:00
Matthew Bauer ae50241871 release-cross: remove alpha-elf target
This doesn’t appear to ever have worked. binutils doesn’t seem to
support the alpha-elf target at all. It doesn’t make sense to keep
this around.

https://hydra.nixos.org/build/92403855/nixlog/1/tail
2019-04-20 17:22:52 -04:00
Matthew Bauer c351eb2842
Merge pull request #59897 from matthewbauer/mb-cross-fixes2
Miscellaneous cross compilation fixes
2019-04-20 16:52:26 -04:00
Daniel Schaefer 75e08f26f1 chipsec: init at 1.3.6 2019-04-20 22:39:48 +02:00
mt_caret 5ffe382afc dejsonlz4: init at 1.1 (#51373)
* dejsonlz4: init at 1.1

* fix description

Co-Authored-By: mt-caret <mtakeda.enigsol@gmail.com>
2019-04-20 20:50:47 +02:00
Izorkin 18eb22d85a phpPackages: add prefix 'php-' to packages 2019-04-20 17:53:56 +03:00
Izorkin 6af5f4c780 phpPackages.redis: 4.2.0 -> 4.3.0 2019-04-20 17:34:14 +03:00
Izorkin 226375a216 phpPackages.psysh: 0.9.8 -> 0.9.9 2019-04-20 17:32:14 +03:00
Izorkin f958a3f514 phpPackages.phpcs: 3.4.1 -> 3.4.2 2019-04-20 17:32:14 +03:00
Izorkin e8b5642db2 phpPackages.phpcbf: 3.4.1 -> 3.4.2 2019-04-20 17:32:14 +03:00
Izorkin 3088475c2e phpPackages.php-cs-fixer: 2.14.0 -> 2.14.2 2019-04-20 17:32:14 +03:00
Izorkin 7fb1b02165 phpPackages.oci8: 2.1.8 -> 2.2.0 2019-04-20 17:32:14 +03:00
Izorkin be20b0ce31 phpPackages.igbinary: 2.0.8 -> 3.0.1 2019-04-20 17:32:14 +03:00
Izorkin be4a5793f5 phpPackages.composer: 1.8.4 -> 1.8.5 2019-04-20 17:32:14 +03:00
Izorkin 8a80e90e7f phpPackages.ast: 1.0.0 -> 1.0.1 2019-04-20 17:32:13 +03:00
Izorkin c3d069ec26 phpPackages.v8js: mark broken 2019-04-20 17:32:13 +03:00
Izorkin 4ae3ce9b42 phpPackages.v8: mark broken 2019-04-20 17:32:13 +03:00
Izorkin fb0f967d75 phpPackages.php_excel: mark broken 2019-04-20 17:32:13 +03:00
Izorkin f40f2323fa phpPackages: build packages with pname 2019-04-20 17:32:11 +03:00
Izorkin 94e1807eeb phpPackages: sort packages alphabetically 2019-04-20 16:36:12 +03:00
Fernando J Pando 8fb48ffb55 cli11: init at 1.7.1
- Tested on NixOS
2019-04-20 09:24:51 -04:00
Fernando J Pando 81e02cf02d ethash: init at 0.4.2
- Tested on NixOS
2019-04-20 09:23:55 -04:00
Fernando J Pando 3bfff36bdc ethminer: init at 0.18.0-rc.0
- Tested on NixOS
2019-04-20 09:23:03 -04:00
Joachim F f246230350
Merge pull request #59789 from anton-dessiatov/tilt
tilt: init at 0.7.13
2019-04-20 11:28:12 +00:00
Jan Tojnar d3259ed673
Merge branch 'master' into staging 2019-04-20 12:49:01 +02:00
markuskowa 276d82476b
Merge pull request #59862 from JohnAZoidberg/moviepy-1.0.0-deps
Fix pythonPackages.moviepy
2019-04-20 10:57:09 +02:00
Mateusz Kowalczyk 575d6a4826
Merge pull request #58417 from andersk/ortools-7.0
or-tools: 6.10 -> 7.0, add Python bindings
2019-04-20 17:39:23 +09:00
Joachim F 9241145dfe
Merge pull request #59896 from rnhmjoj/rxvt
rxvt_unicode: allow to specify dependencies for plugins
2019-04-20 08:30:18 +00:00
Aaron Andersen ca40b73fa2
Merge pull request #59861 from aanderse/libapreq2
perlPackages.libapreq2: install the perl & apache modules
2019-04-19 20:39:56 -04:00
Aaron Andersen 77dbfa3a55
Merge pull request #53803 from jfrankenau/init-groove
groove: init at 5.7.4
2019-04-19 20:27:18 -04:00
Michael Weiss e34c5309b6
wallutils: init at 5.7.2 (#59878) 2019-04-19 21:43:04 +02:00
Aaron Andersen 11cf1a282d
Merge pull request #58377 from bzizou/exonerate
exonerate: init at 2.4.0
2019-04-19 13:25:49 -04:00
Matthew Bauer 97a3c7f5a3 top-level/impure.nix: expose crossOverlays 2019-04-19 12:03:56 -04:00
rnhmjoj 517b9de2c7
perlPackages.LinuxFD: init at 0.011 2019-04-19 17:57:18 +02:00
Elis Hirwing 6e13c77169
Merge pull request #59853 from Izorkin/php-xdebug
phpPackages.xdebug: 2.6.1 -> 2.7.1
2019-04-19 17:51:49 +02:00
Elis Hirwing 6e051adb4e
Merge pull request #59852 from Izorkin/memcached
Memcached: update packages
2019-04-19 17:41:40 +02:00
Mario Rodas f84a7b3828
Merge pull request #59834 from luispedro/add_prodigal
Prodigal: init at 2.6.3
2019-04-19 09:50:03 -05:00
Bruno Bzeznik 6a8c9bff8f exonerate: init at 2.4.0 2019-04-19 14:58:57 +02:00
Bruno Bzeznik 90b4796c60 sumatools: init at 1.0.34 2019-04-19 14:43:40 +02:00
Johannes Frankenau e7f021ca93 groove: init at 5.7.4 2019-04-19 13:34:30 +02:00
worldofpeace a0ea9cc204
Merge pull request #59547 from rencire/add-base-16-shell-preview
base16-shell-preview: init at 0.3.0
2019-04-19 06:43:03 -04:00
Aaron Andersen e700ef2068
Merge pull request #58960 from Thesola10/patch-1
crumbs: init at version 0.0.3
2019-04-19 06:25:50 -04:00
Izorkin f32ddcff25 datadog-agent: 6.10.1 -> 6.11.0 2019-04-19 10:09:54 +03:00
Luis Pedro Coelho 3fc55eec05 Prodigal: init at 2.6.3 2019-04-19 08:38:14 +02:00
Aaron Andersen 2f25d58fc8 perlPackages.libapreq2: install the perl & apache modules 2019-04-18 21:58:10 -04:00
Daniel Schaefer 0956c09616 pythonPackages.proglog: init at 0.1.9 2019-04-19 03:28:35 +02:00
Timo Kaufmann 0fdd79d0dd
Merge pull request #54690 from timokau/sage-8.7
sage: 8.6 -> 8.7
2019-04-18 22:50:45 +02:00
Izorkin adaaeb95b5 phpPackages.xdebug: 2.6.1 -> 2.7.1 2019-04-18 22:07:52 +03:00
Izorkin ce400a0dc2 php-memcached: 15.11.2018 -> 3.1.3 2019-04-18 21:44:13 +03:00
Matthew Bauer f0cba0b3f3
Merge pull request #56406 from TomSmeets/emscripten-1_38_28
emscripten: 1.37.36 -> 1.38.28
2019-04-18 10:52:49 -04:00
Mario Rodas 986fd4c168
Merge pull request #59767 from xrelkd/add/cargo-bloat
cargo-bloat: init at 0.6.2
2019-04-18 09:06:44 -05:00
Joachim F cc2b6f32a9
Merge pull request #59140 from risicle/ris-graphene-hardened-malloc
graphene-hardened-malloc: init at 190405.003.2019.04.01.19
2019-04-18 13:39:03 +00:00
Peter Hoeg 734eba699c libqmatrixclient: init at 0.5.1.2 2019-04-18 15:37:31 +08:00
Frederik Rietdijk 2346182c2c Merge staging-next into staging 2019-04-18 08:26:30 +02:00
Frederik Rietdijk 9d87ccabce Merge master into staging-next 2019-04-18 08:25:25 +02:00
worldofpeace eb095fa677
Merge pull request #59298 from worldofpeace/gnome-pomodoro
gnome3.pomodoro: 0.13.4 -> 0.15.1
2019-04-17 20:17:42 -04:00
Timo Kaufmann 1f643b9c49 python.pkgs.pplpy: init at 0.8.4
This is a new dependency for the upcoming sage version.
2019-04-17 22:44:10 +02:00
Jan Tojnar 5c1d710a6b
gtranslator: init at 3.32.0 2019-04-17 22:38:32 +02:00
Eelco Dolstra 8ac7316db6 chatzilla: Remove
Chatzilla no longer works since Firefox 57 due to the removal of XUL.
2019-04-17 21:47:42 +02:00
Will Dietz fd8bf47c5e
Merge pull request #59097 from dtzWill/feature/joplin-cli
joplin: init at 1.0.124 (CLI note-taking app, cc joplin-desktop)
2019-04-17 14:05:52 -05:00
Anton Desyatov 1e3f2ecad1 tilt: init at 0.7.13 2019-04-18 01:47:37 +07:00
Will Dietz 60e7e8ae3d
Merge pull request #58140 from dtzWill/update/go-langserver-2.0.0
go-langserver: 2018-03-05 -> 2.0.0, unpin old go version
2019-04-17 13:10:19 -05:00
worldofpeace 7abeda982a gnome3.gsettings-desktop-schemas -> gsettings-desktop-schemas
gnome3.pomodoro is left out because I don't want to create a conflict.
2019-04-17 13:39:23 -04:00
Dennis Gosnell 96fa44736a stretchly: init at 0.19.1 (#59383)
This commit adds the program `stretchly`:

https://github.com/hovancik/stretchly

`stretchly` is an Electron app, so this commit just packages the binary
version for Linux.
2019-04-17 19:36:11 +02:00
Graham Christensen 0b3721588e
Merge pull request #59776 from AmineChikhaoui/nixops-release-1.7
nixops: 1.6.1 -> 1.7
2019-04-17 11:30:48 -04:00
markuskowa 3884afada4
Merge pull request #59501 from dtzWill/feature/numatop
numatop: init at 2.1
2019-04-17 17:24:34 +02:00
AmineChikhaoui 0db54f93fb
nixops: 1.6.1 -> 1.7
Add release 1.7, also keep version 1.6.1 available for Azure
backend users. Azure backend was disabled in v1.7 due to the
python API changes.
2019-04-17 10:18:03 -04:00
Patrick Hilhorst 3fba87fb5b
pandoc-imagine: init at unstable-2018-11-19 2019-04-17 14:58:25 +02:00
xrelkd 8d931722bc cargo-bloat: init at 0.6.2 2019-04-17 18:20:26 +08:00
Alyssa Ross 69ec9bdf0d
Merge pull request #59252 from lilyball/cocoapods-beta
cocoapods-beta: init at 1.7.0.beta.3
2019-04-17 08:50:15 +00:00
Lily Ballard 1ceef41c29 watchexec: remove Darwin hack in favor of cf-private (#59428) 2019-04-17 02:18:13 -04:00
Eric Ren e431d495bb base16-shell-preview: init at 0.3.0 2019-04-16 23:17:03 -07:00
Lily Ballard ae22f7d35c cocoapods-beta: init at 1.7.0.beta.3
cocoapods-beta is an alternative attribute for the cocoapods package
that provides the latest beta instead of the stable version.

Also switch to `bundlerApp` so we stop polluting the profile with our
gem dependencies and can get rid of the broken `sandbox-pod` executable.
2019-04-16 20:50:56 -07:00
Will Dietz b101619465 dedup: init at 1.0 2019-04-16 19:53:04 -05:00
Robert Scott 16987b936f graphene-hardened-malloc: init at 190405.003.2019.04.01.19 2019-04-16 23:38:24 +01:00
Graham Christensen 3beec4a68b
Merge pull request #59662 from delroth/mozc-pb
ibus-packages.mozc: pin to protobuf 3.6 (fixes build breakage at HEAD)
2019-04-16 16:48:08 -04:00
Frederik Rietdijk bae32a9f5c Merge staging-next into staging 2019-04-16 18:54:15 +02:00
Michael Raskin 3d3a415f24 petrinizer: init at 0.9.1.1 2019-04-16 15:11:03 +02:00
Vincent Laporte c46811b7a9
Merge pull request #59217 from CohenCyril/coq-modules-fix
coqPackages: refactor
2019-04-16 11:37:12 +02:00
Michael Weiss 0360256717
android-studio-preview: Remove the attribute (#59691)
This attribute and androidStudioPackages.preview are deprecated since
9aa46aedfe.
2019-04-16 10:51:44 +02:00
Vincent Laporte 5e93a2f2d9
ocamlPackages.uri_1_9: add an attribute for version 1.9 2019-04-16 08:41:56 +00:00
Aaron Andersen 5f4df8e509 automysqlinit: init at 3.0_rc6 2019-04-15 21:51:55 -04:00
Pierre Bourdon a19fbaf39b
ibus-packages.mozc: pin to protobuf 3.6
https://github.com/google/mozc/issues/460
2019-04-16 03:47:34 +02:00
Matthew Bauer f475aeaf29
Merge pull request #59535 from matthewbauer/homepage-fixes
treewide: update homepages to https where available
2019-04-15 20:47:30 -04:00
Francesco Gazzetta 7ba046d906 drawpile: add build options (#57573)
Also add server-headless variant
2019-04-15 18:20:13 -04:00
Matthew Bauer 290a5d916e treewide: update homepages to https where available
Based on "problems" from repology:

https://repology.org/repository/nix_unstable/problems

Mostly simple changes to reflect redirects.
2019-04-15 10:10:05 -04:00
Will Dietz 0d600ae89e numatop: init at 2.1 2019-04-15 08:04:27 -05:00
Amir Shavit 9ce38796b1 boost170: init at 1.70.0 2019-04-15 13:24:55 +01:00
TheSola10 be04b0d977
crumbs: init at version 0.0.3 2019-04-15 13:13:08 +02:00
montag451 b18719fabb pythonPackages.humanfriendly: init at 4.18 (#59466) 2019-04-15 08:38:30 +02:00
Bas van Dijk e5724e8e66
Merge pull request #59514 from basvandijk/elk-7.0.0
elk7: init at 7.0.0
2019-04-15 07:05:13 +02:00
xrelkd 9d8c0c264d cargo-sweep: init at 0.4.1 2019-04-15 11:16:11 +08:00
adisbladis 267b16fbd4
ldacbt: init at 2.0.2.3 2019-04-15 03:45:57 +01:00
worldofpeace afdec9004e
Merge pull request #59541 from costrouc/python-pyschedule-init
pythonPackages.pyschedule: init at 0.2.34
2019-04-14 22:35:23 -04:00
Chris Ostrouchov b7475accf6
pythonPackages.pyschedule: init at 0.2.34
closes PR #37371. That PR was inactive
2019-04-14 21:33:52 -04:00
Chris Ostrouchov 4480aec8d5
pythonPackages.pyomo: init at 5.6.1 2019-04-14 21:21:33 -04:00
Chris Ostrouchov bdda0c091d
pythonPackages.pyutilib: init at 5.6.5 2019-04-14 21:16:18 -04:00
worldofpeace 5d8f4a1e02
Merge pull request #58400 from minijackson/kodi-wayland
kodi: add Wayland support
2019-04-14 20:35:47 -04:00
Minijackson e1f802dfef kodi: add Wayland support 2019-04-14 20:32:26 -04:00
Minijackson b5045c610f waylandpp: init at 0.2.5 2019-04-14 20:32:26 -04:00
Luis Pedro Coelho 13a1f2c296 eggnog-mapper: init at 1.0.3 (#58905) 2019-04-14 17:22:47 -07:00
xeji 61327db231
Merge pull request #59353 from costrouc/python-lektor-upgrade
pythonPackages.lektor: 2.3 -> 3.1.3
2019-04-14 22:20:33 +02:00
xeji c9e9c48057
Merge pull request #59144 from aneeshusa/update-samba-to-4.10.1
samba: 4.7.10 -> 4.10.2
2019-04-14 22:18:07 +02:00
Bas van Dijk 13352f28d2 elk7: init at 7.0.0
This adds the following new packages:

+ elasticsearch7
+ elasticsearch7-oss
+ logstash7
+ logstash7-oss
+ kibana7
+ kibana7-oss
+ filebeat7
+ heartbeat7
+ metricbeat7
+ packetbeat7
+ journalbeat7

The default major version of the ELK stack stays at 6. We should
probably set it to 7 in a next commit.
2019-04-14 21:39:46 +02:00
LinArcX 75b781f5a6 bicon: init at unstable-2018-08-10 (#58128)
bicon: init at unstable-2018-08-10
2019-04-14 15:13:20 -04:00
Samuel Dionne-Riel 0df8ae8bb7
Merge pull request #59497 from samueldr/auto/dbeaver/nixpkgs-unstable/6.0.2
dbeaver: 5.3.0 -> 6.0.2
2019-04-14 14:12:47 -04:00
Samuel Dionne-Riel 6a6d6cdc0d dbeaver: 5.3.0 -> 6.0.2
With the required changes for the eclipse update.
2019-04-14 13:51:50 -04:00
montag451 c82ebc197e pythonPackages.annexremote: init at 1.3.1 (#59463) 2019-04-14 15:17:41 +02:00
Robert Schütz 90d166dc7d
Merge pull request #57181 from FlorianFranzen/protobuf
protobuf: 3.6 -> 3.7
2019-04-14 14:44:55 +02:00
Bob van der Linden 1d883a0fde
patchutils: rename 0.3.4 to default 2019-04-14 13:57:40 +02:00
Florian Franzen 985b9e47b8 protobuf: 3.6 -> 3.7 2019-04-14 13:20:14 +02:00
Linus Heckemann 0fc80a576a
Merge pull request #59423 from lheckemann/initramfs-improvements
Initramfs improvements
2019-04-14 12:10:26 +02:00
Sarah Brofeldt f839011719
Merge pull request #58512 from aanderse/solr
solr: init at 8.0.0
2019-04-14 11:16:28 +02:00
Matthieu Coudron e195a37fd9 luaPackages: rename std._debug to std__debug
Similarly rename std.normalize to std_normalize.
Having a dot in the name prevents some changes to the lua infrastructure,
for instance passing attribute names { std._debug }: to a function would fail with
`syntax error, unexpected ',', expecting '.' or '=',`
2019-04-14 16:38:23 +09:00
Trolli Schmittlauch 7218dec132 [soundkonverter] init at 3.0.1 2019-04-14 04:51:44 +02:00
Mario Rodas 45e8b236fc mkcert: init at 1.3.0 (#59410) 2019-04-13 19:09:09 -07:00
Linus Heckemann 3b16f345b5 make-initrd: allow specifying name
Also moves the argument defaults out of all-packages.nix and into
make-initrd itself.
2019-04-13 23:20:58 +02:00
Bob van der Linden 7de2e3ceb4
patchutils: use 0.3.4 by default 2019-04-13 23:20:33 +02:00
Bob van der Linden 81e9ddfd72
patchutils: add version 0.3.4 2019-04-13 23:12:32 +02:00
Timo Kaufmann 05a53ecd82
Merge pull request #59363 from timokau/graph_nets-init
python.pkgs.{tensorflow-probability,dm-sonnet,graph_nets}: init
2019-04-13 23:12:26 +02:00
Bob van der Linden c8afc263df
patchutils: generalize package 2019-04-13 23:11:07 +02:00
worldofpeace 6cc43add3f
Merge pull request #59375 from worldofpeace/font-droid-throw
aliases: add throw for font-droid
2019-04-13 14:18:15 -04:00
Timo Kaufmann d88406a43f python.pkgs.graph_nets: init at 1.0.3 2019-04-13 20:12:18 +02:00
Timo Kaufmann 11801a4d47 python.pkgs.dm-sonnet: init at 1.30
Needed as a dependency of graph_nets.
2019-04-13 20:12:18 +02:00
Timo Kaufmann 1d00bb1375 python.pkgs.tensorflow-probability: init at 0.6.0
Needed as a dependency for dm-sonnet.
2019-04-13 20:12:15 +02:00
Aneesh Agrawal 85d16a33ec samba: 4.7.10 -> 4.10.2
Release notes: https://www.samba.org/samba/history/samba-4.10.2.html
Notably, Samba 4.10.0 is the first with Python 3 support,
and the 4.10 line will be the last supporting Python 2,
so switch to Python 3.

Add myself as a maintainer.
2019-04-13 10:31:07 -07:00
Dmitry Kalinkin 59c81160e7
Merge pull request #58504 from symphorien/static-proot
Static proot, wafHook cross compilation
2019-04-13 12:04:32 -04:00
Jan Tojnar 14a008dba6
Merge pull request #59187 from jtojnar/deadbeef-1.8.0
Deadbeef 0.7.2 → 1.8.0
2019-04-13 17:50:06 +02:00
zimbatm 54c3ac18d5
goreman: init at 0.2.1 (#59388) 2019-04-13 16:30:05 +02:00
Frederik Rietdijk 90727bcab2
Merge pull request #59215 from volth/perl-with-packages
perl: add .withPackages
2019-04-13 16:28:21 +02:00
Jan Tojnar 8fa29da48a
deadbeefPlugins.opus: drop
opus support is now built into deadbeef
2019-04-13 15:51:18 +02:00
LinArcX c023dd9533 persepolis: init at 3.1.0 (#58051)
persepolis: init at 3.1.0
2019-04-13 13:22:12 +02:00
Peter Simons 66c25cff94 ghc: add release candidate for 8.6.5 and a corresponding package set 2019-04-13 12:16:34 +02:00
Elis Hirwing 5f1b5fd053
Merge pull request #59320 from aanderse/php-sqlsrv
phpPackages.sqlsrv & phpPackages.pdo_sqlsrv: 5.6.0 -> 5.6.1
2019-04-13 11:30:03 +02:00
Pascal Wittmann 66dc6db61b
Merge pull request #59306 from xrelkd/just
just: init at 0.4.0
2019-04-13 11:00:24 +02:00
Joe Hermaszewski 0e2d27f5af fped: init at 2017-05-11 2019-04-13 13:36:46 +08:00
xrelkd 9e236d63db just: init at 0.4.0 2019-04-13 12:05:14 +08:00
xrelkd 6ad4a95654 boringtun: init at 20190407 2019-04-13 10:38:04 +08:00
Maximilian Bosch ac91d6185d
Merge pull request #59281 from markuskowa/add-hpl
hpl: init at 2.3
2019-04-12 23:25:44 +02:00
worldofpeace 33e2b1acfb aliases: add throw for font-droid 2019-04-12 16:42:45 -04:00