Commit graph

51960 commits

Author SHA1 Message Date
Vincent Laporte 07e3aab009 ocamlPackages.mustache: init at 3.1.0
mustache.js logic-less templates in OCaml
2020-08-05 11:39:18 +02:00
Jörg Thalheim fee8c0ae07
Revert "linux: Init 5.8"
This reverts commit 3a8cbea4f7.

This breaks systemd; We need to apply the systemd upgrade first.
2020-08-05 06:29:45 +01:00
Moritz Scheuren 2d6c2690f6 gtg: init at 0.4.0 2020-08-04 18:08:22 -07:00
Moritz Scheuren ba61b43921 pythonPackage.liblarch: init at 3.0.1 2020-08-04 18:08:22 -07:00
Jonathan Ringer 080472b6bf
gnunet-gtk: move under gnunet directory 2020-08-04 15:48:14 -07:00
pstn 6f32199fa3 gnunet-gtk: init at 0.12.0
Fixes #76754
2020-08-04 15:39:45 -07:00
Jonathan Ringer 0a2bebf78d python3Packages.towncrier: init at 19.2.0 2020-08-04 14:11:54 -07:00
Martin Weinelt bee771f70d python3Packages.brother: init at 0.1.14 2020-08-04 13:11:19 -07:00
Martin Weinelt 786d9a39ac python3Packages.pytest-tornasync: init at 0.6.0.post2 2020-08-04 13:11:19 -07:00
Martin Weinelt 2ae6d1fed6 python3Packages.pytest-trio: init at 0.6.0 2020-08-04 13:11:19 -07:00
Vladimír Čunát 8bbc202208
Merge branch 'master' into staging-next 2020-08-04 21:37:39 +02:00
Vladimír Čunát 6a617de2c4
Merge #94532: mesa.drivers: build with patchelf's master 2020-08-04 21:35:31 +02:00
Maximilian Bosch edd9e3e610
Merge pull request #94625 from herrwiese/for-master/bpytop
bpytop: init at 1.0.0
2020-08-04 21:05:44 +02:00
Andreas Wiese 616962ffd9 bpytop: init at 1.0.0 2020-08-04 20:50:45 +02:00
Eelco Dolstra 69f615cb7a
Merge pull request #94225 from sternenseemann/lowdown
lowdown: init at 0.7.2
2020-08-04 17:25:54 +02:00
markuskowa f2997db610
Merge pull request #92813 from markuskowa/add-ganesha
nfs-ganesha: init at 3.3
2020-08-04 14:01:05 +02:00
Frederik Rietdijk 26c481b435 Merge master into staging-next 2020-08-04 12:48:50 +02:00
Daniël de Kok b56eb10f89
Merge pull request #94469 from cust0dian/navi-2.7.1
navi: init at 2.7.1
2020-08-04 12:07:45 +02:00
Robert Scott 56f2d53f26 pythonPackages.bsdiff4: init at 1.2.0 2020-08-03 14:39:36 -07:00
Pavol Rusnak 64a8d0115b python3Packages.hwi: init at 1.1.2 2020-08-03 14:13:18 -07:00
Martin Weinelt cd8dcb546a python3Packages.pyHS100: init at 0.3.5.1 2020-08-03 13:52:39 -07:00
Martin Weinelt 2db9d13de4 pythonPackages.click-datetime: init at 0.2 2020-08-03 13:52:39 -07:00
Tim Steinbach 18ba7fc789
linux: Remove 5.6 2020-08-03 16:49:55 -04:00
Tim Steinbach 6afba54ead
linux_hardened_latest: Keep 5.7 2020-08-03 16:48:44 -04:00
Tim Steinbach 3a8cbea4f7
linux: Init 5.8 2020-08-03 16:45:45 -04:00
Ryan Mulligan 4162c69b3c
Merge pull request #92468 from petabyteboy/jitsi-meet
nixos/jitsi-meet: init
2020-08-03 12:43:37 -07:00
dpausp 37ee089855 eliot-tree: init at 19.0.1
dependencies:

