Commit Graph

38781 Commits

Author SHA1 Message Date
github-actions[bot]
4ea74538ce
Merge master into staging-next 2021-06-18 18:04:25 +00:00
Sandro
1bea1daefd
Merge pull request #127365 from davegallant/infracost-0.9.1
infracost: init at 0.9.1
2021-06-18 20:03:55 +02:00
Sandro
4dfa1d108a
Merge pull request #124495 from bolasblack/feat/asdf-vm
asdf-vm: init at 0.8.1
2021-06-18 20:03:33 +02:00
Sandro
d370fb96c5
Merge pull request #127262 from samuelgrf/times-newer-roman-init-at-2018-09-11 2021-06-18 19:59:51 +02:00
laikq
9943455f94 veusz: init at 3.3.1 2021-06-18 19:57:08 +02:00
Sandro
4d84708a4d
Merge pull request #75395 from malbarbo/scryer-prolog 2021-06-18 19:28:24 +02:00
Maximilian Bosch
b2db3cb6f1
Merge pull request #127352 from happysalada/cargo-udeps_update
cargo-udeps: 0.1.21 -> 0.1.22
2021-06-18 18:47:04 +02:00
Dave Gallant
e7059c01e1
infracost: init at 0.9.1 2021-06-18 12:06:52 -04:00
Marco A L Barbosa
60ddbbb3a3 scryer-prolog: init at 0.8.127 2021-06-18 12:36:03 -03:00
c4605
892fa79371 asdf-vm: init at 0.8.1 2021-06-18 22:19:53 +08:00
Ethan Edwards
33d42ad7cf
guile-gcrypt: init at 0.2.1 (#126645)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-06-18 15:56:38 +02:00
happysalada
8568807d54 cargo-udeps: 0.1.21 -> 0.1.22 2021-06-18 22:54:59 +09:00
Bob van der Linden
d1ac06b009
neo4j-desktop: init at 1.4.5 (#127341)
* neo4j-desktop: init at 1.4.5

* Update pkgs/applications/misc/neo4j-desktop/default.nix

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-06-18 15:22:49 +02:00
Samuel Gräfenstein
c0e4d8744a
times-newer-roman: init at 2018-09-11 2021-06-18 14:46:19 +02:00
Ethan Edwards
316d7e2da4 guile-json: init at 4.4.1 2021-06-18 08:26:04 -04:00
github-actions[bot]
dd892e7e2f
Merge master into staging-next 2021-06-18 12:04:55 +00:00
Sandro
2cd3d2ed90
Merge pull request #126599 from OPNA2608/adopt_gnidorah_packages 2021-06-18 13:42:00 +02:00
Sandro
24ca16ab84
Merge pull request #127117 from urlordjames/drogon 2021-06-18 12:12:19 +02:00
Sandro
ed6c2b1c42
Merge pull request #127123 from AndersonTorres/new-commanderx16 2021-06-18 12:05:22 +02:00
Sandro
0def2bfbd1
Merge pull request #127164 from berbiche/nwg-menu-init-at-unstable
nwg-menu: init at unstable-2021-06-12
2021-06-18 12:01:18 +02:00
Maxine Aubrey
c352a08ade
vala_0_44: drop 2021-06-18 11:25:00 +02:00
Maxine Aubrey
7f90512ca5
vala_0_36: drop 2021-06-18 11:25:00 +02:00
Keagan McClelland
7742683a56
lightning-loop: init at version 0.12.2 2021-06-18 10:59:45 +02:00
Pavol Rusnak
dadf0cdf38
Merge pull request #122485 from ProofOfKeags/pkg/lightning-pool
lightning-pool: init at version 0.4.4
2021-06-18 10:56:00 +02:00
urlordjames
fae72ae3df drogon: init at 1.6.0 2021-06-17 21:24:16 -04:00
github-actions[bot]
2c3f9221df
Merge master into staging-next 2021-06-18 00:10:06 +00:00
Ebrahim
25eff5eb7d vazir-code-font: init at 1.1.2
Vazir code is one of Rastikerdar's fonts which makes
Arabic/Persian characters monospaced.
2021-06-18 04:20:11 +04:30
Nicolas Berbiche
d3c232b4ff
nwg-menu: init at unstable-2021-06-12 2021-06-17 16:29:29 -04:00
Alyssa Ross
59420d6b6f makeDBusConf: make apparmor argument optional
The only in-tree use of this is the DBus NixOS module, which always
passes apparmor (but the services.dbus.apparmor option defaults to
"disabled").  Set the default in the function as well so other users
of the function can take advantage of it.
2021-06-17 19:44:46 +00:00
OPNA2608
c403c730d6 munt: Add maintainer, 2.4.1 -> 2.5.0 2021-06-17 21:07:07 +02:00
OPNA2608
ac70827524 opl3bankeditor,opn2bankeditor: Add maintainer, refactor, devendor deps 2021-06-17 21:06:42 +02:00
Guillaume Girol
185b114d7d
Merge pull request #126728 from austinbutler/imagination
imagination: init at 3.6
2021-06-17 18:51:48 +00:00
V
e8e0255162
obs-studio: add plugin wrapper (#125308)
* obs-studio: tidy things up a little

* obs-studio: add plugin wrapper

This allows users to install plugins into their OBS Studio, like so:

	wrapOBS {
	  plugins = with obs-studio-plugins; [
	    wlrobs
	    obs-multi-rtmp
	    obs-gstreamer
	  ];
	}

* obs-gstreamer: convert to plugin

* obs-move-transition: convert to plugin

* obs-multi-rtmp: convert to plugin

* obs-ndi: convert to plugin

* obs-v4l2sink: remove

The functionality provided by this package is included in the upstream
project as of version 26.1.

Link: https://github.com/CatxFish/obs-v4l2sink/issues/56#issuecomment-753191690
Link: https://github.com/obsproject/obs-studio/releases/tag/26.1.0

* wlrobs: convert to plugin, unstable-2020-06-22 -> unstable-2021-05-13
2021-06-17 14:05:26 -04:00
github-actions[bot]
6d1e6ab15a
Merge master into staging-next 2021-06-17 18:04:42 +00:00
Malte Brandy
4b2e95ca2a
Merge branch 'master' into haskell-updates 2021-06-17 19:13:59 +02:00
Graham Christensen
9f7651db00
Merge pull request #127239 from zimbatm/tf-restore-old-versions
Revert "terraform: drop old versions"
2021-06-17 12:58:56 -04:00
zimbatm
56f08c070d
Revert "terraform: drop old versions"
Leave a bit of breathing rooms for users to upgrade.

This reverts commit 3919d73030.
2021-06-17 18:31:16 +02:00
Luke Granger-Brown
f69ee1e3fe grafanaPlugins: use callPackages
This drops dontRecurseIntoAttrs at the same time.
2021-06-17 16:04:28 +00:00
Michael Raskin
6f910f41f4
Merge pull request #126145 from MatthewCroughan/add-survex
survex: init at 1.2.44
2021-06-17 15:40:43 +00:00
Sandro
e3134503d9
Merge pull request #127167 from aanderse/tomcat-updates 2021-06-17 17:14:58 +02:00
Alyssa Ross
7ff166f50f libgpgerror: clean up
The missing gen-lock-obj.sh was resolved a long time ago.

Change the Git URL to the official location while I'm doing
libgpgerror things.
2021-06-17 13:31:53 +00:00
github-actions[bot]
597535ca02
Merge master into staging-next 2021-06-17 06:04:38 +00:00
Austin Butler
990a17bd02 imagination: init at 3.6 2021-06-16 21:29:29 -07:00
Aaron Andersen
fa60c16dfc tomcat8: drop package 2021-06-16 22:07:30 -04:00
Aaron Andersen
b6ce336775 tomcat7: drop package 2021-06-16 22:05:28 -04:00
Aaron Andersen
d2080550e3 tomcat10: init at 10.0.6 2021-06-16 22:05:28 -04:00
AndersonTorres
ddc6655e34 Rename commander-x16 to commanderx16
After all, it is the upstream name.
2021-06-16 22:41:13 -03:00
AndersonTorres
37916df9d0 commanderx16: create x16-run script
In a typical FHS-compliant system, the rom and the emulator share the same
directory tree, and x16emu explores it. But Nix/Nixpkgs breaks this assumption.

Therefore, I made a useful script tailored to a regular user of Nixpkgs invoke
it in a more straightforward way. With this, the end user does not need to
explicitly set the default rom path.
2021-06-16 22:41:13 -03:00
Sandro
1ffadaa858
Merge pull request #127130 from superherointj/package-linkerd-edge-21.6.2 2021-06-17 03:11:50 +02:00
github-actions[bot]
538d5cc5d0
Merge staging-next into staging 2021-06-17 00:09:51 +00:00
github-actions[bot]
51bf815af0
Merge master into staging-next 2021-06-17 00:09:48 +00:00
Sandro
29affb1603
Merge pull request #126207 from georgyo/usql 2021-06-17 01:18:16 +02:00
superherointj
24b04ac4c6 linkerd: 2020-05-01 -> edge-21.6.2
linkerd.stable: init stable-2.9.5
linkerd.edge: init edge-21.6.2

Fixes #113218

This PR was a huge colaboration between many people: @NobbZ, @Kalbasit, @Tomberek, @ldesgoui, @Gonzih, @jnetod, @bryanasdev000, @AndersonTorres and more...
And @jnetod won the crown by being the last one to put the nail in the coffin!

Co-authored-by: bryanasdev000 <bryanasdev000@gmail.com>
Co-authored-by: jnetod <jnetod@users.noreply.github.com>
Co-authored-by: AndersonTorres <torres.anderson.85@protonmail.com>
2021-06-16 20:13:54 -03:00
Robert Schütz
d850550ec8
Merge pull request #116181 from ju1m/mastodon-archive
mastodon-archive: init at 1.3.1
2021-06-16 20:54:37 +02:00
Julien Moutinho
0af0d5c5c3 mastodon-archive: init at 1.3.1 2021-06-16 20:24:45 +02:00
github-actions[bot]
8b9fa8d446
Merge staging-next into staging 2021-06-16 18:04:48 +00:00
github-actions[bot]
2d104c99a7
Merge master into staging-next 2021-06-16 18:04:45 +00:00
Jan Tojnar
e3dfa79441
Merge branch 'staging-next' into staging
Regenerated pkgs/servers/x11/xorg/default.nix to resolve the conflict.
2021-06-16 19:59:05 +02:00
Florian Beeres
ef74702bff
litestream: init at 0.3.5 (#127108)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-06-16 19:06:30 +02:00
Sandro
19e79f03cf
Merge pull request #127032 from weihua-lu/logseq-0.1.8
logseq: 0.1.3 -> 0.1.8
2021-06-16 18:31:16 +02:00
Sandro
0e706475e5
Merge pull request #125884 from astro/kaidan 2021-06-16 15:33:30 +02:00
Sandro
9dc0610429
Merge pull request #126842 from nessdoor/nixpkgs/jquake
jquake: init at 1.6.1
2021-06-16 15:30:36 +02:00
Sandro
82c44903bc
Merge pull request #126095 from liff/init/libserdes
libserdes: init at 6.2.0
2021-06-16 15:30:05 +02:00
George Shammas
b2cae371fe
usql: init at 0.9.1 2021-06-16 08:20:17 -04:00
github-actions[bot]
b08ae54dd9
Merge master into staging-next 2021-06-16 12:04:47 +00:00
Joe Hermaszewski
2d95c11e1c nix-linter: 2020-09-25 -> 2021-06-16
Also add to haskellPackages
2021-06-16 11:18:27 +02:00
markuskowa
5ad54b5bc9
Merge pull request #126785 from oxzi/ucarp-1.5.2
ucarp: init at 1.5.2 / nixos/ucarp: init / nixos/test/ucarp: init
2021-06-16 10:54:23 +02:00
Weihua Lu
6a41e5719e logseq: 0.1.3 -> 0.1.8 2021-06-16 12:06:26 +08:00
Jonathan Ringer
d1d37feb6d
Merge branch 'master' into staging-next
Conflicts:
  pkgs/servers/x11/xorg/default.nix
2021-06-15 19:32:36 -07:00
Sandro
7a7c7de4e3
Merge pull request #126697 from arezvov/iotop-c 2021-06-16 03:20:23 +02:00
Alexander Rezvov
74f03b7e7c iotop-c: add new package 2021-06-16 03:15:08 +03:00
Martin Weinelt
fd800a838c
Merge pull request #125890 from mweinelt/brother-mfc9140cdn 2021-06-16 00:42:18 +02:00
Alvar Penning
f610ecd084 ucarp: init at 1.5.2 2021-06-15 16:27:26 +02:00
hlolli
5efbcf8d7e emacs: fix darwin's aarch64 codesigning issue 2021-06-15 16:05:58 +02:00
Sandro
95737ccee7
Merge pull request #126569 from polygon/flowblade 2021-06-15 13:35:08 +02:00
Sandro
b5a9df01ab
Merge pull request #126729 from r-burns/g203-led 2021-06-15 13:03:59 +02:00
polygon
d68139154c flowblade: init at 2.8.0.3 2021-06-15 12:43:26 +02:00
Jonas Chevalier
58fbce466b
Merge pull request #126919 from zimbatm/terraform-cleanup
Terraform cleanup
2021-06-15 12:16:43 +02:00
zimbatm
3919d73030
terraform: drop old versions
Now that terraform 1.0 is stable, only keep that version.
2021-06-15 12:07:48 +02:00
zimbatm
01b6046594
terraform: switch to 1.0
Default to the stable release
2021-06-15 12:05:17 +02:00
zimbatm
355aa90cfc
terraform: export mkTerraform
Make the Terraform constructor available for third-party users.
2021-06-15 12:01:06 +02:00
zimbatm
f33e2c5c2b
terraform_1_0_0: rename to terraform_1_0
Only use major_minor so we can bump minor versions.
2021-06-15 11:59:51 +02:00
Ryan Burns
eacb00cf2e g203-led: init at 20210508-git 2021-06-15 02:52:03 -07:00
Damien Cassou
874ef4b6c6
Merge pull request #124168 from DamienCassou/retro-gtk
retro-gtk: init at 1.0.2
2021-06-15 11:42:39 +02:00
Jan Tojnar
91171e2955
Merge branch 'master' into staging-next
Regenerated pkgs/servers/x11/xorg/default.nix to resolve the conflict.
2021-06-15 11:19:41 +02:00
Bernardo Meurer
2d29f4f2e7
Merge pull request #112971 from lovesegfault/roon-bridge
roon-bridge: init at 1.8-795
2021-06-14 19:57:20 -07:00
Icy-Thought
687c03a5d0
whitesur-icon-theme: init at 2021-05-20 (#126783)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-06-15 03:30:36 +02:00
Martin Weinelt
76f168a4f1
mfc9140cdncupswrapper: init at 1.1.4-0 2021-06-15 03:00:49 +02:00
Martin Weinelt
f52c8862c9
mfc9140cdnlpr: init at 1.1.2-1 2021-06-15 03:00:48 +02:00
Sandro
f958de8361
Merge pull request #126394 from Luflosi/add-apfsprogs
apfsprogs: init at 2021.05.07
2021-06-15 02:55:04 +02:00
Sandro
e0f9e2cc0e
Merge pull request #126523 from Princemachiavelli/package/electron-mail 2021-06-15 02:51:26 +02:00
Sandro
f380d32141
Merge pull request #126676 from marius851000/skytemple 2021-06-15 02:46:02 +02:00
Sandro
4de3cb8dd1
Merge pull request #126559 from zhaofengli/riscv-llvm-11-default
llvmPackage: Use LLVM 11 for RISC-V
2021-06-15 02:25:28 +02:00
Astro
d3ea241c7d kaidan: init at 0.8.0 2021-06-14 23:36:46 +02:00
Astro
afb3f23075 qxmpp: init at 1.4.0 2021-06-14 23:32:10 +02:00
Sandro
807820fd1a
Merge pull request #126575 from mbrgm/cups-kyocera-ecosys-m552x-p502x
cups-kyocera-ecosys-m552x-p502x: init at 8.1602
2021-06-14 20:14:55 +02:00
Sandro
6aaabb89e2
Merge pull request #126100 from natto1784/anup 2021-06-14 19:55:40 +02:00
Damien Cassou
bf2a58483d
retro-gtk: init at 1.0.2 2021-06-14 19:41:58 +02:00
Sandro
d2c1a26246
Merge pull request #126400 from nagy/vowpal-wabbit-boost17x
vowpal-wabbit: use boost17x
2021-06-14 19:39:52 +02:00
Sandro
e139c038a2
Merge pull request #126391 from nagy/zanshin-boost
zanshin: use `boost` instead of `boost160`
2021-06-14 19:24:48 +02:00
Olli Helenius
d3858d4abb
libserdes: init at 6.2.0 2021-06-14 20:01:58 +03:00
Tomas Antonio Lopez
9aa9673387 jquake: init at 1.6.1 2021-06-15 01:13:32 +09:00
Andika Demas Riyandi
15353873f2
sentry-cli: init at 1.66.0 (#126228) 2021-06-14 17:37:13 +02:00
Jan Tojnar
f0545ba9d3
markdown-anki-decks: init at 1.0.0 (#126782)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-06-14 16:55:52 +02:00
Sandro
092d040728
Merge pull request #126790 from IvarWithoutBones/init/cglm
cglm: init at 0.8.3
2021-06-14 14:57:21 +02:00
Sandro
e8d07ac0d9
Merge pull request #126802 from figsoda/stylua
stylua: init at 0.8.1
2021-06-14 14:24:06 +02:00
Théo Zimmermann
2bbf6c8687
Move CompCert into coqPackages. (#126214)
* compcert: preparation to move in coqPackages

* compcert: move into coqPackages

* compcert: remove version 3.7

As a consequence, also remove VST version 2.6

These were broken.
2021-06-14 14:21:41 +02:00
github-actions[bot]
dbed958bf2
Merge staging-next into staging 2021-06-14 12:04:44 +00:00
github-actions[bot]
f2ba460019
Merge master into staging-next 2021-06-14 12:04:41 +00:00
Sandro
7021d8e774
Merge pull request #126595 from vale981/master
mathpix-snipping-tool: init at 03.00.0025
2021-06-14 12:43:41 +02:00
figsoda
c3218e1ff7 stylua: init at 0.8.1 2021-06-13 22:47:06 -04:00
OPNA2608
fb41ef3aaf survex: support Darwin build 2021-06-14 02:22:25 +01:00
github-actions[bot]
9a860729b2
Merge staging-next into staging 2021-06-14 00:08:51 +00:00
github-actions[bot]
13f31f60bf
Merge master into staging-next 2021-06-14 00:08:48 +00:00
Sandro
909d9dc5fb
Merge pull request #126281 from figsoda/freshfetch
freshfetch: fix darwin build
2021-06-14 01:01:29 +02:00
IvarWithoutBones
4d074658d0 cglm: init at 0.8.3 2021-06-13 23:10:23 +02:00
Jasper Woudenberg
04d20258ea system76-power: init at 1.1.16 2021-06-13 22:11:42 +02:00
Michele Guerini Rocco
d7523d36ee
Merge pull request #126593 from ncfavier/efont-unicode
efont-unicode: init at 0.4.2
2021-06-13 20:41:51 +02:00
github-actions[bot]
e0285f7892
Merge staging-next into staging 2021-06-13 12:06:12 +00:00
github-actions[bot]
5ac3d4e7b0
Merge master into staging-next 2021-06-13 12:06:09 +00:00
Bernardo Meurer
fa0326ce52
Merge pull request #126451 from lovesegfault/hqplayer
hqplayer: init
2021-06-13 10:36:29 +00:00
Jörg Thalheim
1b299f5785
Merge pull request #126060 from Mic92/dpdk-kmod
dpdk-kmods: init at 2021-04-21
2021-06-13 11:37:03 +02:00
marius david
f5b6846c21 armips: init at 0.11.0 2021-06-13 11:31:44 +02:00
Sable Seyler
c4e14f4818
Merge branch 'master' of github.com:nixos/nixpkgs into terra 2021-06-13 01:10:09 -07:00
Yusuf Bera Ertan
181d764372 hyprspace: init at 0.1.2 2021-06-13 16:46:05 +09:00
github-actions[bot]
3501b20658
Merge staging-next into staging 2021-06-13 06:04:51 +00:00
github-actions[bot]
ec4b7ebf86
Merge master into staging-next 2021-06-13 06:04:48 +00:00
adisbladis
fce0206462
Merge pull request #126712 from adisbladis/goofys-init
goofys: init at unstable-2021-03-26
2021-06-12 21:44:00 -05:00
Anderson Torres
905ab4667c
Merge pull request #126505 from deviant/fix-obs-browser
Fix obs-browser
2021-06-12 22:12:18 -03:00
github-actions[bot]
de8250217d
Merge staging-next into staging 2021-06-13 00:10:27 +00:00
github-actions[bot]
261638938e
Merge master into staging-next 2021-06-13 00:10:24 +00:00
Naïm Favier
c64e4d25f7
efont-unicode: init at 0.4.2 2021-06-13 01:11:31 +02:00
adisbladis
22ae7ededa
goofys: init at unstable-2021-03-26 2021-06-12 17:33:18 -05:00
ajs124
38a0226d57
Merge pull request #126702 from symphorien/remove-tt-rss-plugin-tumblr-gdpr
tt-rss-plugin-tumblr-gdpr: remove
2021-06-12 22:50:19 +02:00
Guillaume Girol
a421a74be3 tt-rss-plugin-tumblr-gdpr: remove 2021-06-12 21:49:14 +02:00
Sandro
0b277ac4ef
Merge pull request #126691 from ericdallo/polylith-init
polylith: init at 0.1.0-alpha9
2021-06-12 21:44:02 +02:00
Sandro
dea8072438
Merge pull request #125242 from cmars/kubebuilder 2021-06-12 21:35:34 +02:00
Jörg Thalheim
0d2276ec34
dpdk-kmods: init at 2021-04-21
In the last release dpdk moved the uio_igb driver to a different package
Without it dpdk is not very useful.
2021-06-12 20:25:28 +02:00
Eric Dallo
e1d5e9da32
polylith: init at 0.1.0-alpha9 2021-06-12 15:12:52 -03:00
github-actions[bot]
9309a23dd3
Merge staging-next into staging 2021-06-12 18:04:58 +00:00
github-actions[bot]
65a7d168af
Merge master into staging-next 2021-06-12 18:04:56 +00:00
Malte Brandy
105bb9c5c3
Merge branch 'master' into haskell-updates 2021-06-12 19:28:35 +02:00
Sandro
b07cf14fcb
Merge pull request #121707 from prusnak/secp256k1
secp256k1: (unstable-)2020-08-16 -> unstable-2021-06-06
2021-06-12 18:24:14 +02:00
Sandro
83713d32c8
Merge pull request #126644 from ethancedwards8/guile-git 2021-06-12 17:19:14 +02:00
OPNA2608
696dd4533e libbencodetools: init at unstable-2021-04-15 2021-06-12 16:02:17 +02:00
OPNA2608
b6cebef234 adlplug,opnplug: Add maintainer, refactor 2021-06-12 16:02:17 +02:00
github-actions[bot]
b9b43d5872
Merge staging-next into staging 2021-06-12 12:07:06 +00:00
github-actions[bot]
45799b7162
Merge master into staging-next 2021-06-12 12:07:03 +00:00
fortuneteller2k
c63d4270fe linuxPackages.rtl8188eus-aircrack: init at unstable-2021-05-04 2021-06-11 23:24:43 -07:00
Ethan Edwards
0dd23e2610
guile-git: init at 0.3.0 2021-06-12 01:18:03 -04:00
Ethan Edwards
74c602f211
scheme-bytestructures: init at 1.0.7 2021-06-12 00:42:20 -04:00
github-actions[bot]
b5a68e6d43
Merge staging-next into staging 2021-06-12 00:10:25 +00:00
github-actions[bot]
8d3108832e
Merge master into staging-next 2021-06-12 00:10:23 +00:00
sternenseemann
922a444b27 Merge remote-tracking branch 'origin/master' into haskell-updates 2021-06-11 21:14:29 +02:00
Robert Scott
8f3bf74e1c bosh-cli: init at 6.4.3 2021-06-11 15:15:49 +01:00
Valentin Boettcher
1ac2d6141c
mathpix-snipping-tool: init at 03.00.0025 2021-06-11 15:36:02 +02:00
github-actions[bot]
8e50248719
Merge staging-next into staging 2021-06-11 12:04:41 +00:00
github-actions[bot]
212846c302
Merge master into staging-next 2021-06-11 12:04:38 +00:00
Marius Bergmann
838ff97b19 cups-kyocera-ecosys-m552x-p502x: init at 8.1602 2021-06-11 11:29:34 +02:00
Robert James Hernandez
b2a8e40881
github-to-sqlite: init at 2.8.2 (#126563)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-06-11 10:58:55 +02:00
natto1784
9acd608f77
anup: init at 0.4.0 2021-06-11 10:46:02 +05:30
Bernardo Meurer
0bab4db5e2
hqplayer-desktop: init at 4.12.0-34 2021-06-10 21:42:19 -07:00
Bernardo Meurer
23023dffe2
hqplayerd: init at 4.24.0-61 2021-06-10 21:42:18 -07:00
Bernardo Meurer
f3c4d66679
libgmpris: init at 2.2.1-8 2021-06-10 21:42:16 -07:00
Zhaofeng Li
cc4e1d5de9 llvmPackage: Use LLVM 11 for RISC-V 2021-06-10 20:35:01 -07:00
Alyssa Ross
926765c5e3
Merge remote-tracking branch 'nixpkgs/staging-next' into staging
Conflicts:
	pkgs/servers/http/apache-httpd/2.4.nix
2021-06-11 02:05:00 +00:00
Josh Hoffer
11ee0cb222
electron-mail: init at 4.12.2 2021-06-10 19:54:18 -06:00
github-actions[bot]
dcfc502458
Merge master into staging-next 2021-06-11 00:09:47 +00:00
Luflosi
5d06ef0e1e
apfsprogs: init at unstable-2021-05-07 2021-06-11 00:17:44 +02:00
Milan Pässler
55cd291bbd pleroma-otp: remove 2021-06-10 22:53:00 +02:00
Milan Pässler
35c00c0e39 pleroma: init at 2.3.50 2021-06-10 22:53:00 +02:00
Zane van Iperen
19ff8bd943
vgmstream: init at r1050-3738-g7cfa1f29 (#125492)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-06-10 21:13:30 +02:00
Sandro
b506f1d575
Merge pull request #126371 from fortuneteller2k/redfang
redfang: init at 2.5
2021-06-10 21:09:35 +02:00
Sandro
2c4a7e6e47
Merge pull request #125290 from fabaff/sqlfluff
sqlfluff: init at 0.6.0a2
2021-06-10 21:09:10 +02:00
Sandro
85eb5505e2
Merge pull request #96001 from cpcloud/tensorflow-lite 2021-06-10 20:54:15 +02:00
Sandro
63c7f718c4
Merge pull request #126390 from nagy/minia
minia: use `boost` instead of `boost159`
2021-06-10 20:50:40 +02:00
Sandro
a401702824
Merge pull request #126446 from chkno/jbofihe
jbofihe: Init at 0.43
2021-06-10 20:33:17 +02:00
Sandro
001db7da8b
Merge pull request #126403 from Valodim/init-libfprint-2-tod1-vfs0090
libfprint-2-tod1-vfs0090: init at 0.8.5
2021-06-10 20:32:36 +02:00
Sandro
4cd421cdc5
Merge pull request #126377 from fufexan/orchis-theme
orchis: rename to orchis-theme
2021-06-10 20:23:13 +02:00
github-actions[bot]
f023076314
Merge staging-next into staging 2021-06-10 18:14:20 +00:00
github-actions[bot]
870106ba69
Merge master into staging-next 2021-06-10 18:14:17 +00:00
Bernardo Meurer
2bac6a445e
roon-bridge: init at 1.8-795 2021-06-10 10:30:30 -07:00
V
41756934db libcef: 75.1.14 -> 90.6.7 2021-06-10 19:25:32 +02:00
Scott Worley
462730dd7f jbofihe: Init at 0.43 2021-06-10 09:49:26 -07:00
Alyssa Ross
d5564db46a
cvs-fast-export: rename from cvs_fast_export
cvs-fast-export is the canonical name of the software that users would
expect the package to be called in Nixpkgs.
2021-06-10 14:02:43 +00:00
Vincent Breitmoser
00ec76bb24 libfprint-2-tod1-vfs0090: init at 0.8.5 2021-06-10 14:24:58 +02:00
Phillip Cloud
de470025e5 tensorflow-lite: init at v2.5.0 2021-06-10 08:20:51 -04:00
Jan Tojnar
ba733d435b
Merge branch 'staging-next' into staging 2021-06-10 14:07:45 +02:00
github-actions[bot]
51dce04dde
Merge master into staging-next 2021-06-10 12:05:05 +00:00
Maciej Krüger
c0c34eb757
Merge pull request #125619 from mkg20001/bulky 2021-06-10 08:51:44 +00:00
Sandro
9e26d882c8
Merge pull request #126356 from drupol/feature/add-symfony-cli 2021-06-10 10:21:22 +02:00
Potato Hatsue
233087eb79 haskellPackages.nvfetcher: move overrideCabal to configuration-nix.nix 2021-06-10 09:50:57 +02:00
Maciej Krüger
2a85a9835b
common-licenses: init at 11.1
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-06-10 09:38:28 +02:00
fortuneteller2k
9c885c9091 redfang: init at 2.5 2021-06-10 15:04:42 +08:00
github-actions[bot]
da8d931c82
Merge master into staging-next 2021-06-10 06:07:24 +00:00
AndersonTorres
822606864b Reorder alsa-project expressions in all-packages.nix 2021-06-10 01:37:32 -03:00
AndersonTorres
f1242006c9 Change all alsaUtils references to alsa-utils 2021-06-10 01:37:32 -03:00
AndersonTorres
7b8a56a577 Change all alsaTools references to alsa-tools 2021-06-10 01:37:32 -03:00
AndersonTorres
0b045a37fc Change all alsaPlugins references to alsa-plugins
Also, refactor alsa-plugins to make it more readable.
2021-06-10 01:36:35 -03:00
AndersonTorres
58fc582fe8 Change all alsaOss references to alsa-oss 2021-06-10 01:12:49 -03:00
AndersonTorres
e9e5f5f84d Change all alsaLib references to alsa-lib 2021-06-10 01:12:49 -03:00
AndersonTorres
7f7f2ef93a alsa-project: a small refactor
Now, all ALSA projects reside in a dedicated directory, namely,
pkgs/os-specific/linux/alsa-project/
2021-06-10 01:12:48 -03:00
Daniel Nagy
f2e402f9cd
vowpal-wabbit: use boost17x 2021-06-09 22:56:36 +02:00
Daniel Nagy
ba65f97620
zanshin: use boost instead of boost160 2021-06-09 20:56:10 +02:00
Pol Dellaiera
f1bbe0c2ca symfony-cli: init at 4.25.2 2021-06-09 20:28:10 +02:00
Daniel Nagy
305e524d46
minia: use boost instead of boost159 2021-06-09 20:22:30 +02:00
github-actions[bot]
cf8441dd85
Merge staging-next into staging 2021-06-09 18:14:53 +00:00
github-actions[bot]
f242b07bc2
Merge master into staging-next 2021-06-09 18:14:51 +00:00
Casey Marshall
08ae5f5caf
Kubebuilder: init at 3.0.1
Kubebuilder is an SDK for building Kubernetes APIs using CRDs.
2021-06-09 11:57:24 -05:00
matthewcroughan
05ed13f835 survex: init at 1.2.44
Co-authored-by: Fabian Affolter <mail@fabian-affolter.ch>
Co-authored-by: Christoph Neidahl <christoph.neidahl@gmail.com>
2021-06-09 17:35:58 +01:00
Mihai Fufezan
972898113c
orchis: rename to orchis-theme
orchis-theme: 2021-04-20 -> 2021-06-09
2021-06-09 18:12:44 +03:00
Sandro
2533bf8cd4
Merge pull request #126233 from siraben/althttpd-init
althttpd: init at unstable-2021-05-07
2021-06-09 15:48:24 +02:00
figsoda
2640519d63 freshfetch: fix darwin build 2021-06-09 09:32:21 -04:00
Martin Weinelt
3da00fa467
Merge branch 'master' into staging-next 2021-06-09 14:18:55 +02:00
Sandro
3fcf9a6af8
Merge pull request #125501 from musfay/picotool 2021-06-09 13:33:00 +02:00
Sandro
403befdf2f
Merge pull request #125677 from cpcloud/bump-flatbuffers
flatbuffers: 1.12.0 -> 2.0.0
2021-06-09 13:11:18 +02:00
Ivar
7e84163a5d
zenith: add nvidia GPU support (#126097) 2021-06-09 13:09:54 +02:00
Sandro
7e343d4ca0
Merge pull request #118744 from rnpgp/rnp 2021-06-09 12:57:28 +02:00
Sandro
b8a0f46db5
Merge pull request #121995 from jo1gi/add-base16-universal-manager 2021-06-09 12:55:27 +02:00
Sandro
0bbf9e1726
Merge pull request #126006 from sternenseemann/notemap
notemap: init at 1.3
2021-06-09 12:50:34 +02:00
Nicolás Kennedy
1c2347a5d9
veikk-linux-driver: init at 2.0 (#125856)
Add linux kernel driver that enables VEIKK brand digitizer functionality
2021-06-09 12:49:55 +02:00
Phillip Cloud
5bbe011478 flatbuffers: 1.12.0 -> 2.0.0 2021-06-09 06:42:03 -04:00
github-actions[bot]
8e3729484b
Merge staging-next into staging 2021-06-09 06:09:58 +00:00
github-actions[bot]
f61a18a6e8
Merge master into staging-next 2021-06-09 06:09:56 +00:00
Mario Rodas
fb0144b804
Merge pull request #125456 from marsam/init-postgresql_14
postgresql_14: init at beta 1
2021-06-08 21:47:33 -05:00
Victor Freire
06c19c70cc fsharp41: remove 2021-06-08 17:38:43 -07:00
github-actions[bot]
e22f393eba
Merge staging-next into staging 2021-06-09 00:09:09 +00:00
github-actions[bot]
b61efd9db1
Merge master into staging-next 2021-06-09 00:09:07 +00:00
Pavol Rusnak
b66975c129
secp256k1: (unstable-)2020-08-16 -> unstable-2021-06-06
- use sane defaults
- drop JNI option which is not available anymore https://github.com/bitcoin-core/secp256k1/pull/682
2021-06-08 23:52:43 +02:00
Ben Siraphob
960d10ab7b
terraform_1_0_0: init at 1.0.0 (#126219) 2021-06-08 20:33:16 +02:00
Yurii Matsiuk
e968368c0d linux: remove 5.11 2021-06-08 14:21:06 -04:00
github-actions[bot]
e40e33d9d8
Merge staging-next into staging 2021-06-08 18:16:30 +00:00
github-actions[bot]
e8f8906d68
Merge master into staging-next 2021-06-08 18:16:27 +00:00
Ben Siraphob
8327060fd7 althttpd: init at unstable-2021-05-07 2021-06-09 00:00:36 +07:00
Sandro
718c1fb654
Merge pull request #125903 from fortuneteller2k/navit
navit: remove
2021-06-08 17:45:43 +02:00
Sandro
c2d2360d14
Merge pull request #126110 from IvarWithoutBones/init/gwe 2021-06-08 17:41:06 +02:00
github-actions[bot]
59ab4de3e0
Merge staging-next into staging 2021-06-08 00:19:01 +00:00
github-actions[bot]
45dbaf4c3d
Merge master into staging-next 2021-06-08 00:18:58 +00:00
Luke Granger-Brown
840f6883fc
Merge pull request #126034 from lukegb/bazel-build-configured
Switch buildBazelPackage fetchConfigured on by default
2021-06-07 23:59:33 +01:00
Robert Scott
ce3f3e6e64
Merge pull request #126044 from veprbl/pr/lhapdf_python3
lhapdf: allow using different python versions, default to python3
2021-06-07 23:58:33 +01:00
Luke Granger-Brown
00e54055e1 envoy: 1.16.2 -> 1.17.3 2021-06-07 20:58:56 +00:00
github-actions[bot]
5b7fbb07b8
Merge staging-next into staging 2021-06-07 18:48:37 +00:00
github-actions[bot]
1593cddce5
Merge master into staging-next 2021-06-07 18:48:34 +00:00
Ivar Scholten
2f3e0cf3ba gwe: init at 0.15.3 2021-06-07 20:42:14 +02:00
Sandro
12e7af1cfb
Merge pull request #125764 from siraben/twtxt-reinit 2021-06-07 18:42:26 +02:00
Ben Siraphob
5e10c9cdf7 twtxt: reinit at 1.2.3
This should bring it in line with other package managers:

https://repology.org/project/twtxt/versions
2021-06-07 21:22:38 +07:00
Philipp Mildenberger
04a16067b4 efm-langserver: init at 0.0.31 2021-06-07 11:34:59 +02:00
github-actions[bot]
e218376e4a
Merge staging-next into staging 2021-06-07 06:37:31 +00:00
github-actions[bot]
33d7555871
Merge master into staging-next 2021-06-07 06:37:28 +00:00
Dmitry Kalinkin
60331927f0
lhapdf: build against python3 by default 2021-06-07 02:05:20 -04:00