Commit graph

41928 commits

Author SHA1 Message Date
Joachim Fasting 6eea9ac868
linux: add feature flag to indicate support for 32bit emulation
Motivated by the need to warn users trying to build configurations that depend
on being able to run 32bit apps on 64bit kernels.
2019-01-06 19:52:03 +01:00
Timo Kaufmann a2ffb3fcd8
python.pkgs.r2pipe: init at 1.2.0 (#53504) 2019-01-06 19:10:47 +01:00
Artur Kireev 5b201a8e98 ksh: init at 93v 2019-01-06 15:37:53 +00:00
Peter Simons 747531a46e gsound: fix evaluation error 2019-01-06 14:35:14 +01:00
Peter Simons 13c58d89dd gcr: fix evaluation error 2019-01-06 14:35:14 +01:00
pukkamustard 9211bcc7ea ocamlPackages: Use lib.makeScope 2019-01-06 11:20:08 +00:00
Frederik Rietdijk a4250d1478 Merge staging-next into staging 2019-01-06 09:48:31 +01:00
Frederik Rietdijk e5381cdece Merge master into staging-next 2019-01-06 09:36:23 +01:00
Orivej Desh 7d864c6bd6 clickhouse: build with llvmPackages_latest
This will simplify updates since the upstream tracks the latest llvm.
2019-01-06 02:46:58 +00:00
Dmitry Kalinkin 0308087b74
Merge pull request #53468 from asymmetric/anki-2.1.8
anki: 2.1.7 -> 2.1.8
2019-01-05 19:15:12 -05:00
Dmitry Kalinkin d2cfddd3b5
anki: fix build on darwin
Runtime doesn't work:

ModuleNotFoundError: No module named 'PyQt5.QtWebEngineWidgets'

This is probably because qtwebengine is broken on darwin, but doesn't
fail the build (#40149)
2019-01-05 19:13:10 -05:00
Francesco Gazzetta e7551acb7b pythonPackages.staticjinja: init at 0.3.4 2019-01-05 17:09:20 -05:00
Francesco Gazzetta 779e916c3b pythonPackages.easywatch: init at 0.0.5 2019-01-05 17:09:20 -05:00
Michael Weiss 46dd27e025
pythonPackages.gcutil: Deprecate the package
The package doesn't exist anymore (even the deprecation notice is gone
[0]) and the build is currently broken:
Collecting google-apputils==0.4.1 (from gcutil==1.16.1)
  Could not find a version that satisfies the requirement
google-apputils==0.4.1 (from gcutil==1.16.1) (from versions: )
No matching distribution found for google-apputils==0.4.1 (from
gcutil==1.16.1)

[0]: https://download.huihoo.com/google/gdgdevkit/DVD1/developers.google.com/compute/docs/gcutil.1.html
> "Warning: gcutil is deprecated. We encourage you to transition to
> using gcloud compute ."
2019-01-05 22:56:13 +01:00
Will Dietz fcfdeedab9
Merge pull request #51339 from dtzWill/feature/minizincide
minizincide: init at 2.2.3
2019-01-05 13:48:52 -06:00
Vladimír Čunát d84a33d85b
Merge branch 'master' into staging-next
A few more rebuilds (~1k on x86_64-linux).
2019-01-05 15:02:04 +01:00
Jörg Thalheim 8832292ace
Merge pull request #52932 from ejpcmac/init-elixir_1_8
elixir_1_8: init at 1.8.0-rc.1
2019-01-05 12:59:33 +01:00
Jean-Philippe Cugnet 5cefef0d12
elixir_1_3: Remove since it is not supported anymore 2019-01-05 12:34:49 +01:00
Orivej Desh 8dddd6d4a1 clang-tools: override llvm version in all-packages 2019-01-05 11:19:37 +00:00
Frederik Rietdijk 60a3973a55 Merge staging-next into staging 2019-01-05 10:15:00 +01:00
Anton-Latukha 9f6e6f9b31 nv-codec-headers: bring package to top-level 2019-01-05 03:31:43 +02:00
Maximilian Bosch da4c73045b
Merge pull request #53402 from geistesk/py-cbor-init
cbor: init at 1.0.0
2019-01-04 21:31:20 +01:00
Frederik Rietdijk 9618abe87c Merge master into staging-next 2019-01-04 21:13:19 +01:00
Lengyel Balazs f4a53ff3bc treewide/xorg: replace *proto with xorgproto 2019-01-04 14:38:57 +01:00
geistesk 89c433fbf1 cbor: init at 1.0.0 2019-01-04 14:11:26 +01:00
Jörg Thalheim e3bc81f531
Merge pull request #53351 from Mic92/clang-tools
clang-tools: 5 -> 7
2019-01-04 13:49:06 +01:00
Hans-Jörg Schurr 3569ff78f6 trx: init at 2018-01-23 (#53324) 2019-01-04 13:46:57 +01:00
Jörg Thalheim a38b076b19
Merge pull request #53387 from Izorkin/luadbi
luaPackages.luadbi: 0.6 -> 0.7.1
2019-01-04 11:36:21 +01:00
Frederik Rietdijk f665828fa3 Python: improve cross-compilation
This changeset allows for cross-compilation of Python packages. Packages
built with buildPythonPackage are not allowed to refer to the build
machine. Executables that have shebangs will refer to the host.
2019-01-04 10:45:22 +01:00
Frederik Rietdijk 613498af97 pypy: merge 2.7 and 3.5 into a single expression
This commit merges the two expressions in a single one, using
the passthru function that is shared with CPython.
2019-01-04 10:45:22 +01:00
Frederik Rietdijk efbe87f3ef CPython: merge expressions of interpreters
Each time a new major/minor version of CPython was released, a new
expression would be written, typically copied from the previous release.
Often fixes are only made in the current/latest release. By merging the
expressions it's more likely that modifications end up in all versions,
as is likely intended.

This commit introduces one expression for Python 3, and another for 2.7.
These two may also be merged, but it will result in a lot of extra
conditionals making the expression harder to follow.

A common passthru is introduced for CPython and PyPy.

python 2.7: use common passthru
2019-01-04 10:45:22 +01:00
Peter Hoeg 3d2222a056 perlPackages.NumberBytesHuman: init at 0.11 2019-01-04 15:34:09 +08:00
Jörg Thalheim fdb148f405
Merge pull request #53059 from schmittlauch/kcharselect
kcharselect: initial packaging
2019-01-04 08:17:06 +01:00
Izorkin 2a2294298f luaPackages.luadbi: 0.6 -> 0.7.1 2019-01-04 10:14:12 +03:00
Peter Hoeg d3d0259106 perlPackages.SysMmap: init at 0.19 2019-01-04 09:14:35 +08:00
Matthew Bauer 8505e710e7 Revert "darwin 10.12 commits"
Reverts commits bumping to macOS stuff to 10.12:

commit ec1f78d1cb.
commit d0dc91d24f.
commit a1d297374d.
commit 425112151d.
commit e6f7f2928f.
2019-01-03 15:20:26 -06:00
Jörg Thalheim 973bc2f2ae
clang-tools: 5 -> 7
Since this not typically used as build dependencies, just use the latest
and greatest.
2019-01-03 21:57:15 +01:00
Frederik Rietdijk 2da31b80bb Merge master into staging-next 2019-01-03 20:07:35 +01:00
Daiderd Jordan d0f4baf45c
Merge pull request #52705 from jacereda/darwin-sfml-fix
Fix sfml build on Darwin
2019-01-03 19:47:20 +01:00
Bjørn Forsman daf3d7d49f websocketd: init at 0.3.0 2019-01-03 19:39:36 +01:00
Jorge Acereda 0bb53c3e8a sfml: comment the cf-private workaround 2019-01-03 16:13:12 +01:00
Jean-Philippe Cugnet 4345715025
elixir_1_8: init at 1.8.0-rc.1 2019-01-03 06:23:34 +01:00
wedens 85827a26ed tdrop: init at 2018-11-13 2019-01-03 10:48:48 +07:00
wedens 88a82a4dc9 xkb-switch: 1.3.1 -> 1.5.0, rename from xkb_switch 2019-01-02 21:59:41 -05:00
José Romildo Malaquias 1ac1f2b59a mojave-gtk-theme: init at 2019-01-02 (#53197) 2019-01-02 23:23:49 +01:00
Franz Pletz 49481e5a65
pythonPackages.casttube: init at 0.2.0 2019-01-02 22:24:17 +01:00
Frederik Rietdijk 092e3b50a8 Merge master into staging-next 2019-01-02 21:08:27 +01:00
Bjørn Forsman 53a0bff01f pythonPackages.blockdiagcontrib-cisco: init at 0.1.8
blockdiagcontrib-cisco is a noderenderer plugin for blockdiag containing
Cisco networking symbols.
2019-01-02 20:34:22 +01:00
Joachim F 7db540633f
Merge pull request #52605 from Scriptkiddi/amazon-ecs-cli
amazon-ecs-cli: init at 1.12.1
2019-01-02 18:18:12 +00:00
Franz Pletz ba092788d7
Merge pull request #53191 from elseym/python-pytado
pythonPackages.pytado: init at 0.2.7
2019-01-02 18:09:27 +00:00
Vladimír Čunát 70bff06140
Merge branch 'master' into staging 2019-01-02 17:19:23 +01:00
Bjørn Forsman af34745862 fsv: fix typo: callPackages -> callPackage
Fixes nixpkgs eval warning:

  $ nix-env -f . -qa '*' --meta --xml --drv-path --show-trace
  derivation 'fsv-0.9-1' has invalid meta attribute 'override'
  derivation 'fsv-0.9-1' has invalid meta attribute 'overrideDerivation'
2019-01-02 17:17:32 +01:00
adisbladis 9acc5d9b45
emacs-packages: Drop custom weechat package
It's several years out of date and we can instead rely on
autogenerated packages
2019-01-02 11:42:01 +00:00
elseym 355bf44362
pythonPackages.pytado: init at 0.2.7 2019-01-02 12:34:54 +01:00
Astro 108588b75b frogatto: init at 0.0.2018-12-09 (#52989) 2019-01-02 11:47:16 +01:00
Will Dietz 0d75d67c3d
Merge pull request #53088 from dtzWill/feature/trilium
trilium: init at 0.26.1
2019-01-02 00:56:23 -06:00
Jan Tojnar b2b921bdca
Merge pull request #53149 from jtojnar/qrencode-cleanup
qrencode: merge with libqrencode
2019-01-02 02:18:22 +01:00
Jan Tojnar de6d70f52e
goffice_0_8: drop 2019-01-02 00:32:44 +01:00
Jan Tojnar 370d08f0d2
gnucash2{4,6}: drop 2019-01-02 00:32:44 +01:00
Trolli Schmittlauch ec0eaca0f4 kcharselect: init at 18.12.0
Packaging `kcharselect` because a KDE tool for inserting special
characters is very useful.
2019-01-02 00:31:29 +01:00
Mario Rodas 70f06b3b61 font-droid: drop
deprecated in favor of noto https://github.com/google/fonts/issues/1223
2019-01-01 17:54:45 -05:00
Mario Rodas c923094039 cooper-hewitt: init at 2014-06-09 2019-01-01 17:54:45 -05:00
elseym 3df9c55b47
pythonPackages.pybotvac: init at 0.0.12 2019-01-01 22:59:07 +01:00
elseym 0f12423566
home-assistant: add apple_tv dependency pyatv 2019-01-01 22:22:05 +01:00
xeji 6deecd2cf9
Merge pull request #53011 from volth/cpan2nix-2018-12-28
perlPackages: cpan2nix updates
2019-01-01 21:33:53 +01:00
elseym 1bf2801567
pythonPackages.pyatv: init at 0.3.12 2019-01-01 21:04:46 +01:00
elseym a0dcbd94df
pythonPackages.curve25519-donna: init at 1.3 2019-01-01 21:02:11 +01:00
elseym f3dacb3580
pythonPackages.srptools: init at 0.2.0 2019-01-01 21:01:47 +01:00
Jan Tojnar c5c2ac4f45
qrencode: merge with libqrencode 2019-01-01 17:19:07 +01:00
edef 574700085a sdate: init at 0.5 2019-01-01 11:51:45 +00:00
Will Dietz 471804736d ffmpeg-full: use cf-private to fix Darwin build 2018-12-31 11:00:03 -06:00
Matthew Bauer 7e5fd3653a
Merge pull request #53089 from matthewbauer/more-blocking-jobs
release: add more unstable release-critical jobs
2018-12-31 10:59:15 -06:00
Silvan Mosberger ced0be5c06
Merge pull request #53078 from tex/wings3d
wings3d: 1.5.4 -> 2.2.1
2018-12-31 16:20:02 +01:00
Silvan Mosberger 8252eb9151
Merge pull request #53106 from dtzWill/feature/fractal
fractal: init at 4.0.0 !
2018-12-31 16:18:05 +01:00
Lancelot SIX ce235f70ca postgresql_9_3: drop
Postgresql 9.3 reached end of life on november 11, 2018 (see
https://www.postgresql.org/about/news/1905/)

(Rebase of #52052. Closes #52052.)

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-12-31 08:44:57 -06:00
Will Dietz 290425b7a0
Merge pull request #53101 from rnhmjoj/fsv
fsv: init at 0.9-1
2018-12-31 08:00:32 -06:00
Frederik Rietdijk 070290bda7 Merge master into staging-next 2018-12-31 12:00:36 +01:00
rnhmjoj 6e26190763
fsv: init at 0.9-1 2018-12-31 11:13:44 +01:00
Will Dietz 89851509d5 fractal: init at 4.0.0 !
Matrix chat app.
2018-12-30 22:37:18 -06:00
Silvan Mosberger 69ef070296
Merge pull request #50341 from corngood/chicken-5
chicken: 4.13.0 -> 5.0.0
2018-12-31 05:09:57 +01:00
Silvan Mosberger a02b6bc318
Merge pull request #52936 from teh/pyro
Pyro
2018-12-31 03:47:51 +01:00
Silvan Mosberger 7f1b9df996
Merge pull request #53054 from dotlambda/newsboat-2.14
newsboat: 2.13 -> 2.14
2018-12-31 03:28:14 +01:00
Silvan Mosberger 78f80a6917
Merge pull request #52201 from Scriptkiddi/gif-for-cli
Gif for cli
2018-12-31 03:09:08 +01:00
Robert Schütz a513ddb6ed
newsboat: 2.13 -> 2.14 2018-12-31 02:50:20 +01:00
Matthew Bauer 62b54d5893 arrow-cpp: don’t expose gtest_static 2018-12-30 16:56:51 -06:00
Matthew Bauer dc34d82a28 release: add more unstable release-critical jobs
Adds a few new blocking jobs:

- pandoc.x86_64-linux
- unar.x86_64-linux
- re-enable gimp.x86_64-darwin for darwin-tested
2018-12-30 16:55:09 -06:00
Will Dietz 104d37c7a2 trilium: init at 0.26.1 2018-12-30 16:20:50 -06:00
Frederik Rietdijk 26e5c0f07a
Merge pull request #51846 from veprbl/pr/pyqt5_opt_qtwebkit
pyqt5: make qtwebkit optional, disable by default
2018-12-30 16:34:39 +01:00
worldofpeace 1c924c7aeb pythonPackages.od: init at 1.0 2018-12-30 10:25:05 -05:00
Milan Svoboda 70a05bcfaa wings3d: 1.5.4 -> 2.2.1 2018-12-30 15:32:40 +01:00
Sean Haugh f1f9543768 fuse-overlayfs: init at 0.2 2018-12-30 06:44:33 -06:00
Frederik Rietdijk c6e043d57c Remove composableDerivation, closes #18763 2018-12-30 12:33:45 +00:00
László Vaskó bd12f74827 material-design-icons: init at 3.2.89 (#52969)
It is a bit unfortunate that the name is so close to material-icons,
however it is consistent with the project name and how it is present
in AUR (ttf-material-design-icons-git)
2018-12-30 09:54:21 +01:00
Silvan Mosberger ebdfafdb6e
Merge pull request #48911 from holidaycheck/nodejs-11
nodejs: init at 11.5.0
2018-12-29 22:05:11 +01:00
Domen Kožar 324f018fb5
add elm2nix 2018-12-29 18:59:55 +00:00
Timo Kaufmann 8cd7b5aab3
gap: 4r8p10 -> 4.10.0 (#53037)
This new version also has a libgap replacement, so after the next sage
update gap-libgap-compatible and libgap won't be necessary anymore.
2018-12-29 16:05:56 +01:00
Fritz Otlinghaus cf97a0372f gif-for-cli: init at unstable-2018-08-14 2018-12-29 18:57:18 +08:00
Profpatsch aebec73071 pythonPackages.update-copyright: init at 0.6.2 2018-12-28 19:45:53 +01:00
José Romildo Malaquias 958a669e83 qogir-theme: init at 2018-11-12 (#52918)
* qogir-theme: init at 2018-11-12

* qogir-theme: fix pname

Co-Authored-By: romildo <malaquias@gmail.com>
2018-12-28 13:07:06 -05:00
volth 4b1576a73f [cpan2nix] perlPackages.HTMLFormFu: 2.06 -> 2.07 2018-12-28 14:22:24 +00:00
volth a2acf9f432 [cpan2nix] perlPackages.CatalystPluginSession: 0.40 -> 0.41 2018-12-28 14:22:15 +00:00
volth 394d60ab63 [cpan2nix] perlPackages.CatalystRuntime: 5.90120 -> 5.90123 2018-12-28 14:21:53 +00:00
volth ed8629820b [cpan2nix] perlPackages.RTClientREST: 0.52 -> 0.56 2018-12-28 14:21:24 +00:00
volth 29721cf12d [cpan2nix] perlPackages.TestWWWMechanize: 1.50 -> 1.52 2018-12-28 14:21:23 +00:00
volth a5aa538926 [cpan2nix] perlPackages.WWWMechanize: 1.89 -> 1.90 2018-12-28 14:21:19 +00:00
volth 1139a335ec [cpan2nix] perlPackages.ArrayFIFO: 0.10 -> 0.12 2018-12-28 14:21:15 +00:00
volth 2e0a0abc1e [cpan2nix] perlPackages.LocaleTextDomainOO: 1.033 -> 1.035 2018-12-28 14:20:57 +00:00
volth 3642566dfc [cpan2nix] perlPackages.DateTimeFormatNatural: 1.05 -> 1.06 2018-12-28 14:20:56 +00:00
volth 83176e0882 [cpan2nix] perlPackages.CPAN: 2.16 -> 2.22
dependencies:
perlPackages.CPANChecksums: init at 2.12
2018-12-28 14:20:55 +00:00
volth a00600404f [cpan2nix] perlPackages.CodeTidyAll: 0.71 -> 0.72 2018-12-28 14:20:52 +00:00
volth 01320bbba7 [cpan2nix] perlPackages.DateTimeCalendarJulian: 0.04 -> 0.100 2018-12-28 14:20:49 +00:00
volth 464b63c6b6 [cpan2nix] perlPackages.TestCleanNamespaces: 0.23 -> 0.24 2018-12-28 14:20:47 +00:00
volth 4f7ff8ec32 [cpan2nix] perlPackages.LocaleMOFile: 0.08 -> 0.09 2018-12-28 14:20:47 +00:00
volth 8f75d40f49 [cpan2nix] perlPackages.Appperlbrew: 0.84 -> 0.85 2018-12-28 14:20:42 +00:00
volth 8ce42743e4 [cpan2nix] perlPackages.DateTimeTimeZone: 2.20 -> 2.21 2018-12-28 14:20:41 +00:00
volth d151eba7df [cpan2nix] perlPackages.HTTPDAV: 0.48 -> 0.49 2018-12-28 14:20:21 +00:00
volth 29ced02617 [cpan2nix] perlPackages.AlienGMP: cleanup 2018-12-28 14:20:01 +00:00
volth 14e0469778 [cpan2nix] perlPackages.ArrayCompare: v3.0.1 -> v3.0.2 2018-12-28 14:19:55 +00:00
volth f13dac715a [cpan2nix] perlPackages.PPIxRegexp: 0.062 -> 0.063 2018-12-28 14:19:53 +00:00
volth 341b702658 [cpan2nix] perlPackages.AlienBuild: 1.48 -> 1.49 2018-12-28 14:19:50 +00:00
volth 1363c6cb2f [cpan2nix] perlPackages.SoftwareLicense: 0.103013 -> 0.103014 2018-12-28 14:19:48 +00:00
volth fa69e0449e [cpan2nix] perlPackages.Specio: 0.42 -> 0.43 2018-12-28 14:19:43 +00:00
volth 36393c0994 [cpan2nix] perlPackages.ListAllUtils: 0.14 -> 0.15 2018-12-28 14:19:28 +00:00
volth a63a76103c [cpan2nix] perlPackages.FFICheckLib: 0.20 -> 0.23 2018-12-28 14:19:04 +00:00
volth b3e531977c [cpan2nix] perlPackages.CryptPKCS10: 1.9 -> 2.001 2018-12-28 14:19:03 +00:00
volth acf4096663 [cpan2nix] perlPackages.Test2Suite: 0.000115 -> 0.000117 2018-12-28 14:19:00 +00:00
volth 9864434a83 [cpan2nix] perlPackages.YAML: 1.26 -> 1.27 2018-12-28 14:18:50 +00:00
volth e561fb6a1b [cpan2nix] perlPackages.HashDiff: cleanup 2018-12-28 14:18:45 +00:00
volth cb10d1a327 [cpan2nix] perlPackages.TestAbortable: cleanup 2018-12-28 14:18:35 +00:00
volth be853d8365 [cpan2nix] perlPackages.StatisticsDescriptive: 3.0701 -> 3.0702 2018-12-28 14:18:25 +00:00
volth bd26514102 [cpan2nix] perlPackages.MathRandomMTAuto: 6.22 -> 6.23 2018-12-28 14:18:22 +00:00
volth a7d6f8dbc0 [cpan2nix] perlPackages.HTMLSelectorXPath: 0.23 -> 0.25 2018-12-28 14:18:21 +00:00
volth 5573f822cb [cpan2nix] perlPackages.Coro: 6.52 -> 6.54 2018-12-28 14:18:18 +00:00
volth f21d96a1b4 [cpan2nix] perlPackages.ObjectInsideOut: 4.04 -> 4.05 2018-12-28 14:18:10 +00:00
volth 6df39da02d [cpan2nix] perlPackages.MetaBuilder: 0.003 -> 0.004 2018-12-28 14:18:09 +00:00
volth e4ab095288 [cpan2nix] perlPackages.JSONXS: 3.04 -> 4.0 2018-12-28 14:18:08 +00:00
volth 2d32e6eb41 [cpan2nix] perlPackages.InlineJava: cleanup 2018-12-28 14:18:07 +00:00
volth 4678ebf297 [cpan2nix] perlPackages.GDSecurityImage: 1.73 -> 1.75 2018-12-28 14:18:06 +00:00
volth 6992f1acb0 [cpan2nix] perlPackages.AuthenRadius: 0.27 -> 0.29 2018-12-28 14:18:01 +00:00
volth e82af8d1d1 [cpan2nix] perlPackages.Pegex: 0.67 -> 0.70 2018-12-28 14:17:50 +00:00
volth 684c204ca2 [cpan2nix] perlPackages.NetSCP: cleanup 2018-12-28 14:17:49 +00:00
volth 3b21afcc1c [cpan2nix] perlPackages.FilesysDiskUsage: 0.11 -> 0.12 2018-12-28 14:17:42 +00:00
volth 637d01dfda [cpan2nix] perlPackages.EV: 4.22 -> 4.25 2018-12-28 14:17:39 +00:00
volth 7970d1354e [cpan2nix] perlPackages.TermTable: 0.012 -> 0.013 2018-12-28 14:17:21 +00:00
volth ec51bf9941 [cpan2nix] perlPackages.NetDNS: 1.18 -> 1.19 2018-12-28 14:17:17 +00:00
volth 754f1f7db9 [cpan2nix] perlPackages.ModuleScanDeps: 1.25 -> 1.26 2018-12-28 14:17:16 +00:00
volth 2aa5644951 [cpan2nix] perlPackages.MailIMAPClient: 3.39 -> 3.40 2018-12-28 14:17:12 +00:00
volth 327b67beec [cpan2nix] perlPackages.LinuxInotify2: 1.22 -> 2.1 2018-12-28 14:17:09 +00:00
volth fcdec22dba [cpan2nix] perlPackages.DateManip: 6.73 -> 6.75 2018-12-28 14:16:58 +00:00
volth 5fdf30e5f8 [cpan2nix] perlPackages.threadsshared: 1.58 -> 1.59 2018-12-28 14:16:40 +00:00
volth 4e54639205 [cpan2nix] perlPackages.prefork: 1.04 -> 1.05 2018-12-28 14:16:39 +00:00
volth 53a643b6b5 [cpan2nix] perlPackages.libintl_perl: 1.29 -> 1.31 2018-12-28 14:16:37 +00:00
volth d9c26ce7ae [cpan2nix] perlPackages.YAMLSyck: 1.30 -> 1.31 2018-12-28 14:16:34 +00:00
volth b5e3fa5383 [cpan2nix] perlPackages.YAMLLibYAML: 0.74 -> 0.75 2018-12-28 14:16:34 +00:00
volth de66c2262d [cpan2nix] perlPackages.TestSimple13: 1.302140 -> 1.302141 2018-12-28 14:16:10 +00:00
volth 3c911eb99a [cpan2nix] perlPackages.TAPParserSourceHandlerpgTAP: 3.33 -> 3.34 2018-12-28 14:15:56 +00:00
volth 299244e5ab [cpan2nix] perlPackages.Mojolicious: 8.03 -> 8.10 2018-12-28 14:15:14 +00:00
volth acfad6d038 [cpan2nix] perlPackages.ModuleCoreList: 5.20180920 -> 5.20181218 2018-12-28 14:15:11 +00:00
volth 5234da97fd [cpan2nix] perlPackages.ModernPerl: 1.20180928 -> 1.20181021 2018-12-28 14:15:10 +00:00
volth 3b220072a5 [cpan2nix] perlPackages.MathBigInt: 1.999814 -> 1.999816 2018-12-28 14:15:06 +00:00
volth 8db487e14f [cpan2nix] perlPackages.LocaleCodes: 3.58 -> 3.59 2018-12-28 14:14:59 +00:00
volth e436e8c2cd [cpan2nix] perlPackages.JSONPP: 2.97001 -> 4.00 2018-12-28 14:14:52 +00:00
volth a08afa7128 [cpan2nix] perlPackages.Imager: 1.006 -> 1.007 2018-12-28 14:14:51 +00:00
volth 955c271671 [cpan2nix] perlPackages.FileSlurp: 9999.22 -> 9999.25 2018-12-28 14:14:32 +00:00
volth 4d4ef87477 [cpan2nix] perlPackages.FileNFSLock: 1.27 -> 1.29 2018-12-28 14:14:30 +00:00
volth 4145d871e6 [cpan2nix] perlPackages.Error: 0.17026 -> 0.17027 2018-12-28 14:14:20 +00:00
volth a9f6cbddea [cpan2nix] perlPackages.EmailAddress: 1.909 -> 1.911 2018-12-28 14:14:14 +00:00
volth 01154bd706 [cpan2nix] perlPackages.DataDumper: 2.172 -> 2.173 2018-12-28 14:14:06 +00:00
volth 553dc07429 [cpan2nix] perlPackages.DBI: 1.641 -> 1.642 2018-12-28 14:14:05 +00:00
volth ae335a909d [cpan2nix] perlPackages.CryptX: 0.061 -> 0.063 2018-12-28 14:14:04 +00:00
volth 3d73969087 [cpan2nix] perlPackages.CpanelJSONXS: 4.06 -> 4.08 2018-12-28 14:13:58 +00:00
volth 067744002d [cpan2nix] perlPackages.Clone: 0.39 -> 0.41 2018-12-28 14:13:55 +00:00
volth ab2baca938 [cpan2nix] perlPackages.CarpClan: 6.06 -> 6.07 2018-12-28 14:13:47 +00:00
volth f28d33d539 [cpan2nix] perlPackages.CPANPerlReleases: 3.76 -> 3.86 2018-12-28 14:13:44 +00:00
volth 2adf6833c7 [cpan2nix] perlPackages.JSON: 2.97001 -> 4.00 2018-12-28 14:13:38 +00:00
worldofpeace 3ae459f3c0
Merge pull request #52876 from marsam/init-detect-secrets
detect-secrets: init at 0.11.0
2018-12-27 21:08:18 -05:00
Fritz Otlinghaus 8cb8b2be91 amazon-ecs-cli: init at 1.12.1 2018-12-28 08:32:40 +08:00
Aristid Breitkreuz 8d84ba7037 ideviceinstaller: init at 2018-06-01 2018-12-27 20:05:11 +01:00
Orivej Desh 39b3cad721 k3d: fix build 2018-12-27 17:31:28 +00:00
Frederik Rietdijk 10afccf145 Merge staging-next into staging 2018-12-27 18:11:34 +01:00
Dmitry Kalinkin 07a67363b7
pyqt5_with_qtwebkit: add warning comment 2018-12-27 09:14:21 -05:00
Dmitry Kalinkin 20d60c8238
treewide: use pythonPackages.pyqt5_with_qtwebkit where QtWebKit is needed 2018-12-27 09:14:21 -05:00
Dmitry Kalinkin 3edd5cb227
Merge pull request #51294 from eadwu/nvidia_x11/legacy_390
nvidia: expose nvidia_x11_legacy390
2018-12-27 09:08:53 -05:00
Frederik Rietdijk 2534dddaa9 pandoc: fix build, unbreaks metrics job 2018-12-27 14:42:07 +01:00
Vladyslav M ae002fe44e
Merge pull request #52955 from Gerschtli/update/cargo-release
cargo-release: 0.10.0 -> 0.10.5
2018-12-27 12:57:18 +02:00
Mario Rodas 3258b00009
detect-secrets: init at 0.11.0 2018-12-27 05:23:32 -05:00
Mario Rodas 17eb96dabd
pythonPackages.unidiff: init at 0.5.5 2018-12-27 05:21:53 -05:00
Vladyslav Mykhailichenko db5fe5d240
cargo-release: fix darwin build 2018-12-27 11:46:50 +02:00
worldofpeace 3cf8821ce3
Merge pull request #52786 from romildo/upd.matcha
matcha: 2018-11-12 -> 2018-12-24
2018-12-26 23:55:17 -05:00
worldofpeace 3ccb95ea81
Merge pull request #52949 from ivan/comment-fix
all-packages.nix: remove obsolete comments
2018-12-26 22:00:33 -05:00
David McFarland 6c063ac076 chicken: 4.13.0 -> 5.0.0 2018-12-26 22:23:01 -04:00
Orivej Desh cbdaa29c3e python3Packages.libsavitar: init at 3.6.0 2018-12-27 02:18:31 +00:00
Ivan Kozik 78c56d758d all-packages.nix: remove obsolete comments
cgroup2 cpu controller support was merged into Linux 4.15:
22714a2ba4
2018-12-27 01:18:12 +00:00
Samuel Dionne-Riel 889ef35303 linuxPackages_4_{19,20}: works around bug with overlayfs.
See: https://github.com/NixOS/nixpkgs/issues/48828#issuecomment-445208626
2018-12-26 22:51:31 +00:00
Dmitry Kalinkin 8e79ebc523
Merge pull request #52934 from veprbl/pr/arrow_cpp_gtest_fix
arrow-cpp: fix build
2018-12-26 17:43:38 -05:00
Tom Hunger da01f2a745 pyro-ppl: init at 0.3.0 2018-12-26 19:17:09 +00:00
Tom Hunger 4411b29065 opt-einsum: init at 2.3.2 2018-12-26 19:16:05 +00:00
Dmitry Kalinkin 956b4a87a8 arrow-cpp: fix build
Fixes: 1f6b095061 ('gtest: build shared library')
2018-12-26 19:57:32 +03:00
Mario Rodas 7d141ec326
ruby_2_6: init at 2.6.0 2018-12-26 09:32:24 -05:00
Peter Simons 46cb1538a1 haskellPackages: update default package set to ghc-8.6.3 (LTS 13.x) 2018-12-26 13:46:12 +01:00
Samuel Dionne-Riel b861ebb4c6 linuxPackages: 4.14 -> 4.19 2018-12-26 11:03:10 +00:00
Frederik Rietdijk 281981a6df pywal: move to pythonPackages and inject path to convert 2018-12-26 11:58:59 +01:00
Frederik Rietdijk e45ca47f14 Merge staging-next into staging 2018-12-26 09:30:32 +01:00
Orivej Desh 84d133c845 pythonPackages.secretstorage: init at 2.3.1 for Python 2 2018-12-26 02:52:28 +00:00
worldofpeace 51088d7d96 gnome-menus: rename from gnome3.gnome-menus 2018-12-25 20:14:32 -05:00
worldofpeace 2c76519900 vte, vte_290, vte-ng: rename frome gnome3.vte* 2018-12-25 20:14:32 -05:00
worldofpeace 0b14f7896d libgnomekbd: rename from gnome3.libgnomekbd 2018-12-25 20:14:31 -05:00
worldofpeace 702168a67c gsound: rename from gnome3.gsound 2018-12-25 20:14:29 -05:00
worldofpeace c1599d29d9 gcr: rename from gnome3.gcr 2018-12-25 20:14:28 -05:00
worldofpeace 1954e6a949 totem-pl-parser: rename from gnome3.totem-pl-parser 2018-12-25 20:14:27 -05:00
worldofpeace 634eaf80b2 folks: rename from gnome3.folks 2018-12-25 20:14:26 -05:00
Jan Tojnar 73f32e7e58
gexiv2: rename from gnome3.gexiv2 2018-12-25 18:43:33 +01:00
obadz 5337b67c2d
Merge pull request #52800 from obadz/mono
mono: more fixes and update gtk-sharp/gnome-sharp
2018-12-25 17:22:11 +00:00
Jan Tojnar f6afec36fa
gfbgraph: rename from gnome3.gfbgraph 2018-12-25 18:05:36 +01:00
Jan Tojnar c6eece711e
libmediaart: rename from gnome3.libmediaart 2018-12-25 18:01:39 +01:00
Jan Tojnar 38582b0f32
libzapojit: rename from gnome3.libzapojit 2018-12-25 17:50:21 +01:00
Jan Tojnar 0f0179c2fa
librest: rename from gnome3.rest 2018-12-25 17:47:52 +01:00
Jan Tojnar 3ca8d0f814
libgweather: rename from gnome3.libgweather 2018-12-25 17:33:21 +01:00
Jan Tojnar 93a6f4414c
geocode-glib: rename from gnome3.geocode-glib 2018-12-25 17:28:34 +01:00
Jan Tojnar 7ca5ec11b0
libgee: rename from gnome3.libgee 2018-12-25 17:21:09 +01:00
Jan Tojnar df89d4ce41
libpeas: rename from gnome3.libpeas 2018-12-25 17:21:08 +01:00
Jan Tojnar 1ba8575f9a
libcroco: rename from gnome3.libcroco 2018-12-25 17:21:08 +01:00
Jan Tojnar 878d289c6f
libgepub: rename from gnome3.libgepub 2018-12-25 17:21:08 +01:00
Jan Tojnar d6ab3a534f
libgdata: rename from gnome3.libgdata 2018-12-25 17:21:08 +01:00
Jan Tojnar 5f77bef30b
libgxps: rename from gnome3.libgxps 2018-12-25 17:21:08 +01:00
Jan Tojnar c45e9d0fac
Merge branch 'master' into staging 2018-12-25 17:03:57 +01:00
Dmitry Kalinkin c217d67be3
mozlz4a: replace lz4 alias with proper name
lz4 used to package the same package as python-lz4, then lz4 was
removed and became an alias to python-lz4
2018-12-25 10:36:24 -05:00
Dmitry Kalinkin b51aaaa36c
pythonPackages.lz4: remove in favor of pythonPackages.python-lz4
lz4 packages the same package as python-lz4, but an outdated version
2018-12-25 10:36:20 -05:00
Orivej Desh f471114ab6 libdeflate: init at 1.1 (#52832) 2018-12-25 14:04:13 +00:00
Vincent Laporte d7f08cd90f ocamlPackages.ppxfind: init at 1.2 2018-12-25 10:43:41 +01:00
obadz 4ff22f224f mono: move a hyena and pdfmod from mono4 to mono5
Closes #52484
2018-12-25 00:00:58 +00:00
José Romildo Malaquias 5b1fb49416 matcha: move to pkgs/data/themes 2018-12-24 18:10:13 -02:00
Mario Rodas 9477cad1e1
diskus: enable build on darwin 2018-12-24 14:22:05 -05:00
Tim Steinbach 8f9c2f9726
linux: Add 4.20 2018-12-24 12:33:24 -05:00
Sander van der Burg a27aa247c0
Merge pull request #50596 from svanderburg/mobile-updates
Mobile updates
2018-12-24 15:52:33 +01:00
Matthew Bauer badc0a05f9
Merge pull request #52747 from marsam/init-guff
guff: init at 0.1.0
2018-12-24 08:26:41 -06:00
Jan Tojnar ef935fa101
Merge branch 'master' into staging 2018-12-24 15:02:29 +01:00
Jan Tojnar 9cf3c1f52e
lasem: init at 0.4.3 2018-12-24 15:01:45 +01:00
Vincent Laporte daaba731a7 ocamlPackages.csv-lwt: init at 2.2 2018-12-24 14:57:07 +01:00
obadz 60739e534d
Merge pull request #52712 from obadz/mono
mono: drop minor versions and upgrade to 5.16.0.220
2018-12-24 13:47:18 +00:00
zimbatm d06f798ce7
Merge pull request #51566 from adisbladis/google-oslogin
GCE OSLogin module: init
2018-12-24 14:11:49 +01:00
Jan Tojnar c808f75c02
Merge pull request #52735 from jtojnar/glom
glom: init at 1.31.6
2018-12-24 13:13:40 +01:00
Mario Rodas f994e5fe8d
guff: init at 0.1.0 2018-12-24 06:20:37 -05:00
Ivan Kozik 82470c2e3b snscrape: init at 0.1.3 (#52758) 2018-12-24 11:42:06 +01:00
Robert Schütz 461552526b python.pkgs.django_1_8: 1.8.18 -> 1.8.19
This fixes CVE-2018-7536 and CVE-2018-7537:
https://www.djangoproject.com/weblog/2018/mar/06/security-releases/

cc https://github.com/NixOS/nixpkgs/issues/52679
2018-12-24 11:18:57 +01:00
Maximilian Bosch 71491d0afd
Merge pull request #52737 from etu/init-fsarchiver
fsarchiver: init at 0.8.5
2018-12-24 10:26:46 +01:00
Elis Hirwing 50d8250195
fsarchiver: init at 0.8.5
Filesystem archiver: http://www.fsarchiver.org/
2018-12-24 09:42:10 +01:00
Jan Tojnar 913aa6b7c8
vala_0_34: drop 2018-12-24 02:57:28 +01:00
Jan Tojnar 2b9283afc5
glom: init at unstable-2018-12-16 2018-12-24 02:29:17 +01:00
Jan Tojnar 53f04caad2
gtksourceviewmm4: init at 3.91.1 2018-12-24 02:29:17 +01:00
Jan Tojnar 5fc2a47e7e
mm-common: init 0.9.12 2018-12-24 02:29:16 +01:00
Jan Tojnar ba1f2b345b
goocanvas2: init at 1.90.11 2018-12-24 02:29:16 +01:00
Jan Tojnar 130c141154
libepc: init at 0.4.6 2018-12-24 02:29:16 +01:00
Jan Tojnar 3ec683c85e
libgdamm: init at 4.99.11 2018-12-24 02:29:15 +01:00
Jörg Thalheim 633bc1d09b
Merge pull request #52686 from Mic92/vdr
vdr: revisited version of https://github.com/NixOS/nixpkgs/pull/32050
2018-12-23 16:19:27 +01:00
obadz 55af73e156 mono: only maintain major versions (mono4 & mono5) 2018-12-23 00:04:46 +00:00
Dmitry Kalinkin 98625b2bee
bzflag: enable on darwin (#52707) 2018-12-22 18:01:20 -05:00
Robert Schütz 84ad62efc5
Merge pull request #52578 from elohmeier/fints
add sepaxml & fints
2018-12-22 15:55:22 +01:00
Christian Kögler dd3f755cf4
vdr: initial at 2.4.0 and nixos module
used same plugin mechanism as kodi does
2018-12-22 15:13:25 +01:00
Domen Kožar 2088ae10a3
jre: use adoptopenjdk-jre-bin on aarch 2018-12-22 09:15:51 +00:00
Dmitry Kalinkin 62aea9510c
Merge pull request #51796 from bachp/dsview-0.99
dsview: init at 0.99
2018-12-21 17:40:40 -05:00
Jörg Thalheim c0611717dc
Merge pull request #52641 from lopsided98/uritemplate-merge
pythonPackages.uritemplate_py: remove
2018-12-21 21:24:52 +01:00
Ben Wolsieffer 26869e7b31 pythonPackages.uritemplate_py: remove
This package is the same as uritemplate.
2018-12-21 14:41:39 -05:00
Austin Seipp 814319f1ae nixpkgs/firecracker: init at 0.12.0
This currently uses a binary-only package, since building
jailer/firecracker all on their own is somewhat complex from my
attempts.

This will later be changed into a source-only build, ideally.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-12-21 11:17:01 -06:00
Florian Klink fb41136208 google-compute-engine-oslogin: init at 1.4.3 2018-12-21 17:52:37 +01:00
Alyssa Ross a2eed09a8c
Merge pull request #52416 from alyssais/icu
icu63: init at 63.1
2018-12-21 16:07:40 +00:00
Mathias Schreck e6a86e65d9 nodejs-11_x: init at 11.5.0 2018-12-21 11:23:49 +01:00
Pascal Bach 3facb3bf79 dsview: init at 0.99 2018-12-21 10:24:16 +01:00
Mario Rodas 0410537561 hyperledger-fabric: init at 1.3.0 2018-12-20 15:16:22 -05:00
Jörg Thalheim 1bb56620b5
Merge pull request #52567 from guibou/gcompris-0.95
gcompris: 0.91 -> 0.95
2018-12-20 20:07:41 +01:00
Enno Lohmeier 49406530b6 pythonPackages.fints: init at 2.0.0 2018-12-20 20:07:15 +01:00
Enno Lohmeier 16071bb5cd pythonPackages.sepaxml: init at 2.0.0 2018-12-20 20:07:15 +01:00
John Ericson 8a3ad1c79d
Merge pull request #52558 from Ericson2314/openspades-darwin
openspades: Fix Darwin build
2018-12-20 12:18:21 -05:00
John Ericson d5fe466566 openspades: Fix Darwin build 2018-12-20 12:17:27 -05:00
Guillaume Bouchard 4043e157f5 qml-box2d: 2018-03-16 -> 2018-04-06 2018-12-20 16:08:53 +01:00
Michael Raskin ede54f9144
Merge pull request #52379 from erikarvstedt/tesseract
Major tesseract improvements
2018-12-20 14:41:48 +00:00
Guillaume Bouchard 2141b4add1 gcompris: 0.91 -> 0.95 2018-12-20 14:46:41 +01:00
Timo Kaufmann 51fdee8b92
pythonPackages.jupytext: init at 0.8.4 (#52545) 2018-12-20 12:18:30 +01:00
Elis Hirwing 6337cbfd30
phpPackages.phpcbf: 3.3.2 -> 3.4.0
Changelog: https://github.com/squizlabs/PHP_CodeSniffer/releases/tag/3.4.0
2018-12-20 09:43:59 +01:00
Elis Hirwing c95909721e
phpPackages.phpcs: 3.3.2 -> 3.4.0
Changelog: https://github.com/squizlabs/PHP_CodeSniffer/releases/tag/3.4.0
2018-12-20 09:43:19 +01:00
Franz Pletz 25eb8419d9
Merge pull request #52527 from dotlambda/home-assistant-cli-0.3.0
home-assistant-cli: init at 0.3.0
2018-12-20 02:31:09 +00:00
José Romildo Malaquias 31d3a99aed plano-theme: 3.30-1 -> 3.30-2 2018-12-19 19:22:45 -05:00
Franz Pletz 65dfc2b272
Merge pull request #51914 from dotlambda/home-assistant-python37
home-assistant: use python37
2018-12-19 19:32:11 +00:00
Erik Arvstedt 0289f4adf0
tesseract: add tesseract3 top-level attr 2018-12-19 18:10:43 +01:00
Erik Arvstedt 8d1ba999cb
tesseract: rename to tesseract4, add alias
This is more consistent with the naming of the most popular versioned pkgs.
2018-12-19 18:09:56 +01:00
Erik Arvstedt 45d2a2dd91
tesseract: change file layout
Rename default.nix -> tesseract3.nix
Rename 4.x.nix -> tesseract4.nix

This is needed for the following commits.
2018-12-19 18:07:39 +01:00
Matthew Bauer 8f9bd40d41
Merge pull request #51313 from Enzime/update/llpp
llpp: 2018-03-02 -> 30
2018-12-19 11:05:57 -06:00
Renaud 433b867b61
Merge pull request #52520 from romildo/upd.plano-theme
plano-theme: 3.28-3 -> 3.30-1
2018-12-19 15:55:44 +01:00
Robert Schütz 52b1973283 home-assistant-cli: init at 0.3.0 2018-12-19 15:54:28 +01:00
Renaud 7e5667926e
Merge pull request #52521 from romildo/upd.shades-of-gray
shades-of-gray-theme: 1.1.1 -> 1.1.3
2018-12-19 15:54:21 +01:00
Benno Fünfstück 6972c433ab adoptopenjdk-bin: disable openj9 jre for mac due to missing upstream 2018-12-19 14:08:15 +01:00
José Romildo Malaquias 9f934e8efc shades-of-gray-theme: 1.1.1 -> 1.1.3 2018-12-19 10:48:29 -02:00
José Romildo Malaquias 91e1e2fd92 plano-theme: 3.28-3 -> 3.30-1 2018-12-19 10:28:40 -02:00
Anders Kaseorg 85379a29ec pypy3: init at 6.0.0
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2018-12-19 09:53:31 +01:00
Bastian Köcher 8e811ec295 qt5: 5.11 -> 5.12 2018-12-19 09:15:14 +01:00
Frederik Rietdijk 9ab61ab8e2 Merge staging-next into staging 2018-12-19 09:00:36 +01:00
Frederik Rietdijk 911d1853ca Merge master into staging-next 2018-12-19 08:57:41 +01:00
Sander van der Burg 51428627eb Initial attempt to restore Android NDK cross building 2018-12-18 22:58:12 +01:00
Sander van der Burg 3bfd3e73bf Reintroduce licenseAccepted option 2018-12-18 21:16:07 +01:00
Sander van der Burg 5e690b47fd adb-sync: fix to make it work with platform-tools 2018-12-18 21:16:07 +01:00
Sander van der Burg 53550c826d Port packages with Android dependencies to new androidenv 2018-12-18 21:16:06 +01:00
Sander van der Burg 27f8b6b89e Replace titaniumenv with new implementation 2018-12-18 21:16:06 +01:00
Sander van der Burg 74750dc67d Replace androidenv by new implementation 2018-12-18 21:16:06 +01:00
Sander van der Burg 2757ddb182 Separate androidndkpkgs from androidenv 2018-12-18 21:14:43 +01:00
Jörg Thalheim a647ab17cc
Merge pull request #51709 from dtzWill/feature/vivid-0.4.0
vivid: init at 0.4.0
2018-12-18 19:53:22 +00:00
volth fed7914539
Merge branch 'staging' into make-perl-pathd 2018-12-18 17:13:27 +00:00
Jörg Thalheim 1148ce1b60
Merge pull request #52062 from volth/perl526-drop
perl526: drop
2018-12-18 17:02:01 +00:00
Matthew Bauer 59ec6b559d
Merge pull request #52256 from matthewbauer/52148-fix
Provide real dsymutil to darwin stdenv
2018-12-18 10:00:24 -06:00
Member Betty d268e3b2c0 aws-google-auth: use python3 (#52445) 2018-12-18 10:59:53 -05:00
Matthew Bauer d1dfc92187
Merge pull request #47678 from matthewbauer/landmarks
Update macOS frameworks to 10.12
2018-12-18 09:59:44 -06:00
Will Dietz c2cde10f30 vivid: init at 0.4.0 2018-12-18 09:39:14 -06:00
worldofpeace b2c6efeaed liberation_ttf: drop binary packages
That means the following attributes are gone:
  - liberation_ttf_v1_binary
  - liberation_ttf_v2_binary

Because of this Libreoffice uses liberation source fonts

I've renamed these attributes because the binary form is gone:

  - liberation_ttf_v1_from_source -> liberation_ttf_v1
  - liberation_ttf_v2_from_source -> liberation_ttf_v2

They're aliases for these.
2018-12-18 10:10:36 -05:00
worldofpeace ec8d663d59 liberationsansnarrow: 1.07.3 -> 1.07.6, rename to liberation-sans-narrow
Upstream also moved to github
2018-12-18 10:10:36 -05:00
worldofpeace de6b13db63 liberationsansnarrow_binary: remove 2018-12-18 10:10:36 -05:00
Renaud 52ea0af297
Merge pull request #52092 from gnidorah/fprint
fprint: update packages
2018-12-18 14:06:22 +01:00
Linus Heckemann 70658b2236
Merge pull request #52361 from rardiol/fluidsynth_1
Fluidsynth 1
2018-12-18 09:47:36 +01:00
Frederik Rietdijk 826ab7026e Merge master into staging-next 2018-12-18 09:22:17 +01:00
Michael Hoang 3f1e222a8b llpp: 2018-03-02 -> 30
Remove unnecessary packages from derivation and use patches to fix
build.bash instead of sed commands.
2018-12-18 18:33:49 +11:00
Matthew Bauer dbd0a78e5a
Merge pull request #51854 from pmahoney/freeswitch
Freeswitch
2018-12-17 23:43:25 -06:00
Matthew Bauer 657220349d
Merge pull request #51422 from hlolli/csoundqt
Csoundqt init 0.9.6-beta2 and python-qt init 3.2
2018-12-17 23:39:12 -06:00
Matthew Bauer 06bf67d7dd
Merge pull request #51018 from plchldr/rtl8821a
rtl8821a: init at 5.1.5
2018-12-17 23:36:36 -06:00
Matthew Bauer a456a54c18
Merge pull request #52251 from Ericson2314/fix-darwin-bootstrap-cmds
treewide: Use "buildPackages" darwin for bootstrap_cmds
2018-12-17 22:53:14 -06:00
Matthew Bauer b0ccd8be8e
Merge pull request #52449 from TomSmeets/gamecube-tools
gamecube-tools: init at v1.0.2
2018-12-17 20:26:04 -06:00
Matthew Bauer 5708fd7671
Merge pull request #52450 from TomSmeets/wiiload-1
wiiload: init at v0.5.1
2018-12-17 20:25:22 -06:00
Jan Tojnar 3380db94b1
gtksourceviewmm: move from gnome3.gtksourceviewmm 2018-12-18 00:46:55 +01:00
Jan Tojnar f10f54b9c4
Merge pull request #51044 from Ma27/use-libsecret-by-default-in-nextcloud-client
nextcloud-client: switch to libsecret and use it by default
2018-12-18 00:35:49 +01:00
Fritz Otlinghaus 758f271fba github-changelog-generator: init at v1.14.3
Signed-off-by: Fritz Otlinghaus <fritz@otlinghaus.it>
2018-12-17 23:28:23 +00:00
volth 0ab6572324 libvirt: 4.7.0 -> 4.10.0 2018-12-17 23:12:44 +00:00
Franz Pletz 51c8e01676
libressl_2_9: init at 2.9.0 2018-12-18 00:09:00 +01:00
Franz Pletz 5911d54457
libressl_2_6: remove, not maintained anymore 2018-12-18 00:08:58 +01:00
Franz Pletz 5fc271257e
prometheus_2: 2.4.3 -> 2.6.0 2018-12-17 23:30:12 +01:00
Franz Pletz 54d1529269
Merge pull request #52426 from dtzWill/feature/boost-1.69
boost169: init (at 1.69)
2018-12-17 22:12:07 +00:00
Vincent Laporte 6620de7594 ocamlPackages.atdgen: init at 2.0.0
Atdgen is a command-line program that takes as input type definitions in the
ATD syntax and produces OCaml code suitable for data serialization and
deserialization.

Homepage: https://github.com/mjambon/atd
2018-12-17 21:38:49 +00:00
Tom Smeets f0d3a6e744 wiiload: init at v0.5.1 2018-12-17 21:48:24 +01:00
Tom Smeets 8f25e3d4cd gamecube-tools: init at v1.0.2 2018-12-17 21:37:34 +01:00
Tad Fisher dd99978853 plata-theme: init at 0.4.9 2018-12-17 11:43:50 -08:00
Alyssa Ross 70b8ab6e72
icu63: init at 63.1 2018-12-17 15:14:45 +00:00
Matthew Bauer e6f7f2928f darwin: 10.11 → 10.12
Lots of stuff has gotten moved around. Many security libraries have been merged
into the Security monorepo. I’ve cleared them out for now, we will
need to modify Security to build them!

This also moves some things around to more clearly separate
bootstrapping the stdenv from everything else. We want the “normal”
mode to be the non-bootstrapped version. When you ask for “Security”,
you want the actual built software, not a crippled one.

- Add TARGET_OS_OSX to darwin.libSystem. Looks like something
  introduced in 10.12. TARGET_OS_MAC is only set when building for
  desktop (iOS will have TARGET_OS_MAC set)
- Bump darwin.dtrace
- Bump darwin.libpthread
- Remove SmartCardServices, libsecurity*, etc.
- Install some more headers for darling.
2018-12-17 00:07:09 -06:00
Will Dietz 28d85b274d boost169: init (at 1.69) 2018-12-16 23:02:16 -06:00
Orivej Desh 9e36eee829 libopenaptx: init at 0.1.0 2018-12-17 04:41:16 +00:00
Silvan Mosberger 9673380261
Merge pull request #52168 from cdepillabout/add-bluezFull-package
Add bluez full package
2018-12-17 03:01:49 +01:00
Josef Kemetmüller 7c42da3a1e eccodes: 2.9.2 -> 2.10.0
Python3 is now officially supported as "beta", see relase notes at:
https://confluence.ecmwf.int/display/ECC/ecCodes+version+2.10.0+released
2018-12-17 01:41:57 +00:00
Franz Pletz ece13eeaab
Merge pull request #52012 from Izorkin/php
php: update options and php ackages
2018-12-17 00:58:18 +00:00
Franz Pletz 3ab361cb57
hwloc-nox: remove, x11 now disabled by default 2018-12-17 01:19:42 +01:00
Jan Tojnar cc50638176
libgit2: 0.26.6 → 0.27.7 2018-12-16 22:56:31 +01:00
Jan Tojnar 4c40adceb9
libgit2-glib: move to top-level 2018-12-16 22:56:30 +01:00
Jan Tojnar aead6e12f9
Merge remote-tracking branch 'upstream/master' into staging 2018-12-16 22:55:06 +01:00
Tor Hedin Brønner b63df3f2e0 spidermonkey_{17,31}: remove
No longer in use.
2018-12-16 16:53:34 +01:00
Tor Hedin Brønner 77d593e2da spidermonkey: set default to spidermonkey_38
52 and 60 doesn't include `bin/js` only `bin/js52` etc. Some derivations
depending on spidermonkey require `js` to a be a command (at least `jsawk`).
2018-12-16 16:53:34 +01:00
Florian Klink 91c65721f7 owncloud: remove server
pkgs.owncloud still pointed to owncloud 7.0.15 (from May 13 2016)

Last owncloud server update in nixpkgs was in Jun 2016.
At the same time Nextcloud forked away from it, indicating users
switched over to that.

cc @matej (original maintainer)
2018-12-16 15:05:53 +01:00