* eliot: init at 1.12.0
2020-08-03 15:32:36 +00:00
John Ericson 7f0a9a4adb
Merge pull request #93905 from aaronjanse/aj-redox-release-cross
pkgs/top-level: add x86_64-redox to release-cross.nix
2020-08-02 22:57:27 -04:00
Michael Raskin ee02ea68d4
Merge pull request #85903 from kini/acl2-update
acl2: build standard library as well
2020-08-02 18:14:53 +00:00
Thomas Tuegel 798bba8fa0
Merge pull request #93903 from freezeboy/add-kfloppy
kfloppy: init at 20.04.3
2020-08-02 11:30:23 -05:00
Robert Hensing 150bf4fa3b
Merge pull request #75584 from Infinisil/settings-formats
Configuration file formats for JSON, INI, YAML and TOML
2020-08-02 16:58:49 +02:00
worldofpeace 705bbdbd9a
Merge pull request #84545 from mkg20001/pkg/timezonemap
timezonemap: init at 0.4.5
2020-08-02 08:36:00 -04:00
Vladimír Čunát 0c34580ebc
mesa.drivers: build with patchelf's master
Apparently using 0.9 (in b59fbf76d2) didn't fully fix the problem.
2020-08-02 09:17:15 +02:00
Keshav Kini 9a32d3d136 acl2, acl2-minimal: build standard library, init
Before this commit, we only built the main ACL2 executable.  Most users
will also want the standard library (the "Community Books"), so after
this commit, we build the entire `make everything` suite, which includes
essentially everything provided in the ACL2 repository.

There's also a new top-level package called `acl2-minimal` which has
just the core ACL2 executable, for those who really only want that.

