Anderson Torres
d20d283fa7
Merge pull request #106729 from freezeboy/update-iannix
...
iannix: 0.9.20-b -> unstable-2020-12-09
2021-01-16 16:25:59 -03:00
Sandro Jäckel
490a4b6ded
botan: fix compilation on darwin
2021-01-16 10:56:42 -08:00
Ken Micklas
6960160acb
mpvScripts.mpvacious: init at 0.12
2021-01-16 11:43:25 -05:00
Wout Mertens
cd0fa5ae48
scponly: init at 4.8
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-01-16 14:38:18 +01:00
github-actions[bot]
2445824f40
Merge master into staging-next
2021-01-16 12:40:04 +00:00
Guillaume Girol
afd7b550da
Merge pull request #107028 from anhdle14/checkov-1.0.674
...
checkov: init at 1.0.674
2021-01-16 12:31:23 +00:00
Peter Hoeg
249db9f8a7
audacity: 2.4.1 -> 2.4.2
...
A few other things:
- prep for transition to gtk3 when audacity recommends it
- we drop the runtime linking with lame as audacity is picking it up on
its own
- on linux, add a number of missing dependencies.
- use a newer (recommended) wxwidgets
- add a patch (merged upstream) that makes audacity follow XDG for file locations
2021-01-16 18:27:31 +08:00
Domen Kožar
d3afdf90db
Merge pull request #109469 from domenkozar/pkgs.nixos-rebuild
...
move nixos-rebuild into pkgs
2021-01-16 10:58:17 +01:00
Austin Seipp
d18e537613
Merge pull request #109461 from thoughtpolice/nixpkgs/yosys-plugins
...
yosys: add support for loading plugins, revert symbiflow changes
2021-01-16 03:51:57 -06:00
github-actions[bot]
2cff4ff45c
Merge master into staging-next
2021-01-16 01:17:48 +00:00
Austin Seipp
ec1830e696
init: experimental yosys-{bluespec, ghdl} plugins
...
These plugins can be included in a closure, along with the `yosys`
derivation, and they will be automatically picked up for use. For
example, this allows you to include 'yosys-bluespec' in your
`buildInputs`, and then immediately run:
$ nix-shell -p yosys yosys-bluespec yosys-ghdl
$ yosys -m bluespec -p 'help read_bluespec'
$ yosys -m ghdl -p 'help ghdl'
These two plugins are a bit experimental, admittedly, but they are good,
clean examples of how to write and use the yosys plugin infrastructure,
and make it easy to test updates, etc.
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2021-01-15 16:09:50 -06:00
Astro
910b4128f0
ngadmin: init at unstable-2017-11-17
2021-01-15 22:16:26 +01:00
Domen Kožar
c32f5b22f1
move nixos-rebuild into pkgs
2021-01-15 20:07:38 +01:00
github-actions[bot]
3269d4d3a3
Merge master into staging-next
2021-01-15 18:52:54 +00:00
Sandro
51e3b19fc6
Merge pull request #109329 from tu-maurice/beefi-0.1.1
2021-01-15 18:26:24 +01:00
Jan Tojnar
c0d2951fa6
Merge branch 'master' into staging-next
2021-01-15 17:46:46 +01:00
Austin Seipp
ca27105b04
Revert "Merge pull request #105709 from CajuM/symbiflow"
...
This reverts commit 02828f91f1
, reversing
changes made to f0a7fce6ee
.
2021-01-15 10:13:27 -06:00
Sandro
78970e62f6
Merge pull request #109378 from arcz/uthenticode
...
uthenticode: init at 1.0.4
2021-01-15 16:18:36 +01:00
Jörg Thalheim
f3042e3078
Merge pull request #108862 from cpcloud/refactor-nvidia-containers
2021-01-15 11:10:09 +00:00
Michael Raskin
35da03c298
Merge pull request #93321 from chessai/puppeteer-init
...
puppeteer-cli: init
2021-01-15 09:36:52 +00:00
Sandro
403ea9f27c
Merge pull request #97101 from fricklerhandwerk/wxpython
2021-01-15 10:30:05 +01:00
Sarah Brofeldt
c6c1319d13
Merge pull request #109286 from johanot/ceph-15.2.8
...
ceph: 15.2.7 -> 15.2.8
2021-01-15 08:44:08 +01:00
github-actions[bot]
83c50873f5
Merge master into staging-next
2021-01-15 06:40:38 +00:00
Jan Tojnar
bfb91bc57f
Merge pull request #109363 from rhoriguchi/gnome-shell-extension-clock-override
...
gnomeExtensions.clock-override: init at 12
2021-01-15 02:56:37 +01:00
github-actions[bot]
9f69dadafd
Merge master into staging-next
2021-01-15 01:16:33 +00:00
Hector Escobedo
c6b22ca288
networking-ts-cxx: init at 2019-02-27
2021-01-14 18:30:22 -05:00
Hector Escobedo
78e40c4a06
fast-cpp-csv-parser: init at 2021-01-03
2021-01-14 15:19:00 -08:00
John Ericson
3d9a14f76c
Merge pull request #109326 from HectorAE/hdf5-blosc-init
...
hdf5-blosc: init at 1.0.0
2021-01-14 17:03:07 -05:00
Michael Weiss
6cdbde2f0d
ffmpeg-full: disable rav1e by default (in favor of svt-av1)
...
Since c378a33705
we have a patch to add svt-av1 support to
ffmpeg-full. The default AV1 encoder is still libaom but svt-av1 has a
higher priority than rav1e (see libavcodec/allcodecs.c). And since
svt-av1 is much faster than rav1e (which in turn should be faster than
libaom) we don't really need rav1e support by default anymore (I guess
it can be useful but overall svt-av1 should currently be the best
option).
And because rav1e's build did break a few times in the past and needs a
lot of Rust dependencies (including cargo-c to make it C-ABI
compatible) it might be best to simply disable it for now.
Benchmarks (though it is difficult to compare them that way):
- https://openbenchmarking.org/test/pts/svt-av1
- https://openbenchmarking.org/test/pts/rav1e
- https://openbenchmarking.org/test/pts/aom-av1
2021-01-14 22:30:57 +01:00
Alyssa Ross
3893d6c6d7
gitAndTools: move everything to the top level
...
The comment at the top of git-and-tools/default.nix said:
/* All git-relates tools live here, in a separate attribute set so that users
* can get a fast overview over what's available.
but unfortunately that hasn't actually held up in practice.
Git-related packages have continued to be added to the top level, or
into gitAndTools, or sometimes both, basically at random, so having
gitAndTools is just confusing. In fact, until I looked as part of
working on getting rid of gitAndTools, one program (ydiff) was
packaged twice independently, once in gitAndTools and once at the top
level (I fixed this in 98c3490196
).
So I think it's for the best if we move away from gitAndTools, and
just put all the packages it previously contained at the top level.
I've implemented this here by just making gitAndTools an alias for the
top level -- this saves having loads of lines in aliases.nix. This
means that people can keep referring to gitAndTools in their
configuration, but it won't be allowed to be used within Nixpkgs, and
it won't be presented to new users by e.g. nix search.
The only other change here that I'm aware of is that
appendToName "minimal" is not longer called on the default git
package, because doing that would have necessitated having a private
gitBase variable like before. I think it makes more sense not to do
that anyway, and reserve the "minimal" suffix only for gitMinimal.
2021-01-14 21:27:48 +00:00
Hector Escobedo
741aab97c4
hdf5-blosc: init at 1.0.0
2021-01-14 12:55:26 -08:00
Sandro
22d184ae8d
Merge pull request #108866 from markuskowa/new-targetisns
...
target-isns: init at 0.6.8
2021-01-14 21:06:59 +01:00
Sandro
7cb3bffc34
Merge pull request #103030 from tadfisher/remarkable-2-toolchain
...
remarkable2-toolchain: init at 2.5.2
2021-01-14 21:03:32 +01:00
Sandro
6e7846bc89
Merge pull request #105843 from HectorAE/quickfix-init
2021-01-14 20:56:02 +01:00
tu-maurice
85ec1ece13
beefi: Init at 0.1.1
2021-01-14 20:35:00 +01:00
github-actions[bot]
183b673b64
Merge master into staging-next
2021-01-14 18:54:05 +00:00
Le Anh Duc
a0a4feb0de
checkov: init at 1.0.674
2021-01-15 03:26:38 +09:00
Artur Cygan
6429b459a1
uthenticode: init at 1.0.4
2021-01-14 18:18:35 +01:00
Ryan Horiguchi
dcfe06f55d
gnomeExtensions.clock-override: init at 12
2021-01-14 16:30:16 +01:00
Sandro
97259d0e38
Merge pull request #109353 from alyssais/ydiff
...
ydiff,gitAndTools.ydiff: unify
2021-01-14 15:30:55 +01:00
github-actions[bot]
730ff71234
Merge master into staging-next
2021-01-14 12:42:20 +00:00
Emery Hemingway
f385802067
gnuvd: remove
...
The backend service for this dictionary has been discontinued or is
incompatible.
2021-01-14 13:36:21 +01:00
Luke Granger-Brown
6e684ca91e
envoy: init at 1.16.2
2021-01-14 12:26:11 +00:00
Christoph Neidahl
1ae6b4c2ee
megapixels: init at 0.14.0
2021-01-14 12:38:33 +01:00
Alyssa Ross
98c3490196
ydiff,gitAndTools.ydiff: unify
...
We were packaging ydiff twice!
In this patch, I've merged the two expressions into one, trying to
take the best of each. ydiff (top-level) didn't support being used as
a Python library, which is required by one other package (patroni), so
I chose gitAndTools.ydiff as the starting point, then moved in the
longDescription from the top-level one, as well as the code used to
run the tests.
While I was there, I fixed the tests, which were intended to be run by
the top-level ydiff but actually were not, because unlike mkDerivation
buildPythonApplication will not run `make test' by default.
Also, top-level ydiff previously propagated less and patchutils,
meaning they'd have been installed globally instead of just referenced
by ydiff. gitAndTools.ydiff just did nothing. Both also expected to
find git, hg, and svn in the environment, which was impure. So now
all these programs are referenced by store path from ydiff, for
purity.
2021-01-14 10:38:16 +00:00
fricklerhandwerk
27830c70b1
wxmac: 3.0.4 -> 3.0.5.1
2021-01-14 09:26:12 +01:00
Jörg Thalheim
124655ed49
unixtools: align attribute name with filename
...
(so they can be easier matched)
2021-01-14 09:00:15 +01:00
Jan Tojnar
b813710c04
Merge branch 'master' into staging-next
2021-01-14 02:24:17 +01:00
Cole Helbling
326fc3736c
Revert "calibre: 4.23.0 -> 5.9.0"
2021-01-13 15:52:36 -08:00
Tad Fisher
cf20c83c41
remarkable2-toolchain: init at 2.5.2
2021-01-13 15:39:31 -08:00
Artur Cygan
73db86659f
pe-parse: init at 1.2.0
2021-01-13 14:18:37 -08:00
Nikolay Korotkiy
6e83386e82
lagrange: init at 1.0.3
2021-01-13 23:12:50 +01:00
Hector Escobedo
d9c217495c
quickfix: init at 1.15.1
2021-01-13 13:55:31 -08:00
adisbladis
4003f8cbc7
treewide: emacsPackages -> emacs.pkgs & emacsWithPackages -> emacs.pkgs.withPackages
...
The previous names are now aliases and shouldn't be used anywhere inside nixpkgs.
2021-01-13 17:13:10 +01:00
adisbladis
6347f78fd9
emacsPackages*: Move to emacs*.pkgs
...
This makes it much easier to create customisations around emacs via
the a new convenience passthru attr:
- `emacs.pkgs`: What used to be emacsPackages is now `emacs.pkgs`
The previous versioned names `emacs*Packages` have been moved to
aliases.nix and are now considered deprecated in favour of `emacs*.pkgs`.
2021-01-13 17:04:55 +01:00
Johan Thomsen
423b9b2a70
ceph: 15.2.7 -> 15.2.8
2021-01-13 15:51:18 +01:00
Mark Vainomaa
b451286b1f
docker: 19.03.4 -> 20.10.2 ( #108960 )
...
This commit refactors the build process to handle Docker engine and
CLI split.
2021-01-13 11:33:14 +01:00
Sandro
c36b928f4f
Merge pull request #108993 from flokli/nufraw-gimp
...
remove ufraw and the gimp plugin
2021-01-13 09:19:39 +01:00
Sandro
f73fb5337e
Merge pull request #100447 from uvNikita/ultralist
2021-01-13 08:47:53 +01:00
Sandro
7b596e48b8
Merge pull request #107616 from fabaff/hakrawler
...
hakrawler: init at 20201224-e39a514
2021-01-13 08:45:31 +01:00
Sandro
5173a75d4f
Merge pull request #107752 from fabaff/terrascan
2021-01-13 08:45:02 +01:00
github-actions[bot]
318e673af0
Merge master into staging-next
2021-01-13 06:40:30 +00:00
Silvan Mosberger
0cd5058afd
Merge pull request #85842 from iblech/patch-whitebophir
...
whitebophir: init at 1.7.0 (package and service)
2021-01-13 03:06:34 +01:00
github-actions[bot]
3edc776d77
Merge master into staging-next
2021-01-13 01:11:17 +00:00
Ingo Blechschmidt
deb9c1d027
whitebophir: init at 1.7.0
2021-01-13 01:22:31 +01:00
Florian Klink
038de4c5b1
ufraw: remove
...
This is broken and unmaintained. nufraw seems to be a drop-in
alternative, but is currently broken (see
https://github.com/NixOS/nixpkgs/pull/108993#issuecomment-757988146 ).
Using Darktable seems to be the reasonable choice for now.
Closes https://github.com/NixOS/nixpkgs/issues/97946 .
2021-01-13 00:30:46 +01:00
Pavol Rusnak
e6229b82f0
Merge pull request #108945 from prusnak/electrs
...
electrs: init at 0.8.6
2021-01-12 23:33:53 +01:00
Fabian Affolter
af94d8ca0c
terrascan: init at 1.2.0
2021-01-12 22:09:15 +01:00
Fabian Affolter
93b5742b15
hakrawler: init at 20201224-e39a514
2021-01-12 21:43:05 +01:00
github-actions[bot]
f47a1ddfe4
Merge master into staging-next
2021-01-12 18:47:24 +00:00
Alyssa Ross
a8d2393df4
firefox: remove unused override
...
This isn't used:
$ git grep -w python pkgs/applications/networking/browsers/firefox
$
2021-01-12 17:44:53 +00:00
Aaron Andersen
1cf298791b
Merge pull request #91944 from Izorkin/mariadb-update
...
mariadb: 10.4.15 -> 10.5.8
2021-01-12 12:13:30 -05:00
Sandro
769a4a83e6
Merge pull request #90580 from fps/add-tap-plugins
...
tap-plugins: init at 1.0.1
2021-01-12 17:03:56 +01:00
Sandro
6071c0b71d
Merge pull request #108908 from moaxcp/jbang
...
jbang: init at 0.58.0
2021-01-12 17:03:09 +01:00
Sandro
8bf14d4a8a
Merge pull request #108977 from lukegb/mark-as-broken
2021-01-12 16:16:58 +01:00
Sandro
88e9af25b8
Merge pull request #108907 from terinjokes/patches/pcem
2021-01-12 16:16:26 +01:00
Sandro
65a4ef7cb8
Merge pull request #108221 from eduardosm/masterpdfeditor4
...
masterpdfeditor4: init at 4.3.89
2021-01-12 16:00:58 +01:00
Nikita Uvarov
5b82aad3f9
ultralist: rename from todolist
...
Announcement: https://github.com/ultralist/ultralist/issues/136 .
2021-01-12 15:48:45 +01:00
Izorkin
d688f790dd
mariadb: drop build server with tokudb storage
2021-01-12 17:22:47 +03:00
Anderson Torres
2900382c14
Merge pull request #109090 from hugolgst/update/calibre
...
calibre: 4.23.0 -> 5.9.0
2021-01-12 11:03:20 -03:00
adisbladis
e32fd7aea9
Merge pull request #109110 from adisbladis/trillian-init
...
trillian: init at 1.3.11
2021-01-12 14:56:39 +01:00
sternenseemann
2a88330fbe
soldat-unstable: init at 2020-11-26
2021-01-12 14:44:42 +01:00
sternenseemann
7ce707f760
gamenetworkingsockets: init at 1.2.0
2021-01-12 14:44:42 +01:00
Sandro
82fd153465
Merge pull request #108946 from kevingriffin/fish-babelfish
2021-01-12 14:27:04 +01:00
github-actions[bot]
f1bb6c74f9
Merge master into staging-next
2021-01-12 12:34:36 +00:00
adisbladis
7412b9f065
trillian: init at 1.3.11
2021-01-12 13:18:33 +01:00
Hugo Lageneste
bbe300a6b8
calibre: 4.23.0 -> 5.9.0
...
Updates calibre version to 5.9.0 by pinning the Python version to 3.
Calibre upgraded to Python 3 since the 5.0 release.
Adds aliases for removed packages.
Fixes #106256 .
2021-01-12 13:11:54 +01:00
Kevin Griffin
8d0ddfc1b6
babelfish: init at version 0.1.3
2021-01-12 20:19:54 +09:00
Jörg Thalheim
a8c07163dc
xsd: fix build
...
last release 2014... does not build with gcc10
2021-01-12 12:19:30 +01:00
Pavol Rusnak
488c4cf2e5
electrs: init at 0.8.6
2021-01-12 10:04:16 +01:00
github-actions[bot]
bfcc20a149
Merge master into staging-next
2021-01-12 06:34:30 +00:00
John Mercier
1288812ae0
jbang: init at 0.58.0
2021-01-11 21:52:55 -05:00
Benjamin Hipple
1e678a98d5
Merge pull request #109006 from totten/master-mysql-8022
...
mysql80: 8.0.17 -> 8.0.22
2021-01-11 21:51:01 -05:00
github-actions[bot]
32a46d68f3
Merge master into staging-next
2021-01-12 01:04:47 +00:00
Sandro
1760d488e4
Merge pull request #99565 from fishi0x01/fishi0x01/vsh
...
vsh: init at 0.7.2
2021-01-12 01:51:03 +01:00
Sandro
805821e1cf
Merge pull request #108714 from rhoriguchi/unite-shell
2021-01-12 01:43:30 +01:00
Dmitry Kalinkin
02828f91f1
Merge pull request #105709 from CajuM/symbiflow
...
Add Symbiflow + prjxray for OSS Xilinx FPGA development
2021-01-11 18:49:31 -05:00
Petter S. Storvik
c7d8d75e8e
clpm: init at 0.3.5 ( #108849 )
2021-01-11 23:08:42 +01:00
Sandro
5ea525376f
Merge pull request #108951 from erictapen/sub-batch-init
...
sub-batch: init at 0.3.0
2021-01-11 22:56:56 +01:00
Luke Granger-Brown
7d9d1c5f15
mxnet: switch to GCC 9
...
mxnet currently doesn't compile under GCC 10 (linker failures).
2021-01-11 21:49:23 +00:00
fps.io
5e0cf323e7
tap-plugins: init at 1.0.1
2021-01-11 21:45:48 +01:00
Dmitry Kalinkin
0708a5e690
all-packages.nix: fix eval of kdeFrameworks for kora-icon-theme
...
Fixes : #102168
2021-01-11 19:59:48 +01:00
Frederik Rietdijk
12c57ff6ae
Revert "kora-icon-theme: fix eval"
...
Let's use 1b36c97948
instead.
This reverts commit aa6dd78322
.
2021-01-11 19:59:37 +01:00
Frederik Rietdijk
aa6dd78322
kora-icon-theme: fix eval
2021-01-11 19:57:53 +01:00
github-actions[bot]
757ad34b82
Merge master into staging-next
2021-01-11 18:42:29 +00:00
Tim Steinbach
18b09d883f
linux: 5.11-rc2 -> 5.11-rc3
2021-01-11 11:10:07 -05:00
Sandro
f18ba0425d
Merge pull request #109019 from manojkarthick/reddsaver-init
...
reddsaver: init at 0.2.2
2021-01-11 16:11:39 +01:00
Milan
e614b5a2d0
mindustry: build Arc from source ( #108274 )
...
- reduce the buildPhase of the fixed-output dependencies derivation to
only download all dependencies, instead of building the full thing.
- add wayland variant, which is linked against a different variant of
the glew library to run natively using SDL_VIDEODRIVER=wayland
- use jdk (Java 15) instead of jre (Java 8) at runtime
- use new copyDesktopItems hook
2021-01-11 15:55:52 +01:00
Manoj Karthick
36ee158783
reddsaver: init at 0.2.2
...
Motivation: Command line tool to download saved images from Reddit
2021-01-11 05:20:34 -08:00
Jan Tojnar
2b9372b2ca
Merge branch 'master' into staging-next
2021-01-11 13:36:42 +01:00
Emery Hemingway
843daa841d
llvmPackages: select version by targetPlatform
2021-01-11 11:10:53 +01:00
Justin Humm
509cd74e49
sub-batch: init at 0.3.0
2021-01-11 09:14:37 +01:00
Michele Guerini Rocco
a306b088f6
Merge pull request #108491 from pacien/fishPlugins-wrapFish
...
wrapFish: add fish shell wrapper package
2021-01-11 09:10:52 +01:00
Sandro
1109e2423d
Merge pull request #108753 from manojkarthick/expenses-init
2021-01-11 08:55:48 +01:00
Tim Otten
1dc5b4612f
mysql80: 8.0.21 -> 8.0.22
2021-01-10 22:50:34 -08:00
Alyssa Ross
4d5d04a238
mysql80: 8.0.17 -> 8.0.21
...
Hopefully substituteInPlace will be less brittle than the patch.
2021-01-10 22:48:02 -08:00
github-actions[bot]
75bb36a66f
Merge staging-next into staging
2021-01-11 06:33:34 +00:00
github-actions[bot]
db7b9735f9
Merge master into staging-next
2021-01-11 06:33:30 +00:00
Wulfsta
5ca3562611
psw: init at 0.1.2
2021-01-10 22:22:28 -08:00
Ryan Horiguchi
2c9a72d98e
gnomeExtensions.unite-shell: init at 44
2021-01-11 05:30:42 +01:00
Sandro
e9bebb34e8
Merge pull request #108093 from mjlbach/init_sumneko_lua
2021-01-11 02:19:52 +01:00
Sandro
0e99531c54
Merge pull request #108953 from fgaz/urn/init
...
urn-timer: init at unstable-2017-08-20
2021-01-11 02:19:40 +01:00
Sandro
4d69305d75
Merge pull request #108961 from iblech/patch-jumpnbump
...
jumpnbump: init at 1.70-dev
2021-01-11 02:18:07 +01:00
Sandro
bff4ecd74b
Merge pull request #104499 from fgaz/domination/init
...
domination: init at 1.2.3
2021-01-11 02:14:27 +01:00
Sandro
9411c1d387
Merge pull request #105402 from sikmir/crow-translate
...
crow-translate: init at 2.6.2
2021-01-11 02:11:46 +01:00
Sandro
6af32a6878
Merge pull request #108963 from fabaff/crlfuzz
...
crlfuzz: init at 1.4.0
2021-01-11 02:11:04 +01:00
Sandro
2dc9bfb42f
Merge pull request #108191 from WolfangAukang/signumone-ks-init
2021-01-11 02:03:50 +01:00
github-actions[bot]
1cce663933
Merge staging-next into staging
2021-01-11 01:02:25 +00:00
github-actions[bot]
36bab113bf
Merge master into staging-next
2021-01-11 01:02:21 +00:00
Sandro
f337a3fc22
Merge pull request #107640 from fabaff/monsoon
...
monsoon: init at 0.6.0
2021-01-11 02:02:17 +01:00
Ben Siraphob
e9b6e535a6
vyper: init at 0.2.8 ( #104758 )
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-01-11 02:01:47 +01:00
Sandro
f4017bff44
Merge pull request #108167 from fgaz/ft2-clone/1.42
2021-01-11 02:00:49 +01:00
Sandro
e3271a768c
Merge pull request #108071 from astro/json-schema-for-humans
...
json-schema-for-humans: init at 0.27.0
2021-01-11 02:00:28 +01:00
Sandro
d8165ca0b0
Merge pull request #104401 from fgaz/staticjinja/0.4.0
2021-01-11 01:59:19 +01:00
Sandro
c9234f3a99
Merge pull request #93917 from zaninime/openzone
2021-01-11 01:38:00 +01:00
Sandro
3e5207becc
Merge pull request #106679 from siraben/gauche-update
...
gauche: 0.9.9 → 0.9.10
2021-01-11 01:35:04 +01:00
Jan Tojnar
88c998fb21
Merge branch 'staging-next' into staging
2021-01-10 23:24:57 +01:00
Jan Tojnar
dd72357155
Merge branch 'master' into staging-next
2021-01-10 23:24:33 +01:00
Ingo Blechschmidt
f33ae65fe1
jumpnbump: init at 1.70-dev
2021-01-10 22:34:41 +01:00
Francesco Gazzetta
5dc817a54c
urn-timer: init at unstable-2017-08-20
2021-01-10 22:29:48 +01:00
Terin Stock
f34f9aa38f
pcem: init at 17
2021-01-10 13:29:47 -08:00
Anderson Torres
1373f75002
Merge pull request #108801 from AndersonTorres/update-argtable
...
argtable: 3.0.1 -> 3.1.5
libmicrohttpd: init at 0.9.72
libjson-rpc-cpp: 0.7.0 -> 1.3.0
2021-01-10 16:59:03 -03:00
Sandro
903ebabea6
Merge pull request #108110 from fabaff/badchars
...
badchars: init at 0.4.0
2021-01-10 20:56:46 +01:00
Sandro
a657c03fd8
Merge pull request #108120 from fabaff/ldeep
2021-01-10 20:55:14 +01:00
John Ericson
5114061fa1
Merge pull request #107594 from ehmry/stdenv-cross-llvm
...
Synchronize cross-stdenv LLVM input with pkgs.llvmPackages
2021-01-10 14:51:52 -05:00
Michael Lingelbach
a57ba9ea13
sumneko-lua-language-server: init at 1.11.2
2021-01-10 11:43:55 -08:00
John Ericson
05b5b5491e
Merge pull request #108507 from Ericson2314/ott-mode
...
ott-mode: Factor our from ott
2021-01-10 14:30:59 -05:00
Sandro
f41dc35387
Merge pull request #108799 from SuperSandro2000/fix-collection
2021-01-10 20:04:46 +01:00
github-actions[bot]
bd9e17e21f
Merge staging-next into staging
2021-01-10 18:41:46 +00:00
github-actions[bot]
76394e4624
Merge master into staging-next
2021-01-10 18:41:43 +00:00
Profpatsch
2497553b23
toplevel: stdenv.lib -> lib
...
The library does not depend on stdenv, that `stdenv` exposes `lib` is
an artifact of the ancient origins of nixpkgs.
2021-01-10 17:44:59 +01:00
Fabian Affolter
45bb37cfbf
crlfuzz: init at 1.4.0
2021-01-10 17:30:15 +01:00
AndersonTorres
12c5cfda1d
libjson-rpc-cpp: 0.7.0 -> 1.3.0
2021-01-10 12:55:25 -03:00
AndersonTorres
bc838c8686
libmicrohttpd: init at 0.9.72
...
Being conservative, I included a new version instead of overwriting.
2021-01-10 12:43:48 -03:00
AndersonTorres
db27acb1c8
argtable: 3.0.1 -> 3.1.5
2021-01-10 12:43:48 -03:00
Frederik Rietdijk
8646eeebf5
breeze-icons: take from plasma5Packages
2021-01-10 15:59:45 +01:00
Frederik Rietdijk
b209617ff0
plasma5Packages: alias to the libsForQt5 used to build the plasma5 desktop
...
For in NixOS it is beneficial if both plasma5 and pam use the same Qt5
version. Because the plasma5 desktop may use a different version as the
default Qt5 version, we introduce plasma5Packages.
2021-01-10 15:59:45 +01:00
Frederik Rietdijk
2e9c639cb2
qt5-packages.nix: consistently make all libraries with same qt5 version
2021-01-10 15:59:43 +01:00
Frederik Rietdijk
49f21e06d9
Merge staging-next into staging
2021-01-10 15:51:40 +01:00
Francesco Gazzetta
52228daa3a
staticjinja: lift to top level
...
Most user will probably use the cli tool
2021-01-10 15:51:05 +01:00
Frederik Rietdijk
0c42bb5027
Merge master into staging-next
2021-01-10 15:50:49 +01:00
Matthieu Coudron
9f8b7cb4a8
Merge pull request #104658 from poscat0x04/add-fcitx5
...
Add fcitx5
2021-01-10 15:26:27 +01:00
Ben Siraphob
47de48f600
gauche: 0.9.9 -> 0.9.10
2021-01-10 21:23:52 +07:00
Phillip Cloud
caf2a8d9ea
nvidia-docker/nvidia-podman: inherit name directly
2021-01-10 08:54:38 -05:00
Phillip Cloud
8169d5c644
nvidia-container-toolkit: pass nvidia-container-runtime into drv
2021-01-10 08:54:38 -05:00
Phillip Cloud
ca2aa77d7b
nixpkgs: use symlinkJoin to share container runtime config for runtimes that support nvidia GPUs
2021-01-10 08:54:37 -05:00
Sandro Jäckel
694a3766d6
vtk_7, vtk_8: Fix building
2021-01-10 13:18:44 +01:00
Sandro
be660e2ae5
Merge pull request #100042 from siraben/oberon-risc-emu-init
...
oberon-risc-emu: init at 2020-08-18
2021-01-10 12:49:55 +01:00
Sandro
b80f4f1a31
Merge pull request #108638 from andrewchambers/bupstash
...
bupstash: init at 0.6.4
2021-01-10 12:47:51 +01:00
Sandro
d25225b014
Merge pull request #96039 from MilesBreslin/evscript
2021-01-10 12:18:27 +01:00
Andrew Chambers
0380ee437b
bupstash: init at 0.6.4
2021-01-10 22:58:42 +13:00
Gabriel Gonzalez
82425ca793
Fix support for extending Dhall package set
...
* Fix `dhallPackages` to be defined using `callPackage` instead of
`callPackages`
This enables the `pkgs.dhallPackages.override` method
* Export `pkgs.dhallPackages.callPackage`
This is also necessary in order to easily extend `pkgs.dhallPackages` with
new packages
2021-01-10 10:54:10 +01:00
Câju Mihai-Drosi
ccdf7431bb
symbiflow-arch-defs: init at 20200914-111752-g05d68df0
2021-01-10 10:01:48 +02:00
Câju Mihai-Drosi
44fbc60abd
symbiflow-yosys-plugins: init at 0.8-6021-gd8b2d1a2
2021-01-10 10:01:48 +02:00
Câju Mihai-Drosi
c1674d2ace
symbiflow-yosys: init at 0.8-6021-gd8b2d1a2
2021-01-10 10:01:48 +02:00
Câju Mihai-Drosi
d9140d37ad
symbiflow-vtr: init at 8.0.0.rc2-4003-g8980e4621
2021-01-10 10:01:48 +02:00
Câju Mihai-Drosi
a7d6c39c3c
prjxray-tools: init at 0.1-2676-gac8d30e3
2021-01-10 10:01:42 +02:00
Câju Mihai-Drosi
7d9c736824
prjxray-db: init at 0.0-0232-g303a61d
2021-01-10 09:32:26 +02:00
Sandro
345206baf3
Merge pull request #108874 from fabaff/deepsea
...
deepsea: init at 0.9
2021-01-10 08:09:39 +01:00
Sandro
425f1533e4
Merge pull request #108882 from tfmoraes/libguestfs_xen
...
libguestfs: remove xen as dependency
2021-01-10 08:07:09 +01:00
Poscat
4ef6482261
fcitx5-table-other: Init at 5.0.1
2021-01-10 14:31:10 +08:00
Poscat
7b99329edd
fcitx5-table-extra: Init at 5.0.1
2021-01-10 14:31:09 +08:00
Poscat
1b06ca4b0d
fcitx5-with-addons: Init
2021-01-10 14:31:07 +08:00
Poscat
3dbd3d11e3
fcitx5-chinese-addons: Init at 5.0.2
2021-01-10 14:31:06 +08:00
Poscat
208b419ab5
fcitx5-lua: Init at 5.0.1
2021-01-10 14:31:05 +08:00
Poscat
ea1e46a232
libime: Init at 1.0.2
2021-01-10 14:31:04 +08:00
Poscat
ea50300499
fcitx5-rime: Init at 5.0.2
2021-01-10 14:31:03 +08:00
Poscat
1da3fbf0eb
fcitx5-configtool: Init at 5.0.1
2021-01-10 14:31:02 +08:00
Poscat
5409030ea1
fcitx5-gtk: Init at 5.0.1
2021-01-10 14:31:01 +08:00
Poscat
e42b4d312f
fcitx5-qt: Init at 5.0.1
2021-01-10 14:30:58 +08:00
midchildan
6e098fa12e
powerline-symbols: init at 2.8.1
2021-01-10 14:30:21 +09:00
Poscat
85a30b1fd8
fcitx5: Init at 5.0.3
2021-01-10 13:24:20 +08:00
Poscat
f67f57e0f1
xcb-imdkit: Init at 1.0.1
2021-01-10 13:17:57 +08:00
github-actions[bot]
31f01e4bcc
Merge staging-next into staging
2021-01-10 01:03:39 +00:00
github-actions[bot]
433c7b069c
Merge master into staging-next
2021-01-10 01:03:35 +00:00
Mario Rodas
69dc12e045
Merge pull request #108873 from fabaff/cloudbrute
...
cloudbrute: init 1.0.7
2021-01-09 18:29:49 -05:00
Markus Kowalewski
abd767dce9
target-isns: init at 0.6.8
2021-01-09 23:25:39 +01:00
Thiago Franco de Moraes
dde3974afd
libguestfs: remove xen as dependency
2021-01-09 16:51:33 -03:00
Colin L Rice
eabc2286e3
ipfs-cluster: 0.13.0 -> unstable-2020-10
...
ipfs-cluster hasn't had a release since may 2020, however go-ipfs needs
to be updated for support with go1.15 and go1.16 (1.14 goes out of
support in february).
I've requested they tag a new revision, but until then we'll have to use
an unstable version.
I've re enabled the tests since they pass and are critical to catch
errors within ipfs-cluster (and in general make maintenance easier). One
test failed, so I manually disabled it via a patch and .Skip()
2021-01-09 14:48:12 -05:00
Aaron Andersen
4b0a2ac72c
Merge pull request #99559 from JamieMagee/nzbhydra2
...
nzbhydra2: init at 3.8.0
2021-01-09 14:23:30 -05:00