Commit graph

54362 commits

Author SHA1 Message Date
Frederik Rietdijk 463f738cc6 Merge master into staging-next 2020-11-13 20:58:35 +01:00
Jack Kelly d01e5dc66b
octant: init at 0.16.0 (#99546) 2020-11-13 18:03:10 +01:00
Vincent Laporte 10fc2a3ac9 ocamlPackages.mstruct: remove at 1.4.0 2020-11-13 11:01:52 +01:00
Lassulus 5c816b9f1a
Merge pull request #101251 from samuelgrf/update-fmt
fmt: 6.2.1 -> 7.0.3
2020-11-13 10:44:16 +01:00
Orivej Desh (NixOS) df89889a67
Merge pull request #102521 from freezeboy/update-vmpk
vmpk: 0.5.1 -> 0.7.2
2020-11-12 22:33:02 +00:00
Matthieu Coudron 2bbfa82c2f
Merge pull request #103232 from teto/mptcp_official
linux_mptcp_5_9: init upstream multipath TCP at 5.9
2020-11-12 22:15:02 +01:00
Martin Weinelt 5c79a18f98
Merge pull request #99194 from prusnak/fastecdsa
python3Packages.fastecdsa: init at 2.1.5
2020-11-12 21:36:36 +01:00
Lassulus 40811ee161
Merge pull request #103052 from dbirks/add-ssmsh
ssmsh: init at 1.4.3
2020-11-12 21:00:27 +01:00
Pavol Rusnak f70ecb65e7
python3Packages.fastecdsa: init at 2.1.5 2020-11-12 20:59:56 +01:00
Martin Weinelt a6c7b75e4d
Merge pull request #99284 from Munksgaard/bump-obs
obs-studio: Add builtin support for browser source
2020-11-12 19:12:54 +01:00
Matthieu Coudron 015939bece linux_mptcp_5_9: MPTCP in upstream linux
linux_mptcp_5_9 enables Multipath TCP in the upstream kernel.

I keep linux_mptcp_95 even if it is out of tree because it has "more" features
than linux_mptcp_5_9.
2020-11-12 18:51:45 +01:00
Matthieu Coudron db215ca08d linux_mptcp_94: remove (outdated)
few years old by now, use linux_mptcp_95 instead.
2020-11-12 18:51:18 +01:00
StigP eaf2a0fcbe
Merge pull request #97673 from andir/add-perl-catalyst-ldap
perlPackages: init Catalyst::Authentication::Store::LDAP at 1.016 (and dependencies)
2020-11-12 12:13:23 +00:00
StigP 28a498b4b1
Merge pull request #103264 from zakame/updates/perl-Future-AsyncAwait-0.46
perlPackages.FutureAsyncAwait: 0.45 -> 0.46
2020-11-12 12:08:57 +00:00
Nick Hu a371c10711
Merge pull request #102763 from colemickens/tree-sitter
tree-sitter: 0.17.1 -> 0.17.3; run make install
2020-11-12 09:05:59 +00:00
Lassulus adbcba2ce7
Merge pull request #93833 from pulsation/add-quisk
quisk: init at 4.1.72
2020-11-12 08:22:10 +01:00
freezeboy fd9f28c396 vmpk: 0.5.1 -> 0.7.2
Also migrate from qt4 to qt5 (#33248)
2020-11-12 03:42:22 +00:00
Anderson Torres 55153b8b48
Merge pull request #103110 from AndersonTorres/4th
4th: init at 3.62.5
2020-11-11 19:20:08 -03:00
Marek Mahut c095429001
Merge pull request #98726 from xwvvvvwx/turbo-geth
turbo-geth: init at 2020.09.04
2020-11-11 22:35:49 +01:00
Gabriel Ebner 753656bbbc
Merge pull request #103225 from gebner/hsphfpd
pulseaudio: add hsphfpd support
2020-11-11 19:56:35 +01:00
pulsation a3bf66f487 quisk: init at 4.1.72 2020-11-11 19:43:07 +01:00
Michael Raskin 83992fd7c6
bisoncpp: init (#103316)
* bobcat: 4.08.03 -> 5.05.00; switch homepage

* bisoncpp: init at 6.04.00

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2020-11-11 18:20:39 +00:00
David Terry d277dc65a1
turbo-geth: init at 2020.11.01 2020-11-11 19:00:57 +01:00
Frederik Rietdijk 4076ffe580 Merge staging-next into staging 2020-11-11 16:00:34 +01:00
Marek Mahut e39bc29e1e
asciigraph: init at 0.5.1 (#103184) 2020-11-11 23:48:05 +10:00
Kevin Cox 5dee9b5699
Merge pull request #96679 from midchildan/add-mackerel
mackerel-agent: init at 0.69.3
2020-11-11 06:59:22 -05:00
Gabriel Gonzalez 87d5e6fc1a Change idiom for overriding Dhall package version
Before this change, a Dhall package like the Prelude would be
encoded as a record with one field per supported version.  Then
downstream packages would specify which package to override
by selecting a different record field.

The problem with that approach is that it did not provide an
easy way to override a package to a version other than the default
ones supplied by Nixpkgs.  Normally you would use the `.override`
method for this purpose, but the `override` method added by
`buildDhall{Directory,GitHub}Package` is clobbered by the
`override` method added by `callPackage` in
`./pkgs/top-level/dhall-packages.nix`.

The solution is to add a separate `.overridePackage` method which is
essentially the exact same as `.override`, except that it is no
longer clobbered by `callPackage`.  This `.overridePackage` method
allows one to override the arguments supplied to
`buildDhall{Directory,GitHub}Package`, making it easier to specify
package versions outside of the ones supported by Nixpkgs..

This also includes a change to only build one (preferred) version of each
package (instead of multiple supported versions per package), in order to
minimize the maintenance burden for the Dhall package set.
2020-11-11 11:16:04 +01:00
John Ericson 493f8b2ea2
Merge pull request #93368 from samueldr/feature/or1k-toolchain
Initial support for OpenRISC 1000
2020-11-10 21:36:43 -05:00
Thiago Franco de Moraes dd72edcdae python3Packages.wxpython_4_1: init at 4.1.0 2020-11-10 15:07:57 -08:00
Jonathan Ringer b2e857a5fe spicetify-cli: init at 1.1.0 2020-11-10 14:48:34 -08:00
Edmund Wu 0f83b301aa hsphfpd: init at 2020-10-25 2020-11-10 20:53:13 +01:00
Robert Hensing 3f7278f9e9
Merge pull request #101341 from SuperSandro2000/gitlab-triage
gitlab-triage: init at 1.13.0
2020-11-10 19:14:29 +01:00
William Casarin b5f8f521e6 cp437: init at v0.6
Emulates an old-style "code page 437" / "IBM-PC" character set terminal
on a modern UTF-8 terminal emulator.

Signed-off-by: William Casarin <jb55@jb55.com>
2020-11-10 12:25:19 +01:00
Domen Kožar fdb4b55a09
Merge pull request #102265 from bburdette/timekeeper
Timekeeper gtk app
2020-11-10 10:55:16 +01:00
Frederik Rietdijk 0b2ca377b1 Merge staging-next into staging 2020-11-10 10:13:13 +01:00
Frederik Rietdijk 379aaa1e0c Merge master into staging-next 2020-11-10 10:11:08 +01:00
Fabián Heredia Montiel 674d77e68a coconut: init at 1.4.3 2020-11-09 23:16:23 -08:00
Fabián Heredia Montiel 4408345c9c pythonPackages.cpyparsing: init at 2.4.5.0.1.1 2020-11-09 23:16:23 -08:00
Samuel Dionne-Riel 46db711cda or1k-newlib: Add newlib for OpenRISC 1000 2020-11-09 22:32:11 -05:00
Zak B. Elep 4735ed0d4f perlPackages.FutureAsyncAwait: 0.45 -> 0.46 2020-11-10 11:04:48 +08:00
Mario Rodas a049480f2d
Merge pull request #103126 from marsam/init-go-chromecast
go-chromecast: init at 0.2.5
2020-11-09 20:04:15 -05:00
Peter Hoeg fdca20391c plasma-thunderbolt: init at 5.18.5 2020-11-10 08:10:00 +08:00
Tim Steinbach 264f235e62
Merge pull request #103103 from NeQuissimus/hardened_59
linux-hardened: 5.8.x -> 5.9.x
2020-11-09 18:33:17 -05:00
Anderson Torres c08c8a5344
Merge pull request #103179 from djanatyn/pkg/fend
fend: init at 0.1.9
2020-11-09 18:34:18 -03:00
Anderson Torres 5e9d9f07d1
Merge pull request #103050 from AndersonTorres/create-dockapps
Reorganize windowmaker dockapps
2020-11-09 17:48:42 -03:00
AndersonTorres ce009bb0e2 Dockapps: new structure 2020-11-09 17:35:31 -03:00
AndersonTorres 2cc1860faf Dockapps: cleanup 2020-11-09 17:32:21 -03:00
Michael Weiss 05192975fb
Merge pull request #103221 from primeos/llvm
llvmPackages_latest: llvmPackages_10 -> llvmPackages_11
2020-11-09 20:41:21 +01:00
Nick Hu a63c72212c
tree-sitter: macOS compatibility 2020-11-09 18:41:51 +00:00
Nick Hu aea7f1b540
tree-sitter: make shared/static libraries configurable 2020-11-09 18:41:20 +00:00