Future work: modularize the build so that we can support multiple
different subsets of the standard library.  A lot of the stuff in this
complete build is probably superfluous to almost all users.  Also,
because some of the books have unclear or idiosyncratic licenses, the
full build will not be cached on cache.nixos.org, and installing it will
mean spending a few hours building it.  So it would be good to have a
pared down build which excluded non-free books and things that people
rarely or never use.
2020-08-01 23:38:54 -07:00
Jörg Thalheim b7d44114cb
Merge pull request #92284 from gnidorah/lazpaint
lazpaint: init at 7.1.3
2020-08-02 06:39:56 +01:00
Matt Wittmann 00501bd134 pythonPackages.vulture: init at 1.6 2020-08-01 21:05:55 -07:00
Martin Weinelt 929e79e6aa python3Packages.openwebifpy: init at 3.1.1 2020-08-01 18:55:53 -07:00
Martin Weinelt 806d2f3f1c python3Packages.async-upnp-client: init at 0.14.14 2020-08-01 18:50:04 -07:00
Martin Weinelt 32a3c9a220 python3Packages.python-didl-lite: init at 1.2.4 2020-08-01 18:50:04 -07:00
Martin Weinelt 1930604312 python3Packages.pyipp: init at 0.10.1
Also regenerate home-assistant component packages.
2020-08-01 18:01:14 -07:00
Martin Weinelt 25ac3f0f08 python3Packages.deepmerge: init at 0.1.0 2020-08-01 18:01:14 -07:00
Martin Weinelt 6c13b76481 pythonPackages.vcver: init at 0.2.10 2020-08-01 18:01:14 -07:00
Jonathan Ringer c9c8acfbc8
ledger: 3.1.3 -> 3.2.1 2020-08-01 17:58:42 -07:00
Michael Weiss fde8783f82
wayland-utils: init at 1.0.0 (#94471)
Announcement: https://lists.freedesktop.org/archives/wayland-devel/2020-July/041565.html
2020-08-01 23:05:01 +02:00
Vladimír Čunát c62ae96beb
Revert "libreoffice*: fix build after nss update"
This reverts commit 34432ad386.
It's apparently not needed after merge a45f68cca (PR #94188)
2020-08-01 22:11:40 +02:00
Vladimír Čunát 508a5f447e
Merge #94421: firefox* updates (security) 2020-08-01 22:11:35 +02:00
Martin Weinelt 93540e9c34
Merge pull request #93821 from mweinelt/pyfritzhome
python3Packages.pyfritzhome: init at 0.4.2
2020-08-01 22:09:12 +02:00
Martin Weinelt ab5af376cc
Merge pull request #94465 from Mic92/rhasspy-upstream
opengrm-ngram: init at 1.3.11, phonetisaurus: init at 2020-07-31
2020-08-01 21:44:43 +02:00
Serg Nesterov 2ddf5fc2e4
navi: init at 2.7.1 2020-08-01 22:17:55 +03:00
Jörg Thalheim d29b7d91d9
phonetisaurus: init at 2020-07-31
Co-authored-by: Martin Weinelt <mweinelt@users.noreply.github.com>
2020-08-01 19:56:25 +01:00
Jörg Thalheim 59c0d1f3ad
opengrm-ngram: init at 1.3.11 2020-08-01 19:56:14 +01:00
Frederik Rietdijk 50c060d13d Merge master into staging-next 2020-08-01 19:37:20 +02:00
Aaron Andersen bb96f89763
Merge pull request #94388 from stigtsp/package/perl-cpan-mini-init
perlPackages.CPANMini: init at 1.111016
2020-08-01 10:08:03 -04:00
Daniël de Kok 7861d43abd
Merge pull request #89192 from raboof/init-puredata-gem-plugin-at-2020-03-26
gem: init at 2020-03-26
2020-08-01 11:07:41 +02:00
Vladimír Čunát 35ce100964
Merge #93227: thunderbird*: add 78.1.0 (non-default)
> At this time, users of the Enigmail Add-on should not update to Thunderbird 78.
https://www.thunderbird.net/en-US/thunderbird/78.1.0/releasenotes/
2020-08-01 10:09:50 +02:00
Jörg Thalheim 0739f4b84f
Merge pull request #94105 from ddelabru/add-inform6
inform6: init at 6.34-6.12.2
2020-08-01 09:07:45 +01:00
Arnout Engelen 8ea4f5dea3
gem: init at 2020-03-26 2020-08-01 09:43:34 +02:00
taku0 1d730e1629 firefox-esr: 68.10.0esr -> 78.1.0esr 2020-08-01 15:39:40 +09:00
Ryan Mulligan 6a84389afe
Merge pull request #94203 from Artturin/add-autotiling
autotiling: init at 1.1
2020-07-31 20:41:42 -07:00
Artturin f0e0df37a2 autotiling: init at 1.1 2020-08-01 05:43:15 +03:00
Silvan Mosberger 64a9b4b7a3
Merge pull request #94165 from siraben/scas
scas: init at 0.4.6
2020-08-01 03:44:21 +02:00
Silvan Mosberger f9c2da7d35
Merge pull request #93232 from ShamrockLee/edukai
edukai: init at 4.0/edusong: init at 1.0/eduli: init at 3.0
2020-08-01 03:39:27 +02:00
Ben Siraphob a05e809205 scas: init at 0.4.6
Suggested changes
2020-08-01 08:30:38 +07:00
Shamrock Lee b2872b921d eduli: Init at 3.0
Add `eduli` (MOE Li Font)
If approved, users will be able to install
the Chinese Li (clerical) Font provided by
the Ministry of Education, Republic of China (Taiwan).
This is probably the first font of clerical script in nixpkgs.
2020-08-01 08:17:26 +08:00
Shamrock Lee 8ca49923c6 edusong: Init at 1.0
Add `edusong` (MOE Standard Song Font)
If approved, users will be able to install
the Standard Chinese Song Font provided by
the Ministry of Education, Republic of China (Taiwan).
2020-08-01 08:15:44 +08:00
Shamrock Lee 4102707f9a edukai: Init at 4.0
Add `edukai` (MOE Standard Kai Font) version 4.0
If approved, users will be able to install
the Standard Chinese Kai Font provided by
the Ministry of Education, Republic of China (Taiwan).
2020-08-01 08:12:45 +08:00
Stig Palmquist 9ffc60ddea
perlPackages.CPANMini: init at 1.111016 2020-08-01 01:34:10 +02:00
Martin Weinelt be2eede676 home-assistant: revert back to python3.8 2020-08-01 00:55:12 +02:00
Sirio Balmelli b14be7257a python3Packages.west: init at 0.7.2
Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
Co-authored-by: Joh <jonringer@users.noreply.github.com>
2020-07-31 14:25:42 -07:00
Christoph Neidahl 0e9f38426a bambootracker: init at 0.4.3 2020-07-31 21:45:35 +02:00
Pascal Hertleif 30a97cf45c plexamp: init at 3.0.3
Desktop file does not work.
2020-07-31 10:55:45 -07:00
Alexander Bantyev 6fb6633c47
Merge pull request #93792 from cab404/photon-utils
SL1ToPhoton: init at 0.1.3
2020-07-31 20:30:29 +03:00
Dennis Gosnell 471f3672b6
Merge pull request #94215 from mikefaille/dhall-lsp-server
dhall-lsp-server: init at 1.0.8 on all packages
2020-07-31 17:08:39 +09:00
Scott Worley 2f2954ccb1 pythonPackages.backoff: init at 1.10.0 2020-07-31 00:35:12 -07:00
Pavol Rusnak f034637a5b openssh: 8.2p1 -> 8.3p1
compile openssh_hpn with recent openssl
2020-07-31 09:01:02 +02:00
Jörg Thalheim bccfcd358f
Merge pull request #94123 from xoe-labs/da-cfssl-update 2020-07-31 06:54:45 +01:00
David Arnold ab1f69b099
init: go-rice at 1.0.0 2020-07-31 00:46:52 -05:00
zowoq e703f3f34b
Merge pull request #89453 from c00w/vend
Add vend support to go-modules
2020-07-31 15:16:47 +10:00
Matthew Bauer 5a741d16ff
Merge pull request #93541 from matthewbauer/ios-deploy-update
ios-deploy: move out of nodePackages
2020-07-30 19:55:52 -05:00
worldofpeace 82a441d3cf
Merge pull request #84141 from mkg20001/pkg/isolyzer
isolyzer: init at 1.3.0
2020-07-30 14:57:05 -04:00
Maciej Krüger 903f310795
timezonemap: init at 0.4.5 2020-07-30 20:47:13 +02:00
Maciej Krüger 6b806a2097
isolyzer: init at 1.3.0
Co-authored-by: worldofpeace <worldofpeace@protonmail.ch>
2020-07-30 20:43:37 +02:00
José Romildo Malaquias 5b9ec0f003 untrunc-anthwlock: init at 2020.07.18 2020-07-30 13:39:18 -03:00
Frederik Rietdijk cee7df4846 Merge staging-next into staging 2020-07-30 18:28:15 +02:00
Silvan Mosberger dd049a47d8
Merge pull request #93189 from bbigras/nwg-launchers
nwg-launchers: init at 0.2.0
2020-07-30 18:03:32 +02:00
Dominic Delabruere 406509dcae inform6: init at 6.34-6.12.2
nixpkgs already has Inform 7, which is a lovely design system for creating interactive fiction (text adventures) using a natural language compiler and a rich IDE. However, underlying Inform 7 is a C-like language, Inform 6, which has a much simpler toolchain and its own compiler and standard libraries, which I have packaged for nix here.
2020-07-30 10:27:25 -04:00
Mario Rodas a4d5f9ff5e
Merge pull request #78998 from magnetophon/real_time_config_quick_scan
real_time_config_quick_scan: init at unstable-2020-01-16
2020-07-30 07:58:01 -05:00
sternenseemann d492326622 lowdown: init at 0.7.2 2020-07-30 14:30:41 +02:00
Louis Tim Larsen 6eadc11005
mythtv: 30.0 -> 31.0
PR #93486
2020-07-30 13:00:09 +02:00
Michael Faille 46ea069d9e dhall: init at 1.0.8 on all packages 2020-07-30 02:08:55 -04:00
Wael Nasreddine eaca8a71ec
Merge pull request #93839 from lucperkins/humioctl
humioctl: init at 0.25.0
2020-07-29 19:12:47 -07:00
Luc Perkins 90b9c8e098 humioctl: init at 0.25.0 2020-07-29 18:47:18 -07:00
Aaron Andersen c981eb7eb8
Merge pull request #93187 from stigtsp/package/perl532-packages-fix
perlPackages: fixes for perl 5.30.3 -> 5.32.0
2020-07-29 21:24:11 -04:00
Vladimír Čunát 60d89e5793
Merge branch 'master' into staging 2020-07-29 18:40:28 +02:00
worldofpeace d12c11e30c treewide: use nix-update updateScript for packages I maintain 2020-07-29 12:33:39 -04:00
Silvan Mosberger b6c540a87c
pkgs-lib: Implement settings formats for JSON, INI, YAML and TOML 2020-07-29 18:08:23 +02:00
Silvan Mosberger 888c923880
pkgs: Add pkgs-lib structure 2020-07-29 18:08:20 +02:00
taku0 379d978234 thunderbird: make 68 as the default 2020-07-29 12:17:45 +09:00
taku0 658b4d7ce5 thunderbird: 68.9.0 -> 78.0
- Updated the version and the source hash.
- Removed unsupported options.
- Updated the patch.
- Tweaked dependencies; 78 requires newer versions.
2020-07-29 12:14:23 +09:00
Colin L Rice 95be7b25be go-modules: Add useVend flag to go-modules 2020-07-28 21:11:28 -04:00