github-actions[bot]
899d916e1d
Merge staging-next into staging
2020-12-05 12:18:20 +00:00
github-actions[bot]
0947539ec1
Merge master into staging-next
2020-12-05 12:18:17 +00:00
Benjamin Hipple
29045c2322
Merge pull request #105951 from jonringer/remove-onnxruntime
...
onnxruntime: remove
2020-12-05 06:53:19 -05:00
Doron Behar
956e6426d1
Merge pull request #98234 from freezeboy/add-n8n
2020-12-05 13:40:34 +02:00
Doron Behar
ed44b466e6
treewide/(gnuradio plugins): Add log4cpp as it's needed now.
...
Since gnuradio-runtime is compiled with log4cpp, all plugins that need
gnuradio-runtime (which is all of them probably) need log4cpp as well.
Add python.pkgs.cheetah to inputs of gr-osmosdr as it somehow started to
be needed.
2020-12-05 13:23:00 +02:00
Doron Behar
3becac02f8
gnuradio: rewrite
...
Write (similar) expressions for GNURadio 3.7 and 3.8 and make 3.8
available as `gnuradio`, and `gnuradio3_7` point to the 3.7 build.
Teach both 3.7 & 3.8 expressions accept a `features` attribute set, that
tells them what features to compile. There are dependencies within the
different features, and we rely on upstream's cmake scripts to make sure
the `configurePhase` will fail if a feature is not enabled and needed by
another feature. All features are enabled by default.
Put shared Nix functions and attributes for both 3.7 and 3.8 in:
pkgs/applications/radio/gnuradio/shared.nix
Add 2 patches accepted upstream, that don't install some python related
examples if python-support is not enabled.
Remove cmake python reference in 3.8 with removeReferencesTo, if
python-support is turned off.
Update gqrx (reverse dependency) to use a build of gnuradio3_7 without
gui components and for it's gr-osmosdr as well.
Write an external, `wrapper.nix` (shared for both 3.7 and 3.8). Teach it
to handle extra `gr-` packages via `GRC_BLOCKS_PATH`. Likely enable it
to accept extra python packages. Wrap the executables with env vars
wrapGAppsHook and wrapQtAppsHook would have likely given them (hence,
fix #87510 ). Point `gnuradio` to the wrapped 3.8 derivation.
Add @doronbehar to maintainers of both 3.8 and 3.7.
dirty: use upstreamed patches
2020-12-05 13:23:00 +02:00
Doron Behar
7e96d9ee61
Merge pull request #104888 from doronbehar/pkg/gnomeExtensions/easyScreenCast
...
gnomeExtensions.easyScreenCast: init at unstable-2020-11-25
2020-12-05 12:36:51 +02:00
Doron Behar
db6178b797
gnomeExtensions.easyScreenCast: init at unstable-2020-11-25
2020-12-05 11:56:34 +02:00
Charlotte Van Petegem
6ea99ff06b
greenfoot: init at 3.6.1
2020-12-05 10:09:20 +01:00
Jonathan Ringer
bc2b132f98
onnxruntime: remove
...
Poor cmake and git hygiene has made maintaining this difficult, see:
https://github.com/microsoft/onnxruntime/issues/5966
https://github.com/microsoft/onnxruntime/issues/5967
2020-12-04 21:40:19 -08:00
github-actions[bot]
acbe77678e
Merge staging-next into staging
2020-12-05 00:38:04 +00:00
github-actions[bot]
4763e8b8fd
Merge master into staging-next
2020-12-05 00:38:01 +00:00
freezeboy
b5ee81b8aa
n8n: init at 0.96.0
2020-12-04 23:47:34 +01:00
makefu
41bded79e7
pfsshell: init at 1.1.1
2020-12-04 21:31:06 +01:00
Doron Behar
f06af9213a
Merge pull request #96673 from doronbehar/pkg/mympd
...
mympd: init at 6.8.1
2020-12-04 21:40:17 +02:00
github-actions[bot]
b9168273b5
Merge staging-next into staging
2020-12-04 18:14:54 +00:00
github-actions[bot]
cb36dd7449
Merge master into staging-next
2020-12-04 18:14:51 +00:00
Frederik Rietdijk
5524c43f2c
libjpeg_turbo: apply cmake patch for darwin
...
There is a regression with 3.19.1 which, for so far we've noticed, only
affects this package and on Darwin. To avoid a mass-rebuild right now,
we patch cmake only for darwin and this package.
Fixes https://github.com/NixOS/nixpkgs/issues/105854
2020-12-04 19:02:30 +01:00
Ryan Burns
35dc8cbd9e
gcadapter-oc-kmod: init at 1.4
2020-12-04 09:35:01 -08:00
Gabriel Ebner
3a2fe56aef
Merge pull request #105767 from GovanifY/mozc-update
...
ibus-mozc: 2.23.2815.102 -> 2.23.4206.102
2020-12-04 17:56:40 +01:00
github-actions[bot]
ca7703d573
Merge staging-next into staging
2020-12-04 06:16:29 +00:00
github-actions[bot]
82b9b02331
Merge master into staging-next
2020-12-04 06:16:26 +00:00
Raghav Sood
3a3e8e6a8b
Merge pull request #105242 from RaghavSood/microhttpd/version
...
libmicrohttpd dependents: fix build
2020-12-04 05:37:48 +00:00
Farid Zakaria
01f5b9aaba
spacevim: init at v1.5.0
...
Spacevim is a fully loaded vim/neovim installation in the spirit
of https://www.spacemacs.org/
It's configured with a TOML file rather than vimscript and includes
a wide array of configuration found at https://spacevim.org/
Update pkgs/applications/editors/spacevim/default.nix
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
Update pkgs/applications/editors/spacevim/init.nix
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
Update pkgs/applications/editors/spacevim/default.nix
Co-authored-by: risson <18313093+rissson@users.noreply.github.com>
2020-12-03 20:09:36 -08:00
Sandro
c3b325c17b
Merge pull request #100175 from SuperSandro2000/wsl-open
...
wsl-open: init at 2.1.1
2020-12-04 03:12:11 +01:00
github-actions[bot]
1ab67d13af
Merge staging-next into staging
2020-12-03 18:14:44 +00:00
github-actions[bot]
1aeec1f039
Merge master into staging-next
2020-12-03 18:14:40 +00:00
Sandro
555641c504
Merge pull request #105715 from AluisioASG/aasg/dyndnsc
2020-12-03 18:56:10 +01:00
Sandro
0b37b8a9eb
Merge pull request #105797 from yusdacra/add-tagref
...
tagref: init at 1.3.3
2020-12-03 18:11:15 +01:00
Gabriel Ebner
75bf9e1409
Merge pull request #105802 from gebner/pax
...
pax: init at 20201030
2020-12-03 18:04:43 +01:00
Gabriel Ebner
02362007aa
pax: init at 20201030
2020-12-03 18:03:30 +01:00
Sandro
178a44c09f
Merge pull request #105071 from brhoades/ytt
2020-12-03 17:50:50 +01:00
Billy J Rhoades II
608665f526
ytt: init at 0.30.0
...
Added carvel ytt 0.30.0 which is currently absent. Tests ran by
checkPhase currently fail due to YAML marshalling problems, but the tool
itself appears fine.
2020-12-03 08:45:49 -08:00
Gauvain 'GovanifY' Roussel-Tarbouriech
d95f55e5e3
ibus-mozc: 2.23.2815.102 -> 2.23.4206.102
2020-12-03 15:52:43 +01:00
Yusuf Bera Ertan
36a4d5d928
tagref: init at 1.3.3
2020-12-03 17:42:57 +03:00
Mario Rodas
209bdc8ddf
terraform_0_14: init at 0.14.0 ( #105746 )
...
https://github.com/hashicorp/terraform/releases/tag/v0.14.0
2020-12-03 14:03:03 +01:00
github-actions[bot]
03619d4f2b
Merge staging-next into staging
2020-12-03 12:18:48 +00:00
github-actions[bot]
5b73e3087a
Merge master into staging-next
2020-12-03 12:18:45 +00:00
Jörg Thalheim
3cd6bc103d
Merge branch 'master' into firefox-nix-addon-support
2020-12-03 07:20:16 +00:00
Jörg Thalheim
355d593ac0
Merge pull request #89433 from fzakaria/rbenv
...
rbenv: init at 1.1.2
2020-12-03 07:19:03 +00:00
Jörg Thalheim
d4ac2c7a93
Merge pull request #102355 from Mic92/systemd
...
systemd: 246.6 -> 247
2020-12-03 07:03:26 +00:00
github-actions[bot]
58274c4f8d
Merge master into staging-next
2020-12-03 00:36:28 +00:00
Jörg Thalheim
ef050bc3d1
systemd: 246.6 -> 247-rc2
2020-12-02 23:40:04 +01:00
Silvan Mosberger
96f34a8f99
Merge pull request #105722 from rb2k/idevicerestore_darwin
...
idevicerestore: Add darwin build support.
2020-12-02 22:54:44 +01:00
Aluísio Augusto Silva Gonçalves
b0d6df575c
dyndnsc: init at 0.5.1
2020-12-02 17:44:04 -03:00
Marc Seeger
7319dc20c9
idevicerestore: Add darwin support.
2020-12-02 12:16:59 -08:00
Sandro
71baee273c
Merge pull request #105643 from IvarWithoutBones/pbgopy-0.1.1
...
pbgopy: init at 0.1.1
2020-12-02 21:08:12 +01:00
github-actions[bot]
d3f5608624
Merge master into staging-next
2020-12-02 18:13:34 +00:00
Sandro
4c0b3da940
Merge pull request #104761 from kfollesdal/init-pycalver
2020-12-02 15:41:32 +01:00
github-actions[bot]
89e8bf0f2a
Merge master into staging-next
2020-12-02 12:30:55 +00:00
Sandro
ffe9244ee6
Merge pull request #104735 from thiagokokada/flood-init-2nd-try
...
flood: init at 4.2.0
2020-12-02 12:52:08 +01:00
Sandro
b0a0f710d1
Merge pull request #105433 from GovanifY/ruffle
...
ruffle: init at nightly-2020-11-30
2020-12-02 11:03:44 +01:00
Thiago Kenji Okada
d832774343
flood: init at 4.1.2
2020-12-02 10:29:00 +01:00
Jörg Thalheim
b89c0fcebd
fetchFirefoxAddon: rename to use camelCase
2020-12-02 09:48:42 +01:00
Luis Hebendanz
397597f731
Added fetchfirefoxaddon
2020-12-02 09:40:53 +01:00
Gauvain 'GovanifY' Roussel-Tarbouriech
4aa4333504
ruffle: init at nightly-2020-11-30
2020-12-02 07:15:16 +01:00
IvarWithoutBones
b8ad3d4e9e
pbgopy: init at 0.1.1
2020-12-02 03:47:10 +01:00
Sandro
85769ec0a8
Merge pull request #104276 from siraben/lambda-delta-init
...
lambda-delta: init at 0.98.3
2020-12-02 03:46:51 +01:00
Sandro
053e67e81e
Merge pull request #105609 from bcdarwin/darwin-unbreak-ants
...
ants: unbreak on Darwin
2020-12-02 02:03:07 +01:00
Sandro
9a925edb25
Merge pull request #105520 from lovesegfault/ideamaker
2020-12-02 01:43:53 +01:00
Sandro
6f52d0f572
Merge pull request #87735 from pmeiyu/master
2020-12-02 01:33:50 +01:00
Ben Darwin
ee7d83e648
ants: unbreak on Darwin
2020-12-01 14:17:54 -05:00
kfollesdal
025b6d50f5
bumpver: init at 2020.1107
2020-12-01 19:24:17 +01:00
Joachim Breitner
fb063991b2
macdylibbundler: Should propagate dependency on otool ( #103163 )
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2020-12-01 19:11:45 +01:00
James Earl Douglas
1a3557f729
archi: init at 4.7.1 ( #103355 )
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2020-12-01 18:55:48 +01:00
Sandro
385ec3ebbe
Merge pull request #105543 from IvarWithoutBones/tinyobjloader-init-1.0.6
2020-12-01 17:00:47 +01:00
Gabriel Gonzalez
6dac8e6817
Add buildDhall*Package
support for generating documentation
...
The `buildDhall{Directory,GitHub}Package` utilities now take an
optional `document` argument for generating documentation using
`dhall-docs`. The documentation is stored underneath the `./docs`
subdirectory of the build product.
2020-12-01 15:30:52 +01:00
Frederik Rietdijk
ff90abd5dd
Merge staging-next into staging
2020-12-01 14:23:10 +01:00
Anderson Torres
7f02de17db
Merge pull request #105514 from AndersonTorres/update-hdl-dump
...
hdl-dump: init at 20202807
2020-12-01 09:19:34 -03:00
Elis Hirwing
d5c9e8e80a
Merge pull request #104159 from shyim/php8
...
php80: init at 8.0.0
2020-12-01 13:07:58 +01:00
Jörg Thalheim
ea48cad85d
Merge pull request #103851 from mweinelt/python/tts
2020-12-01 11:25:51 +00:00
Bernardo Meurer
8c49bed73d
ideamaker: init at 4.0.1
2020-12-01 03:05:18 -08:00
Soner Sayakci
4cd8412880
php80: init at 8.0.0
2020-12-01 11:54:42 +01:00
Peng Mei Yu
a23830fb97
ibus-engines.rime: init at 1.4.0
2020-12-01 18:47:38 +08:00
IvarWithoutBones
1034616282
tinyobjloader: init at 1.0.6
2020-12-01 05:06:20 +01:00
IvarWithoutBones
f2341a3054
peach: init at 0.9.8
2020-12-01 04:47:19 +01:00
AndersonTorres
e1e750a52c
hdl-dump: init at 20202807
2020-11-30 23:46:14 -03:00
Jan Tojnar
27b974d84b
Merge branch 'staging-next' into staging
2020-12-01 03:26:36 +01:00
Bernardo Meurer
b64692dcc6
libcork: init at 1.0.0--rc3
2020-11-30 17:17:19 -08:00
Anderson Torres
881dee5284
Merge pull request #105411 from AndersonTorres/wip-ucg
...
ucg: init at 20190225
2020-11-30 16:55:03 -03:00
Anderson Torres
208d049eab
Merge pull request #105189 from AndersonTorres/wip-qmplay
...
QMPlay2: init at 20.07.04
2020-11-30 16:54:21 -03:00
Ben Siraphob
618b7320a6
twtxt: init at 0.1.0 ( #105378 )
2020-11-30 11:50:56 -08:00
AndersonTorres
4bcdf302e1
ucg: init at 20190225
2020-11-30 16:21:41 -03:00
Graham Christensen
f18e57f3bf
Merge pull request #105452 from zimbatm/no-extend
...
tree-wide: do not use pkgs.extend in nixpkgs
2020-11-30 13:55:33 -05:00
Silvan Mosberger
c1b1af0ded
Merge pull request #103815 from siraben/archivy-init
...
archivy: init at 0.8.5
2020-11-30 19:18:46 +01:00
Frederik Rietdijk
9a63b3d3d6
Merge pull request #104781 from NixOS/staging-next
...
Staging next
2020-11-30 18:27:29 +01:00
zimbatm
bbc9af1f0a
tree-wide: do not use pkgs.extend in nixpkgs
...
Each invocation of pkgs.extends adds 130MB of allocation to the hydra
evaluator. We are already struggling with the amount of memory nixpkgs
requires.
`pkgs.extend` is a useful escape-hatch, but should be not be used inside
of nixpkgs directly.
2020-11-30 14:24:40 +01:00
Farid Zakaria
5d1f37f65d
rbenv: init at 1.1.2
...
Add new derivation for rbenv -- a ruby environment manager.
Apply suggestions from code review
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2020-11-29 21:11:28 -08:00
Raghav Sood
1fd8d571ed
cpp_ethereum: remove
2020-11-30 03:23:21 +00:00
Dennis Gosnell
a2b278f095
Merge pull request #105400 from arcz/libff
...
libff: init at 1.0.0
2020-11-30 09:08:26 +09:00
Artur Cygan
304fe564a1
libff: init at 1.0.0
2020-11-29 23:08:20 +01:00
Elmo Todurov
9f196de48d
tdm: removed
2020-11-29 23:25:09 +02:00
Maximilian Bosch
91e6ee02c7
Merge pull request #104450 from anna328p/lc3tools
...
lc3tools: init at 0.12
2020-11-29 18:39:40 +01:00
Ben Siraphob
f75cb9301f
gallery-dl: 1.15.2 -> 1.15.4
2020-11-29 21:50:56 +07:00
Frederik Rietdijk
05d1c49209
Merge staging-next into staging
2020-11-29 13:51:33 +01:00
Frederik Rietdijk
0d8491cb2b
Merge master into staging-next
2020-11-29 13:51:10 +01:00
Frederik Rietdijk
db29c15173
Merge pull request #105151 from B4dM4n/copy-desktop-hook
...
copyDesktopItems: add new setup-hook
2020-11-29 13:26:40 +01:00
Sandro
82cf3b9317
Merge pull request #105335 from sikmir/zombietrackergps
2020-11-29 10:06:50 +01:00
Dmitry Kudriavtsev
2ed27dc1a1
lc3tools: init at 0.12
2020-11-29 00:36:34 -08:00
Nikolay Korotkiy
bea6a6f865
zombietrackergps: 1.01 → 1.03
2020-11-29 11:00:41 +03:00
Fabian Möller
50f54c5ca7
copyDesktopItems: add new setup-hook
2020-11-29 04:03:38 +01:00
John Ericson
73425f6c3b
Merge remote-tracking branch 'upstream/master' into staging
2020-11-28 21:33:03 -05:00
Mario Rodas
84a942c3b1
Merge pull request #89322 from poscat0x04/add-qv2ray
...
qv2ray: Init at 2.6.3
2020-11-28 21:04:49 -05:00
Bryan A. S
6493ef3de3
gojsontoyaml: init at unstable-2020-06-02
...
Signed-off-by: Bryan A. S <bryanasdev000@gmail.com>
2020-11-28 21:13:54 -03:00
Sandro
2c0389680c
Merge pull request #90075 from dmrauh/add/gretl
...
gretl: init at 2020b
2020-11-28 22:10:05 +01:00
Dominik Michael Rauh
5f10cd5e0b
gretl: init at 2020b
2020-11-28 21:37:30 +01:00
AndersonTorres
a843501673
QMPlay2: init at 20.07.04
2020-11-28 16:41:02 -03:00
Sander van der Burg
5d1125ede5
dysnomia: 0.9.1 -> 0.10
2020-11-28 20:15:21 +01:00
Raghav Sood
55da29694c
libmicrohttpd: support for multiple versions
2020-11-28 16:32:24 +00:00
Doron Behar
7d75a77954
Merge pull request #104442 from freezeboy/migrate-heaptrack
...
heaptrack: migrate to Qt5.15
2020-11-28 18:21:55 +02:00
Doron Behar
00f7db841a
Merge pull request #105030 from freezeboy/add-akvcam
...
linuxPackages.akvcam: init at 1.1.1
2020-11-28 18:17:40 +02:00
Sandro
cee92cf107
Merge pull request #74845 from dmrauh/add/dsf2flac
2020-11-28 17:11:53 +01:00
Doron Behar
2426a0ea78
Merge pull request #104491 from freezeboy/remove-macpath-droopy
2020-11-28 18:02:19 +02:00
Doron Behar
ba59cb6a6a
Merge pull request #104496 from freezeboy/update-tautulli
...
tautulli: 2.2.4 -> 2.6.1
2020-11-28 17:59:33 +02:00
Doron Behar
56a2c8bb22
Merge pull request #104171 from freezeboy/unbreak-dsview-qt515
...
dsview: 0.99 -> 1.12
2020-11-28 17:55:25 +02:00
Doron Behar
0ae9ee66ec
Merge pull request #104432 from freezeboy/migrate-partition-manager
...
partition-manager: migrate to Qt5.15
2020-11-28 17:54:15 +02:00
Cyryl Płotnicki
b20fa360b0
cmark-gfm: init at 0.29.0.gfm.0
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2020-11-28 13:07:39 +00:00
Frederik Rietdijk
9e062723b2
Merge master into staging-next
2020-11-28 08:53:47 +01:00
freezeboy
abfbb842b5
fixup sam
2020-11-27 22:59:27 -08:00
freezeboy
d47bd890e7
syncplay: migrate to Python38
2020-11-27 22:59:27 -08:00
freezeboy
3e8e10ab4f
precice: migrate to Python38
2020-11-27 22:59:27 -08:00
freezeboy
a35390d92b
azure-cli: migrate to Python38
2020-11-27 22:59:27 -08:00
freezeboy
fed997f561
html5validator: migrate to Python38
2020-11-27 22:59:27 -08:00
freezeboy
2356095b78
manim: migrate to Python38
2020-11-27 22:59:27 -08:00
Dmitry Bogatov
f825a02eb1
perfect-hash: init at 0.4.1
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2020-11-28 00:00:00 -05:00
Sandro
c35c06754d
Merge pull request #105168 from mredaelli/master
...
tickrs: init at 0.7.1
2020-11-28 05:04:17 +01:00
Sandro
192cfb9877
Merge pull request #74337 from Br1ght0ne/muon-2019-11-27
...
muon: init at 2019-11-27
2020-11-28 04:30:43 +01:00
Sandro
94454411a7
Merge pull request #99248 from JoeLancaster/joelancaster-nixadd-v1_0_0
2020-11-28 04:10:11 +01:00
Jan Tojnar
136152af80
Merge pull request #101537 from jtojnar/gtk-tracker
2020-11-28 01:37:37 +01:00
Sandro
a005d724d0
Merge pull request #100033 from wentasah/ikiwiki
2020-11-28 00:40:24 +01:00
Sandro
1542fd8e8d
Merge pull request #77421 from Shados/xen-build-efi-binaries
2020-11-27 23:49:07 +01:00
Sandro
54dd8fb5bd
Merge pull request #105144 from ShamrockLee/uwc
...
uwc: Init at 1.0.4
2020-11-27 22:58:54 +01:00
Sandro
20473a231d
Merge pull request #100333 from mtrsk/add-ugtrain
...
ugtrain: init at v0.4.1
2020-11-27 21:45:48 +01:00
Massimo Redaelli
c5d585bab5
tickrs: init at 0.7.1
2020-11-27 20:09:49 +01:00
Frederik Rietdijk
b2a3891e12
Merge master into staging-next
2020-11-27 15:09:19 +01:00
Shamrock Lee
58fd07cc7b
uwc: Init at 1.0.4
...
uwc is a Unicode-aware word counter with per-line mode written in Rust
If applied, users will be able to count the
number of unicode characters and words
(e.g. Chinese characters) from files or through the pipe.
2020-11-27 14:07:25 +00:00
Sandro
5cd9fe63c7
Merge pull request #105127 from sikmir/qmapshack
...
qmapshack: 1.15.0 → 1.15.1
2020-11-27 12:02:48 +01:00
Lassulus
b181c638b1
Merge pull request #105077 from woffs/shotcut-qt515
...
shotcut: use qt-5.15, rework
2020-11-27 11:45:30 +01:00
Ben Siraphob
63dd41f745
bombadillo: init at 2.3.3
2020-11-27 11:15:24 +01:00
Nikolay Korotkiy
92672cfff8
qmapshack: 1.15.0 → 1.15.1
2020-11-27 12:32:55 +03:00
Adelbert Chang
2eafe0ca1c
tvm: init at 0.7.0
2020-11-26 21:53:17 -08:00
Ben Siraphob
53a6805044
archivy: init at 0.8.5
2020-11-27 11:14:37 +07:00
Sandro
fffe30c22a
Merge pull request #96609 from sikmir/lsd2dsl
...
lsd2dsl: 0.5.1 -> 0.5.2
2020-11-27 03:06:23 +01:00
Sandro
81fb32ae0b
Merge pull request #101049 from sarcasticadmin/sa/init-goreleaser
2020-11-27 02:10:22 +01:00
Sandro
1754f25ec7
Merge pull request #101455 from sdier/igmpproxy-package
...
igmpproxy: init at version 0.2.1
2020-11-27 01:59:40 +01:00
Sandro
bd1de18f6c
Merge pull request #101765 from siraben/ncrack-init
...
ncrack: init at 0.7
2020-11-27 01:17:12 +01:00
Sandro
e0c7219ed1
Merge pull request #101865 from Preisschild/jsonnet-bundler/init
2020-11-27 00:29:22 +01:00
Sandro
80da379db7
Merge pull request #101831 from siraben/snow-init
...
snow: init at 20130616
2020-11-27 00:27:25 +01:00
Sandro
7aa23895ab
Merge pull request #101822 from siraben/exifprobe-init
2020-11-27 00:14:15 +01:00
Jan Tojnar
bb368b77fd
Merge pull request #104908 from con-f-use/init_mcomix3
2020-11-26 22:17:10 +01:00
Frank Doepper
05440fda6f
shotcut: use qt-5.15, rework
...
- use qt-5.15 for shotcut
- use qt mkDerivation for mlt/qt5
- use only mlt/qt5 for shotcut (libmlt -> mlt.dev)
- fix enabling ladspa (configure needs `which`), closes #47440
2020-11-26 21:35:14 +01:00
Emery Hemingway
bb7b1b59c8
nim: include nimble utility with wrapped compiler
2020-11-26 20:06:20 +01:00
freezeboy
fdad84f092
tautulli: 2.2.4 -> 2.6.1
2020-11-26 20:04:07 +01:00
con-f-use
a94fd94d5c
mcomix3: init at 20201123
...
closes #75028
2020-11-26 19:26:43 +01:00
Sandro
9c6a75e379
Merge pull request #103037 from lightdiscord/package-update/protonmail-bridge
2020-11-26 15:05:23 +01:00
Sandro Jäckel
040f04d39b
wsl-open: init at 2.1.1
2020-11-26 14:39:32 +01:00
Jan Tojnar
acfc45bacc
wrapGAppsNoGuiHook: init
2020-11-26 14:06:07 +01:00
freezeboy
bab529c9ff
linuxPackages.akvcam: init at 1.1.1
2020-11-26 13:06:35 +01:00
Doron Behar
c012b79c04
mympd: init at 6.8.1
2020-11-26 11:34:41 +02:00
Sandro
d39981eabc
Merge pull request #99978 from bbigras/envchain
...
envchain: init at 1.0.1
2020-11-26 09:18:04 +01:00
Sandro
e56bfa41e8
Merge pull request #99283 from siraben/genkfs-init
...
knightos-genkfs: init at 1.3.2
2020-11-26 03:21:57 +01:00
Sandro
0677e4efbf
Merge pull request #102271 from symphorien/check-systemd
...
check_systemd: init at 2.2.1
2020-11-26 02:56:13 +01:00
Sandro
605ecee7de
Merge pull request #102200 from hjones2199/master
...
phd2: init at 2.6.9dev1
2020-11-26 02:28:06 +01:00
Sandro
b5edb50fe7
Merge pull request #101774 from contrun/sftpman
...
sftpman: init at 1.1.3
2020-11-26 02:10:09 +01:00
Sandro
97cce3214f
Merge pull request #103884 from djanatyn/pkg/xlife
2020-11-26 01:55:25 +01:00
Sandro
27a7098174
Merge pull request #101868 from luc65r/pkg/fasmg
...
fasmg: init at j27m
2020-11-26 01:49:56 +01:00
adisbladis
86caffc411
rnnoise-plugin: Deduplicated package
...
This was packaged twice by mistake.
2020-11-26 01:38:04 +01:00
Symphorien Gibol
590aa37109
check_systemd: init at 2.2.1
...
and remove pynagsystemd, which it replaces.
2020-11-25 22:48:39 +01:00
Sandro
1dde9c5aaa
Merge pull request #91182 from Patryk27/pcloud
...
pcloud: Init at 1.8.8
2020-11-25 22:21:18 +01:00
Jack Cummings
d402d913d7
bluespec: unstable-2020.02.09 -> unstable-2020.11.04
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2020-11-25 10:06:35 -06:00
Bruno Bigras
dc83d21140
envchain: init at 1.0.1
...
Co-authored-by: Jon <jonringer@users.noreply.github.com>
Co-authored-by: r-burns <52847440+r-burns@users.noreply.github.com>
Co-authored-by: Sandro Jäckel <sandro.jaeckel@gmail.com>
2020-11-25 10:44:05 -05:00
tomberek
ac0ac4fe51
dydisnix: init at unstable ( #49366 )
...
* dydisnix: init at unstable-2018-04-26
updated with suggestions from @xeji
* Update pkgs/tools/package-management/disnix/dydisnix/default.nix
Co-Authored-By: Ryan Mulligan <ryan@ryantm.com>
* Add dydisxnix and libnixxml
Co-authored-by: Ryan Mulligan <ryan@ryantm.com>
Co-authored-by: Tom Bereknyei <tom@rebelliondefense.com>
2020-11-25 07:27:28 -08:00
Maximilian Bosch
6cd3c538c7
Merge pull request #104262 from Vonfry/fix/pass
...
pass: separate dmenu from x11Support
2020-11-25 14:32:02 +01:00
Ben Siraphob
04b7c0aff7
knightos-genkfs: init at 1.3.2
2020-11-25 19:12:46 +07:00
luc65r
8b91055223
fasmg: init at j27m
2020-11-25 11:48:59 +01:00
Vonfry
118695a350
pass: seperate dmenu from x11Support
2020-11-25 18:44:18 +08:00
freezeboy
3533c4f517
droopy: remove macpath to migrate to py3.8
2020-11-25 10:45:53 +01:00
Hunter Jones
d14952311e
phd2: init at 2.6.9dev1
2020-11-24 21:31:58 -06:00
Nicolas Martin
ff7f34e7bf
img-cat: init at 1.2.0
2020-11-25 02:55:05 +01:00
Silvan Mosberger
bb59f101e5
Merge pull request #99688 from kylesferrazza/fix-99637
...
multilockscreen: init at 1.0.0
2020-11-25 01:51:57 +01:00
Sandro
ea49bac768
Merge pull request #99761 from fgaz/key/init
...
key: init at 2.6.3
2020-11-25 01:49:25 +01:00
Sandro
77d45b8609
Merge pull request #99426 from jonringer/add-catfs
...
catfs: init at unstable-2020-03-21
2020-11-24 23:40:19 +01:00
Sandro
e4490f9313
Merge pull request #102147 from mmahut/versus
...
versus: init at 1.0
2020-11-24 23:05:54 +01:00
Graham Christensen
d9c3f13df3
Merge pull request #104776 from grahamc/utillinux
...
utillinux: rename to util-linux
2020-11-24 15:14:36 -05:00
Michael Weiss
4e721164a8
wlsunset: init at 0.1.0 ( #103606 )
2020-11-24 19:44:52 +01:00
Dmitry Kalinkin
b70bbd9319
Merge pull request #104687 from Luflosi/nextpnr-unpin-qt-version
...
nextpnr: unpin Qt version
2020-11-24 13:32:26 -05:00
Graham Christensen
bc49a0815a
utillinux: rename to util-linux
2020-11-24 12:42:06 -05:00
Dave Anderson
4de5d2b081
influxdb2: init at v2.0.2 ( #104717 )
...
Signed-off-by: David Anderson <dave@natulte.net>
2020-11-24 16:06:39 +01:00
Milan Pässler
9eb79c42eb
rust: 1.47 -> 1.48
2020-11-24 09:26:47 +01:00
Jan Tojnar
6d99109b12
Merge branch 'staging-next' into staging
2020-11-24 05:44:44 +01:00
adisbladis
6847a5c12d
referencesByPopularity: Don't use buildPackages at call-site
...
It's cleaner to reference buildPackages directly in
build-support/docker directly.
2020-11-24 02:55:40 +01:00
adisbladis
c3e79669db
referencesByPopularity: Fix cross compilation
2020-11-24 02:05:11 +01:00
Florian Klink
bbf3c9483b
Merge pull request #104520 from Izorkin/wsdd
...
wsdd: init at 0.6.2
2020-11-23 23:18:23 +01:00
Sandro
8b65b642b1
Merge pull request #103227 from Mazurel/master
2020-11-23 23:09:50 +01:00
Sandro
edcd5cc798
Merge pull request #103253 from StephenWithPH/add-las-tools
2020-11-23 22:56:56 +01:00
Daiderd Jordan
28039d8f56
py-spy: init at 0.3.3
2020-11-23 22:51:33 +01:00
Graham Christensen
fbc4af5725
Revert "influxdb2: init at v2.0.2 ( #104484 )"
...
This reverts commit ecbe92e576
.
2020-11-23 14:55:26 -05:00
Dave Anderson
ecbe92e576
influxdb2: init at v2.0.2 ( #104484 )
...
Signed-off-by: David Anderson <dave@natulte.net>
2020-11-23 20:40:42 +01:00
freezeboy
d38656bc48
obs-ndi: migrate to Qt5.15
2020-11-23 20:36:03 +01:00
freezeboy
66be617434
mellowplayer: migrate to Qt5.15
2020-11-23 20:35:41 +01:00
Ryan Mulligan
8d12c667ff
Merge pull request #93176 from oxalica/init/swapview
...
swapview: init at 0.1.0
2020-11-23 11:24:59 -08:00
Sandro
b2219a326b
Merge pull request #101922 from penguwin/nextinspace
...
nextinspace: init at 1.0.6
2020-11-23 20:09:09 +01:00
Luflosi
0f8801c893
nextpnr: unpin Qt version
...
The current version of nextpnr works fine with the latest QT version.
It was pinned to Qt 5.14 in 22167ae45f
.
2020-11-23 19:22:19 +01:00
Sandro
8c24e6eb99
Merge pull request #103363 from bbigras/chars
...
chars: init at 0.5.0
2020-11-23 19:18:30 +01:00
Frederik Rietdijk
587538d087
Merge staging-next into staging
2020-11-23 18:10:33 +01:00
Jörg Thalheim
816009490e
Merge pull request #104478 from Mic92/opencv
2020-11-23 17:51:33 +01:00
Raghav Sood
0a90b97fc2
Merge pull request #101048 from evanjs/imgbrd-grabberd/init
...
imgbrd-grabber: init at 7.3.2
2020-11-23 16:12:28 +00:00
06kellyjac
fb3f81ba12
starboard-octant-plugin: init at 0.4.0
2020-11-23 15:07:06 +00:00
freezeboy
cfba07ba04
supercollider: 3.11.0 -> 3.11.2
2020-11-23 06:53:35 -08:00
Sandro
1a5ce6ff2b
Merge pull request #102093 from ymeister/master
2020-11-23 15:16:35 +01:00
Domen Kožar
5b6aeb1b92
Merge pull request #104597 from zupo/master
...
Add pgweb, a light and fast web-based PostgreSQL database browser
2020-11-23 14:53:58 +01:00
Sandro
b1a729fbed
Merge pull request #104140 from thefloweringash/tcpreplay-darwin
...
tcpreplay: fix darwin build
2020-11-23 14:29:14 +01:00
Sandro
214cd89762
Merge pull request #104126 from mweinelt/snallygaster
...
snallygaster: init at 0.0.9
2020-11-23 12:27:30 +01:00
Sandro
35d1a8d559
Merge pull request #102497 from IvarWithoutBones/nuclear-0.6.6
...
nuclear: init at 0.6.6
2020-11-23 12:15:41 +01:00
Poscat
7489594a07
qv2ray: Init at 2.6.3
2020-11-23 17:50:03 +08:00
taku0
ab0d840575
Merge pull request #102315 from andreoss/master
...
adoptopenjdk: 8.0.252 -> 8.0.272, 11.0.7 -> 11.0.9, add 14.0.2, add 15.0.1
2020-11-23 18:35:57 +09:00
andreoss
80f1e61114
adoptopenjdk: 8.0.252 -> 8.0.272, 11.0.7 -> 11.0.9, add 14.0.2, add 15.0.1
...
Add latest openjdk releases.
2020-11-23 12:19:26 +03:00
Bruno Bigras
b2acf96e80
chars: init at 0.5.0
...
Co-authored-by: Ivar <41924494+IvarWithoutBones@users.noreply.github.com>
Co-authored-by: Sandro Jäckel <sandro.jaeckel@gmail.com>
2020-11-22 23:41:37 -05:00
Nejc Zupan
2ea951480d
pgweb: init at 0.11.7
...
Add pgweb, a light and fast web-based PostgreSQL database browser
2020-11-22 23:43:36 +00:00
Doron Behar
77f5eacf9d
qsyncthingtray: use qt515
2020-11-22 23:42:45 +02:00
Ryan Mulligan
31c770d065
rage: 0.4.0 -> 0.5.0
...
* Upgrades to latest version
* Moves darwin security access into derivation,
simplifying all-packages.nix
* Add RyanTM as maintainer
2020-11-22 13:18:38 -08:00
Michael Raskin
5edcf11a0c
Merge pull request #104425 from MetaDark/ccache
...
ccache: 3.7.12 -> 4.0
2020-11-22 16:30:57 +00:00
Peter Hoeg
31cf796be6
openvpn: 2.4.9 -> 2.5.0
2020-11-22 20:36:57 +08:00
Florian Klink
904f124247
Merge pull request #99116 from jslight90/gitlab-13.4.0
...
GitLab 13.0.14 -> 13.6.0
2020-11-22 12:00:03 +01:00
LightDiscord
472b6f4f33
protonmail-bridge: 1.2.3-1 -> 1.5.0
...
Provide a minimal cli only version see #97991 .
Reviewed-by: SuperSandro2000 <sandro.jaeckel@posteo.de>
Reviewed-by: kalbasit <github@kalbas.it>
2020-11-22 10:26:36 +01:00
Izorkin
e10ce84e27
wsdd: init at 0.6.2
2020-11-22 10:19:38 +03:00
Kira Bruneau
82ca111efb
ccache: 3.7.12 -> 4.0
...
Additional changes:
- Added myself as a maintainer
- Generalized ccacheStdenv to allow overriding stdenv
2020-11-21 22:21:43 -05:00
Martin Weinelt
7ddff4b6e3
Merge pull request #104500 from andir/packet-sd
...
packet-sd: init at 0.0.3
2020-11-21 20:41:53 +01:00
Mario Rodas
5fac0cf1e9
Merge pull request #100226 from sikmir/pg_featureserv
...
pg_featureserv: init at 1.1.1
2020-11-21 14:39:20 -05:00
Andreas Rammhold
2bfa21205a
packet-sd: init at 0.0.3
...
This is currently being used as part of the NixOS.org infrastructure [1]
and should probably be included here and not just "downstream" (in the
nixops configs).
[1] 26105e7afa/delft/prometheus/packet-sd.nix
2020-11-21 20:34:17 +01:00
Malte Brandy
00593bdb64
cachix: Build from 8.10.2, fix build and activate on hydra
...
This removes the broken flag from everything depending on servant so it
can get a new chance to build following the servant fix.
2020-11-21 19:59:08 +01:00
Markus Hauck
07540daf4d
rehex: init at 0.3.1
2020-11-21 19:22:24 +01:00
Jan Tojnar
a0efbc1b68
Merge pull request #101083 from fgaz/unstable-updater
2020-11-21 15:41:44 +01:00
Frederik Rietdijk
9ce7b79ec6
python27Packages: no longer build and prefer
...
The Python 2 packages set will remain available, however, it will not be
built by Hydra or ofBorg.
While some have expressed their desire to have a Python2 set around,
there has hardly been any effort to keep it working.
Not building Python 2 allows us to build an additional Python 3 set
(currently Python 3.9), which is important since Python switched
to a yearly release cadence.
2020-11-21 13:58:42 +01:00
Frederik Rietdijk
3eb6d01fa4
Merge pull request #103360 from jonringer/python39
...
[staging] python39Packages: recurseintoAttrs for package set
2020-11-21 13:57:13 +01:00
Doron Behar
4180a96e52
qtikz: Use qt5.15 (Add QPainterPath patch)
2020-11-21 12:54:25 +02:00
Doron Behar
5ab7eaa96d
vlc: Use qt515 (add QPainterPath patch from OpenSUSE)
2020-11-21 12:54:25 +02:00
Doron Behar
496222a7d9
digitalbitbox: mention that it segfaults with qt5.15
2020-11-21 12:52:52 +02:00
Doron Behar
4688540ba9
konversation: 1.7.5 -> 1.7.7
2020-11-21 12:52:25 +02:00
Francesco Gazzetta
3f20319cd1
unstableUpdater: init
2020-11-21 11:28:45 +01:00
Jörg Thalheim
dae00908a8
digikam: update opencv
2020-11-21 10:12:14 +01:00
Doron Behar
a942b8d496
kmymoney: Use qt5.15 (with unbroken qt515.qtwebkit)
2020-11-21 10:55:38 +02:00
Doron Behar
7e3d216725
nextcloud-client: use qt5.15
...
It segfaults with qt5.14.
2020-11-21 10:55:35 +02:00
Frederik Rietdijk
54cb417ba0
Merge staging-next into staging
2020-11-21 08:43:46 +01:00
Frederik Rietdijk
1ffd7cf0d6
Merge master into staging-next
2020-11-21 08:43:10 +01:00
Martin Weinelt
ee7c7f70ae
Merge pull request #88822 from mweinelt/pim6sd
...
pim6sd: init at unstable-2019-05-31
2020-11-21 03:08:28 +01:00
freezeboy
3189230412
heaptrack: migrate to Qt5.15
2020-11-21 02:34:40 +01:00
Milan Pässler
2429d5a307
gitlab: 13.5.1 -> 13.6.0
...
Changed ruby version to 2.7.x to match upstream.
Added a gem config for gitlab-pg_query as it tries to download a source
tarball during the build process.
Also removed a patch for gitaly that has become obsolete by upstream fix
[here](de04077c25
).
2020-11-21 01:38:35 +01:00
freezeboy
79ce317395
massif-visualizer: migrate to Qt5.15
2020-11-20 16:37:54 -08:00
freezeboy
ca959b6a2d
partition-manager: migrate to Qt5.15
2020-11-21 00:23:38 +01:00