Luke Granger-Brown
83c134bed1
Merge pull request #121648 from AluisioASG/aasg/jupytext-1.11.2
...
python3Packages.markdown-it-py: 0.6.2 -> 1.0.0; python3Packages.jupytext: 1.11.0 -> 1.11.2
2021-05-08 23:01:21 +01:00
xfnw
86ac115276
xcd: init at 1.2
2021-05-08 20:29:19 +00:00
Evils
27ed1b4b15
python.pkgs.i2c-tools: init at i2c-tools.version
2021-05-08 13:23:36 -07:00
Robert T. McGibbon
9d469535df
python3Packages.fenics: fix build
2021-05-08 13:15:39 -07:00
Martin Weinelt
af9d0dde55
Merge pull request #121776 from fabaff/bump-roombapy
2021-05-08 21:49:00 +02:00
Mica
8179b81106
prism: init at 0.1.1 ( #121869 )
...
Co-authored-by: Maciej Krüger <mkg20001@gmail.com>
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-05-08 21:34:35 +02:00
Sandro
540680f657
Merge pull request #121697 from jojosch/nzbhydra2-jre
...
nzbhydra2: use openjdk11
2021-05-08 21:31:09 +02:00
Fabian Affolter
b2f905f34e
Merge pull request #121593 from fabaff/fix-databases
...
python3Packages.aiopg: init at 1.2.1
2021-05-08 21:17:06 +02:00
Fabian Affolter
e47dde2e2e
python3Packages.aiopg: init at 1.2.1
2021-05-08 20:50:24 +02:00
github-actions[bot]
6d46d8a9b9
Merge master into staging-next
2021-05-08 18:22:46 +00:00
J. Neto
094283528b
urweb: build with icu67
2021-05-08 11:17:15 -07:00
Ryan Orendorff
03aa75f46d
pyopencl: enable package build for macOS
2021-05-08 11:09:18 -07:00
Matt Melling
94698a5624
python3Packages.spacy: add spacy_legacy dependency
2021-05-08 11:08:46 -07:00
Matt Melling
ff95da3ab5
python3Packages.pathy: init at 0.5.2
2021-05-08 11:08:46 -07:00
Samuel Gräfenstein
7c710c8b74
quickbms: init at 0.11.0
2021-05-08 11:02:54 -07:00
Robert Schütz
e2cdb2fcc0
python3Packages.castepxbin: init at 0.1.0
2021-05-08 10:23:55 -07:00
Lorenzo Manacorda
a6fb0290d1
ethabi: 11.0.0 -> 13.0.0
2021-05-08 10:13:13 -07:00
sternenseemann
df5b6c61ec
top-level/release-haskell.nix: merge jobs using lib.recursiveUpdate
...
We have different attribute sets defining jobs: The list of base jobs,
the ones generated by versionedCompilerJobs and our added aggregate
jobs. During this we define `haskell` twice: Once for `haskell.compiler`
and once for `haskell.packages.*`. The `//` operator throws a way the
former which is fixed by using lib.recursiveUpdate.
Unfortunately makes the expression less pretty, but at least we have our
compiler jobs back.
2021-05-08 18:27:47 +02:00
Cole Helbling
6e8c1aaac3
python3.pkgs.debut: remove
...
This is actually a duplicate of debian-inspector -- it was renamed recently, but
still provides the legacy debut interface.
2021-05-08 08:26:02 -07:00
Robert Hensing
8e3c5eb501
treewide: xvfb_run -> xvfb-run
2021-05-08 15:48:41 +02:00
Robert Hensing
726306003a
xvfb-run: rename from xvfb_run
2021-05-08 15:46:09 +02:00
Martin Weinelt
9651084620
Merge remote-tracking branch 'origin/master' into staging-next
2021-05-08 14:43:43 +02:00
Aaron Andersen
b28f0d640f
Merge pull request #121699 from Hoverbear/t-rec
...
t-rec: init at 0.5.2
2021-05-08 08:15:42 -04:00
Vojtěch Káně
06efb08ec4
backblaze-b2: 2.1.0 -> 2.4.0 ( #121250 )
...
* python3Packages.b2sdk: 1.6.0 -> 1.7.0
* python3Packages.b2sdk: enable tests
* pythonPackages.rst2ansi: init at 0.1.5
* backblaze-b2: 2.1.0 -> 2.4.0
Co-authored-by: Fabian Affolter <mail@fabian-affolter.ch>
2021-05-08 07:53:30 -04:00
Robert Schütz
dfebdee0fc
Merge pull request #121257 from dotlambda/pythonPackages-ffmpeg
...
pythonPackages: migrate away from ffmpeg_3
2021-05-08 13:25:22 +02:00
sternenseemann
b4c069dc11
haskell.compiler.ghcHEAD: 8.11.20200824 -> 9.3.20210504
2021-05-08 13:03:55 +02:00
Francesco Gazzetta
c40a5ffa56
miniaudicle: init at 1.3.5.2
2021-05-08 10:05:03 +02:00
Jan Tojnar
468cb5980b
gnome: rename from gnome3
...
Since GNOME version is now 40, it no longer makes sense to use the old attribute name.
2021-05-08 09:47:42 +02:00
github-actions[bot]
e21fb16f9a
Merge master into staging-next
2021-05-08 06:20:05 +00:00
Martin Weinelt
bf9b6b1ef3
python2Packages.pyjwt: init at 1.7.1
2021-05-07 20:05:56 -07:00
github-actions[bot]
b4416b52c5
Merge master into staging-next
2021-05-08 00:46:50 +00:00
Ana Hobden
c8d9af9f4a
t-rec: init at 0.6.0
...
Introduce [`t-rec`](https://github.com/sassman/t-rec-rs ), a terminal
recorder.
Usage:
```bash
nix run .#t-rec
```
Upon exit, `t-rec` will save recordings of the session to disk in GIF
and MP4.
Signed-off-by: Ana Hobden <operator@hoverbear.org>
2021-05-07 16:10:23 -07:00
Maximilian Bosch
31c1a66133
avian: remove
...
ZHF #122042
Doesn't compile anymore[1] and isn't supported by upstream[2].
[1] https://hydra.nixos.org/build/142613769
[2] 0871979b29/README.md
2021-05-07 16:10:17 -07:00
fortuneteller2k
b99ef3d4d8
hilbish: init at 0.4.0
2021-05-08 06:03:15 +08:00
maralorn
958855d30c
Merge pull request #121627 from NixOS/haskell-updates
2021-05-07 23:55:19 +02:00
Michael Lingelbach
8c934146d7
pythonPackages.python-socks: init at 1.2.4
2021-05-07 14:24:19 -07:00
AndersonTorres
c15766774b
cardboard: init at 0.0.0-unstable=2021-01-21
2021-05-07 17:07:47 -03:00
Aluísio Augusto Silva Gonçalves
11c3036bff
python3Packages.mdit-py-plugins: init at 0.2.8
2021-05-07 17:07:05 -03:00
Aluísio Augusto Silva Gonçalves
8b94f86044
python3Packages.linkify-it-py: init at 1.0.1
2021-05-07 17:07:04 -03:00
Aluísio Augusto Silva Gonçalves
8ffb2a6685
python3Packages.uc-micro-py: init at 1.0.1
2021-05-07 17:07:04 -03:00
Aluísio Augusto Silva Gonçalves
43c68b0aa1
python3Packages.pytest-regressions: init at 2.2.0
2021-05-07 17:07:03 -03:00
Martin Weinelt
b672992e2c
sphinx-autobuild: init from python3Packages.sphinx-autobuild
2021-05-07 21:22:56 +02:00
github-actions[bot]
1ae6d3d02f
Merge master into staging-next
2021-05-07 18:24:29 +00:00
maralorn
8b7d34d89e
Merge pull request #122026 from sternenseemann/ghc-binary-no-aarch64-hydra
...
haskell.compiler: misc cleanups for hydra aarch64 builds
2021-05-07 20:15:44 +02:00
Eduardo Sánchez Muñoz
afdf5089e7
pythonPackages.cwcwidth: init at 0.1.4
2021-05-07 20:12:58 +02:00
Martin Weinelt
144dc280e3
Merge pull request #121153 from fabaff/bump-denonavr
2021-05-07 20:00:49 +02:00
Fabian Affolter
fecd9ba4c3
Merge pull request #120266 from fabaff/aiopvpc
...
python3Packages.aiopvpc: init at 2.0.2
2021-05-07 19:54:47 +02:00
Stefan Frijters
c47c00e353
hdfview: Fix build by using hdf5_1_10
2021-05-07 10:48:26 -07:00
ajs124
ac641ca67a
perlPackages.WebMachine: init at 0.17
2021-05-07 10:33:01 -07:00
ajs124
be8bffdb91
perlPackages.TextWordDiff: init at 0.09
2021-05-07 10:33:01 -07:00
ajs124
7fac4f11ce
perlPackages.ShellGuess: init at 0.09
2021-05-07 10:33:01 -07:00
ajs124
849ac8f01a
perlPackages.ShellConfigGenerate: init at 0.34
2021-05-07 10:33:01 -07:00
ajs124
1cc8a0e18e
perlPackages.PathDispatcher: init at 1.08
2021-05-07 10:33:01 -07:00
ajs124
364a89c736
perlPackages.MooXTypeTiny: init at 0.002003
2021-05-07 10:33:01 -07:00
ajs124
0b50319687
perlPackages.HTTPHeadersActionPack: init at 0.09
2021-05-07 10:33:01 -07:00
ajs124
5f333c5ef4
perlPackages.HTMLGumbo: init at 0.18
2021-05-07 10:33:01 -07:00
ajs124
417555a503
perlPackages.HTMLFormatExternal: init at 26
2021-05-07 10:33:01 -07:00
ajs124
46c8f3e1d3
perlPackages.CryptX509: init at 0.53
2021-05-07 10:33:01 -07:00
ajs124
a4bbed106c
perlPackages.AlienLibGumbo: init at 0.05
2021-05-07 10:33:01 -07:00
ajs124
f58af19c1d
perlPackages.AlienBaseModuleBuild: init at 1.15
2021-05-07 10:33:01 -07:00
ajs124
cd609e7a1c
Merge pull request #117094 from helsinki-systems/drop/spidermonkey_1_8_5
...
spidermonkey_1_8_5: drop
2021-05-07 18:55:49 +02:00
Fabian Affolter
a79ddca1b5
python3Packages.asyncstdlib: init at 3.9.1
2021-05-07 18:48:08 +02:00
Dmitry Kalinkin
d2e027aa44
Merge pull request #120524 from veprbl/pr/fastnlo_2411
...
fastnlo_toolkit: 2.3.1pre-2402 -> 2.3.1pre-2411, enable python, rename
2021-05-07 11:48:33 -04:00
sternenseemann
8f07082141
haskell.compiler.ghc901: build using ghc8102BinaryMinimal on arm
...
ghc8102Binary doesn't build on hydra on arm since it exceeds the maximum
output size. This change works around this issue by using the minimal
version of that compiler instead.
2021-05-07 15:13:37 +02:00
Malte Brandy
2a11f1f5cc
Merge branch 'master' into haskell-updates
2021-05-07 15:03:54 +02:00
Mario Rodas
e8f51f1e3f
Merge pull request #121973 from marsam/update-protobuf
...
protobuf: 3.15.7 -> 3.16.0
2021-05-07 08:01:57 -05:00
github-actions[bot]
12193913a1
Merge staging-next into staging
2021-05-07 12:23:21 +00:00
Martin Weinelt
860b457585
Merge pull request #120250 from fabaff/hdate
2021-05-07 13:14:50 +02:00
Robert Hensing
f6899555d0
Merge pull request #58600 from AerialX/msp430-mspds
...
MSP430 debug stack
2021-05-07 13:01:58 +02:00
diegolelis
d5ca6af901
kops_1_19: init at 1.19.2
2021-05-07 03:31:02 -07:00
Jan Tojnar
9468b07326
Merge branch 'gnome-40'
2021-05-07 12:12:40 +02:00
markuskowa
d93bcc481b
Merge pull request #121983 from nbren12/mpich-mac-fix
...
mpich: fix darwin build
2021-05-07 11:26:31 +02:00
Pavol Rusnak
74b4f6c9af
Merge pull request #121706 from MrMebelMan/init/kratos_0_6_0_alpha_1_pre_2
...
kratos: init at v0.6.0-alpha.1
2021-05-07 11:17:27 +02:00
Sandro
c989366b22
Merge pull request #121857 from dotlambda/presage-init
...
presage: init at 0.9.1
2021-05-07 09:23:44 +02:00
Vincent Laporte
4fb15bc739
coqPackages.VST: 2.6 → 2.7.1
2021-05-07 08:35:13 +02:00
github-actions[bot]
b8cdb044e9
Merge staging-next into staging
2021-05-07 06:20:24 +00:00
Ivar Scholten
33d042b667
snapdragon-profiler: init at v2021.2
...
Co-authored-by: PixelyIon <pixelyion@protonmail.com>
2021-05-06 21:17:39 -07:00
Noah D. Brenowitz
a3d423090b
mpich: fix darwin build
...
The darwin build was failing because neither of the ch4backend libraries
build on darwin.
Changes:
* delete unused argument device
* pass the derivation for the ch4backend in directly rather than using
a string to switch between two other arguments. (3 args to 1 arg)
* don't use ch4backend on Darwin
Resolves #121978
2021-05-06 21:08:19 -07:00
github-actions[bot]
e5f4def056
Merge staging-next into staging
2021-05-07 00:46:58 +00:00
Fabian Affolter
540f69e705
python3Packages.hdate: init 0.10.2
2021-05-06 23:55:57 +02:00
Sandro
a48a2e807b
Merge pull request #121824 from evalexpr/add-altair-graphql-client
...
altair-graphql-client: init at version 4.0.2
2021-05-06 23:14:33 +02:00
John Ericson
a3e54cb582
Merge remote-tracking branch 'upstream/staging-next' into staging
2021-05-06 15:48:25 -04:00
Jan Tojnar
7bb72bb02e
gtksourceview5: init at 5.0.0
2021-05-06 21:36:59 +02:00
Fabian Affolter
847937c11d
python3Packages.mutesync: init at 0.0.1
2021-05-06 21:08:13 +02:00
Jonathan Ringer
fa58d21382
python3Packages.azure-mgmt-servicefabricmanagedclusters: init at 1.0.0
2021-05-06 11:50:10 -07:00
Fabian Affolter
a6252afa36
python3Packages.pymeteireann: init at 0.2
2021-05-06 20:10:42 +02:00
sternenseemann
fc1638c3ba
taffybar: inherit meta set from haskellPackages
2021-05-06 19:54:22 +02:00
Jan Tojnar
7275ef4358
gtkmm4: init at 4.0.1
2021-05-06 19:21:57 +02:00
Jan Tojnar
b51fffe8f8
pangomm_2_48: init at 2.48.0
2021-05-06 19:21:57 +02:00
Fabian Affolter
d6bb500605
python3Packages.motioneye-client: init at 0.3.6
2021-05-06 18:49:09 +02:00
Fabian Affolter
28907d3bff
Merge pull request #121677 from fabaff/bump-labelbox
...
python3Packages.labelbox: 2.5.1 -> 2.5.4
2021-05-06 18:42:27 +02:00
Jan Tojnar
43d5cd52eb
cairomm_1_16: init at 1.16.0
2021-05-06 17:57:59 +02:00
John Ericson
8e84cafcd9
Merge pull request #121654 from Ericson2314/darwin-cross-prep
...
treewide: Do a number of no-op cleanups for cross and darwin
2021-05-06 11:38:09 -04:00
Jan Tojnar
e63b9dcd7a
glibmm_2_68: init at 2.68.0
2021-05-06 17:35:03 +02:00
Jan Tojnar
30743d0973
libsigcxx30: init at 3.0.6
2021-05-06 17:30:30 +02:00
John Ericson
470640e7fe
treewide: Do a number of no-op cleanups for cross and darwin
...
I am taking the non-invasive parts of #110914 to hopefully help out with #111988 .
In particular:
- Use `lib.makeScopeWithSplicing` to make the `darwin` package set have
a proper `callPackage`.
- Adjust Darwin `stdenv`'s overlays keeping things from the previous
stage to not stick around too much.
- Expose `binutilsNoLibc` / `darwin.binutilsNoLibc` to hopefully get us
closer to a unified LLVM and GCC bootstrap.
2021-05-06 11:17:26 -04:00
Robert Hensing
cd855e6746
openapi-generator-cli: Use jre_headless
2021-05-06 16:25:26 +02:00
github-actions[bot]
c63e69cd89
Merge staging-next into staging
2021-05-06 12:23:32 +00:00
Robert Schütz
bda9e192dd
Merge pull request #120582 from dotlambda/ffmpeg_2-drop
...
ffmpeg_2: mark as insecure
2021-05-06 13:51:34 +02:00
Gabriel Ebner
46ecc3e1d3
Merge pull request #121845 from fortuneteller2k/fix-and-update-vieb
...
vieb: 3.4.0 -> 4.5.1
2021-05-06 13:49:17 +02:00
Robert Schütz
30c3036793
Merge pull request #121151 from dotlambda/libdeltachat-init
...
libdeltachat: init at 1.54.0
2021-05-06 13:41:16 +02:00
Maximilian Bosch
a50b9e6c23
Merge pull request #113716 from Ma27/wpa_multiple
...
wpa_supplicant: allow both imperative and declarative networks
2021-05-06 11:01:35 +02:00
fortuneteller2k
9802eed170
vieb: 3.4.0 -> 4.5.1
2021-05-06 16:23:09 +08:00
Vladyslav Burzakovskyy
5f42984b67
kratos: init at v0.6.0-alpha.1
2021-05-06 11:19:22 +03:00
Robert Schütz
254fb39b9f
presage: init at 0.9.1
2021-05-06 10:16:59 +02:00
Jan Tojnar
d9f177eb4d
Merge branch 'staging-next' into staging
...
The transmission conflict was non-trivial:
- libbrotli added to apparmor rules <1bdda029cd
>
- apparmor rules rewritten <b280e64078
>
Chosen the rewrite and verified that brotli is part of the rule set generated by `apparmorRulesFromClosure`.
2021-05-06 08:42:50 +02:00
Mario Rodas
d4a8774ee2
protobuf: 3.15.7 -> 3.16.0
...
https://github.com/protocolbuffers/protobuf/releases/tag/v3.16.0
2021-05-06 04:20:00 +00:00
Mario Rodas
21ac8c9fa4
protobuf3_16: init at 3.16.0
2021-05-06 04:20:00 +00:00
Alex Wied
f8c104d116
openethereum: 3.2.4 -> 3.2.5
2021-05-05 23:15:18 -04:00
Fabian Affolter
4af225856f
python3Packages.pykoplenti: init at 1.0.0
2021-05-06 00:11:23 +02:00
Jonathan Wilkins
b02f31d324
altair-graphql-client: init at version 4.0.2
2021-05-05 22:46:33 +01:00
Fabian Affolter
7e7c78886e
python3Packages.pyialarm: init at 1.5
2021-05-05 22:54:28 +02:00
Jan Tojnar
f70f7b6ea4
gnomeExtensions.hot-edge: init at 4
2021-05-05 22:43:10 +02:00
Jan Tojnar
26e044b14a
imagemagick: Try to fix Darwin build
2021-05-05 22:43:09 +02:00
Maxine Aubrey
3411c7ee1a
vala_0_52: init at 0.52.2, make default
2021-05-05 22:42:16 +02:00
Stefan Frijters
9101fbb0ae
pythonPackages.tappy: init at 3.0
2021-05-05 22:42:15 +02:00
Jan Tojnar
48a0757b75
wrapGAppsHook4: init
2021-05-05 22:42:13 +02:00
Jan Tojnar
e288b9d1b2
librsvg: 2.50.1 → 2.50.5
2021-05-05 22:20:22 +02:00
Ryan Mulligan
ddcd4ddc2c
qemu_full: add glusterfs support
2021-05-05 13:05:21 -07:00
Fabian Affolter
f0bd273213
Merge pull request #112318 from fabaff/bump-autobahn
...
python3Packages.autobahn: 20.12.3 -> 21.3.1
2021-05-05 21:56:51 +02:00
Robin Gloster
134994af81
Merge pull request #121797 from aanderse/php.packages.deployer
...
php.packages.deployer: init at 6.8.0
2021-05-05 13:49:38 -05:00
github-actions[bot]
202eb5ddf5
Merge staging-next into staging
2021-05-05 18:24:02 +00:00
Maximilian Bosch
8e72457f86
Merge pull request #121266 from blanky0230/tuxedo-keyboard-update
...
tuxedo-keyboard: 2019-08-26 -> v3.0.5
2021-05-05 19:48:49 +02:00
sternenseemann
a7dfc81ade
top-level/release-haskell.nix: support aarch64-linux and x86_64-darwin
...
top-level/release.nix builds haskellPackages on those systems as well,
so we should test on them as well. Currently we have virtually no
insight into the state on there.
2021-05-05 17:32:46 +02:00
Aaron Andersen
1c5c5be21b
php.packages.deployer: init at 6.8.0
2021-05-05 08:38:28 -04:00
Robert Schütz
007cab9644
matrix-dendrite: rename to dendrite
...
No other distro calls it matrix-dendrite:
https://repology.org/project/matrix-dendrite
2021-05-05 12:37:04 +02:00
Fabian Affolter
c7fbb3e6b4
python3Packages.amqtt: init at 0.10.0-alpha.3
2021-05-05 09:09:49 +02:00
github-actions[bot]
dbc1478d23
Merge staging-next into staging
2021-05-05 06:21:29 +00:00
davidak
9742ac3b1b
Merge pull request #121182 from dotlambda/recapp-init
...
recapp: init at 1.1.1
2021-05-05 04:12:17 +02:00
Ivan Babrou
6ba5ac89d2
gfortran11, gnat11: init at 11.1.0
...
I forgot to add it in #121115 .
2021-05-04 18:26:33 -07:00
github-actions[bot]
68e3ba2b1d
Merge staging-next into staging
2021-05-05 00:46:07 +00:00
Maximilian Bosch
39e6bf7647
Merge pull request #121623 from wlib/audacity-3.0.2
...
audacity: 2.4.2 -> 3.0.2
2021-05-04 23:07:42 +02:00
Anderson Torres
1b1d7e93dc
Merge pull request #121652 from AndersonTorres/quick-patches
...
cagebreak: 1.6.0 -> 1.7.0
2021-05-04 17:14:09 -03:00
Fabian Affolter
5396cc05d9
python3Packages.py-ubjson: init at 0.16.1
2021-05-04 21:47:18 +02:00
Cole Helbling
1548f03a58
perlPackages.StringCompareConstantTime: init at 0.321
2021-05-04 12:39:17 -07:00
Cole Helbling
c6104775ae
perlPackages.CryptPassphraseArgon2: init at 0.002
2021-05-04 12:39:17 -07:00
Cole Helbling
05fb1b74d6
perlPackages.CryptPassphrase: init at 0.003
2021-05-04 12:39:17 -07:00
Cole Helbling
ded288a979
perlPackages.CryptArgon2: init at 0.010
2021-05-04 12:39:17 -07:00
AndersonTorres
bf8679ba94
cagebreak: 1.6.0 -> 1.7.0
2021-05-04 16:25:44 -03:00
github-actions[bot]
4cbb35eba8
Merge staging-next into staging
2021-05-04 18:21:27 +00:00
scalavision
9b5a84f8ac
mill: 0.9.5 -> 0.9.6 ( #121712 )
2021-05-04 12:40:08 -04:00
Iwan
5b42a1d798
transcribe: (re)init at 9.00 ( #121617 )
2021-05-04 12:38:50 -04:00
sternenseemann
207651a347
Merge remote-tracking branch 'origin/master' into haskell-updates
2021-05-04 16:41:58 +02:00
sternenseemann
917524cb39
pinboard-notes-backup: justStaticExecutables, move overrides
...
Should reduce closure size and reduce the difference between top-level
and haskellPackages version of pinboard-notes-backup.
2021-05-04 16:40:08 +02:00
Johannes Schleifenbaum
47c033e55e
nzbhydra2: use openjdk11
2021-05-04 16:06:52 +02:00
Robert Schütz
8fda249f9c
recapp: init at 1.1.1
2021-05-04 16:05:49 +02:00
sternenseemann
ea71b0aa91
top-level/release-haskell.nix: also tests writers tests
...
This should show us what impact our changes have on writeHaskell.
2021-05-04 15:42:49 +02:00
sternenseemann
07dd4a91f5
top-level/release-haskell.nix: use top-level git-annex attribute
...
This saves us from the annoyances of the gitAndTools attribute set which
doesn't have recurseForDerivations and is thus ignored by
packagePlatforms.
2021-05-04 15:42:46 +02:00
sternenseemann
6784d2b87c
top-level/release-haskell.nix: add less obvious top-level haskell pkgs
...
These were found by grepping for haskellPackages in the whole
repository.
2021-05-04 15:41:59 +02:00
Phillip Cloud
3e62e383f4
restream: init at 1.1 ( #120596 )
2021-05-04 14:45:22 +02:00
sternenseemann
caf7725f95
stutter: move overrides into configuration-nix.nix
...
Move necessary overrides into configuration-nix.nix, so there's no
discrepancy between stutter and haskellPackages.stutter.
However the build of stutter is still broken its dependency snipcheck
doesn't build with the pandoc version we have.
2021-05-04 14:29:55 +02:00
Daniel Ethridge
49cfef8c69
Switch to the simple patching of wxWidgets approach
2021-05-04 07:45:38 -04:00
Fabian Affolter
f9f911168e
python3Packages.pytest-cases: init at 3.4.6
2021-05-04 13:31:26 +02:00
DavHau
8865881319
nixExperimental: init
2021-05-04 18:15:27 +07:00
Fabian Affolter
555d096920
python3Packages.decopatch: init at 1.4.8
2021-05-04 12:46:30 +02:00
sternenseemann
6e98fdd7c3
top-level/release-haskell.nix: add more top-level haskell packages
...
These should now also include all packages that use haskellPackages in
some form where it is apparent from all-packages.nix.
Some of those probably could do with a cleanup (maybe fetchable from
hackage, many are missing justStaticExecutables).
2021-05-04 11:33:42 +02:00
Robert Schütz
870b3a3054
calendar-cli: init at 0.12.0
2021-05-04 10:04:56 +02:00
github-actions[bot]
98d7aac597
Merge staging-next into staging
2021-05-04 00:49:43 +00:00
Martin Weinelt
fdd7009c85
Merge pull request #121457 from mweinelt/hass-deps
2021-05-04 01:37:00 +02:00
Malte Brandy
81b5682da3
Merge branch 'master' into haskell-updates
2021-05-04 00:25:54 +02:00
Janne Heß
0253c5c241
icinga2: Init at 2.12.3
2021-05-03 22:02:14 +02:00
Luke Granger-Brown
0f39652cee
Merge pull request #120800 from MetaDark/undistract-me
...
undistract-me: init at unstable-2020-08-09
2021-05-03 20:22:04 +01:00
Daniel Ethridge
126b5f5990
Start drafting an update for audacity: 2.4.2 -> 3.0.2
...
The XGD-config patch is removed since it conflicts with the new version of audacity, as it was not merged upstream.
Audacity now requires their own fork of wxWidgets, according to https://wiki.audacityteam.org/wiki/Building_On_Linux - this is the cause of current trouble since I am new to nix and unsure how to integrate it. I copied the current 3.1.4 nixpkgs version of wxWidgets found at pkgs/development/libraries/wxwidgets/3.1/default.nix and modified it to retrieve the forked version, but that's it so far.
2021-05-03 14:40:20 -04:00
github-actions[bot]
5e177b16b1
Merge staging-next into staging
2021-05-03 18:25:49 +00:00
Silvan Mosberger
0111666954
Merge pull request #109561 from mjlbach/init_matrix_dendrite
...
matrix-dendrite: init at 0.3.11
2021-05-03 20:16:27 +02:00
Robert Schütz
8a6ad02d46
python3Packages.deltachat: init
2021-05-03 19:09:52 +02:00
Robert Schütz
51aa52a0aa
kdeltachat: init at unstable-2021-05-03
2021-05-03 19:09:52 +02:00
davidak
32f6c7d949
Merge pull request #121542 from dotlambda/authenticator-init
...
authenticator: init at 4.0.3
2021-05-03 19:00:45 +02:00
Sandro
d19a57aa07
Merge pull request #121521 from fortuneteller2k/add-xcolor
...
xcolor: init at unstable-2021-02-02
2021-05-03 17:32:56 +02:00
Martin Weinelt
04c63bebc7
python3Packages.autocaptureproxy: init at 1.0.1
2021-05-03 16:10:22 +02:00
ajs124
09d29bd784
spidermonkey_1_8_5: drop
2021-05-03 15:44:10 +02:00
ajs124
29bcaf04cb
couchdb2: drop
2021-05-03 15:41:42 +02:00
ajs124
b8caf0847c
couchdb: drop
2021-05-03 15:41:42 +02:00
github-actions[bot]
a4c3a2d732
Merge staging-next into staging
2021-05-03 12:26:48 +00:00
Luke Granger-Brown
7c679678d6
Merge pull request #110454 from evils/bucklespring
...
bucklespring: init at unstable-2021-01-21
2021-05-03 12:47:27 +01:00
Evils
18ebebd35e
bucklespring: init at unstable-2021-01-21
2021-05-03 13:27:10 +02:00
Luke Granger-Brown
97d8c5c9de
Merge pull request #120721 from diogox/master
...
frugal: init at 3.14.2
2021-05-03 10:49:43 +01:00
Robert Schütz
5d8f586b33
libdeltachat: init at 1.54.0
2021-05-03 11:44:10 +02:00
sternenseemann
233682cf1e
pkgs/release-haskell.nix: add aggregate job of all pkgs with maintainers
2021-05-03 11:40:03 +02:00
sternenseemann
ef9631e523
pkgs/top-level: init expression for haskell-updates jobset
...
release-haskell.nix is intended to be a replacement for
https://github.com/peti/ci/blob/master/haskell-nixpkgs.nix
which is currently the main expression for the haskell-updates jobset
on hydra (in the nixpkgs project).
It has the same jobs as the old haskell-nixpkgs.nix file:
* haskellPackages.*
* haskell.compiler.*
* Some extra haskell packages for certain compilers
The following jobs are new:
* tests.haskell.*
* A manually maintained list of top-level haskell packages (most of them
using justStaticExecutables)
* An aggregate job which is intended to aid merging the haskell-updates
branch: It holds an arbitrary list of haskell-related packages and
tests we intend have working at all times. This is still somewhat
incomplete and should be extendend in the future.
Additionally a lot of refactoring has been done and some unnecessary
code has been eliminated. Due to the increased set of jobs and my
ideas of convenience however, the code size has grown overall.
I've tried document the individual parts and would be happy about
feedback in general.
One future improvement could be making adding top-level haskell packages
more convenient and adding them all to the aggregate job automatically.
2021-05-03 11:40:03 +02:00
Luke Granger-Brown
2f06f57871
Merge pull request #120595 from cstrahan/rset
...
rset: init at 2.1
2021-05-03 10:27:46 +01:00
Luke Granger-Brown
cdbc90b67a
Merge pull request #120766 from fabaff/meshtastic
...
python3Packages.meshtastic: init at 1.2.30
2021-05-03 10:20:36 +01:00
Luke Granger-Brown
d721ebe9bd
Merge pull request #120798 from eduardosm/python-poppler-qt5
...
pythonPackages.poppler-qt5: 0.24.2 -> 21.1.0
2021-05-03 10:16:50 +01:00
Luke Granger-Brown
bd90c95c8b
Merge pull request #120449 from SCOTT-HAMILTON/googleearth-pro
...
googleearth-pro: fix xkb keyboard and use nixpkgs libs
2021-05-03 10:13:34 +01:00
Luke Granger-Brown
4775798b80
Merge pull request #119510 from expipiplus1/joe-mx-puppet-discord
...
mx-puppet-discord: init at 2021-01-22
2021-05-03 10:12:45 +01:00
Luke Granger-Brown
10a0ec1180
Merge pull request #120742 from fabaff/karton-autoit-ripper
...
python3Packages.karton-autoit-ripper: init at 1.0.0
2021-05-03 09:59:21 +01:00
Luke Granger-Brown
d922cad4d6
Merge pull request #119172 from midchildan/package/trafficserver
...
nixos/trafficserver: init
2021-05-03 09:48:07 +01:00
Domen Kožar
4079fe7473
Merge pull request #121515 from siraben/coq-hydra
...
top-level/coq-packages: remove dontDistribute
2021-05-03 10:38:41 +02:00
stigtsp
d422f9a23d
Merge pull request #121566 from midchildan/update/exiftool
...
perlPackages.ImageExifTool: apply fix for CVE-2021-22204
2021-05-03 08:28:31 +02:00
github-actions[bot]
b7e3cd0993
Merge staging-next into staging
2021-05-03 06:22:31 +00:00
Austin Seipp
b3676834ca
Merge pull request #121544 from petabyteboy/feature/bpftools
...
bpftools: build bpf_asm, bpf_dbg
2021-05-03 00:46:37 -05:00
midchildan
dea7f56b5d
perlPackages.ImageExifTool: apply fix for CVE-2021-22204
2021-05-03 14:46:13 +09:00
Otavio Salvador
37bdc088ef
cargo-msrv: init at 0.4.0
...
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2021-05-02 22:02:44 -07:00
Ben Siraphob
4ec2272826
top-level/coq-packages: remove dontDistribute
...
In the GitHub discussion of 527bad18d0
,
it was decided to allow Hydra to build coqPackages.
2021-05-03 09:10:37 +07:00
nixinator
d5a0b50f26
methane: init at 2.0.1
2021-05-02 18:12:31 -07:00
nixinator
11bb46fdc6
clanlib: init at 4.1.0
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-05-02 18:12:31 -07:00
github-actions[bot]
afe3fd192f
Merge staging-next into staging
2021-05-03 00:53:51 +00:00
Milan Pässler
c4bd0719e3
bpftools: build bpf_asm, bpf_dbg
...
I needed some other bpf-related tools located in the kernel source tree,
so I hijacked the bpftool package, renamed it to bpftools and added
those programs.
2021-05-03 00:59:50 +02:00
Robert Schütz
27d0a91fd4
authenticator: init at 4.0.3
2021-05-03 00:46:50 +02:00
Martin Weinelt
d942d4473d
neovim, neovimUtils, neovim-qt: drop python2 support
...
In 2a00e53bd
pynvim support for python2 was disabled, this broke the
neovim build. I really think it is time to let go of python2 support in
neovim.
2021-05-02 22:43:53 +02:00
Jonathan Ringer
a060b84b32
vscod{e,ium}-fhs: add top-level aliases, add description
2021-05-02 13:38:52 -07:00
Robert Schütz
7b3df91236
libadwaita: init at unstable-2021-05-01
2021-05-02 21:27:21 +02:00
github-actions[bot]
0e4580d4d0
Merge staging-next into staging
2021-05-02 18:24:58 +00:00
fortuneteller2k
4b5ab91904
xcolor: init at unstable-2021-02-02
2021-05-02 23:38:24 +08:00
Martin Weinelt
2c21dba881
Merge pull request #121392 from daneads/mopidy-podcast
...
mopidy-podcast: init at 3.0.0
2021-05-02 15:52:24 +02:00
031d7e3e-4476-4fef-a076-26150f8ecc2f
75468c3907
mopidy-podcast: init at 3.0.0
...
Mopidy extension for browsing and playing podcasts
Update maintainer + add py3 tests
2021-05-02 09:38:06 -04:00
Sandro
c6d2f34e88
Merge pull request #121353 from otavio/topic-add-cargo-rr
...
cargo-rr: init at 0.1.3
2021-05-02 15:13:46 +02:00
José Romildo Malaquias
bc33b23cd0
ppx_deriving_cmdliner: init at 0.6.0
2021-05-02 14:52:52 +02:00
github-actions[bot]
a7e07bddd5
Merge staging-next into staging
2021-05-02 12:24:53 +00:00
Luke Granger-Brown
f587042bb9
Merge pull request #121463 from lukegb/pr103254
...
libsForQt5.quazip: 0.9.1 -> 1.1
2021-05-02 13:15:39 +01:00
Mario Rodas
68f651481b
Merge pull request #120058 from marsam/update-ruby
...
ruby: 2.6.7 -> 2.7.3
2021-05-01 21:55:41 -05:00
Luke Granger-Brown
de536ac410
all-packages: remove quazip_qt4
2021-05-02 01:18:50 +00:00
github-actions[bot]
e6037ce5fe
Merge staging-next into staging
2021-05-02 00:58:46 +00:00
Raghav Sood
04ca6340bd
miniscript: init at unstable-2020-11-04
...
Closes #102808
Co-authored-by: William Casarin <jb55@jb55.com>
2021-05-01 17:41:00 -07:00
thomas.blank
52365fe35a
tuxedo-keyboard: 2019-08-26 -> v3.0.5
2021-05-02 00:05:31 +02:00
Michael Raskin
4397711c75
Merge pull request #121428 from Synthetica9/j902
...
j: 901f -> 902b
2021-05-01 20:41:15 +00:00
Patrick Hilhorst
38499a3b08
j: 901f -> 902b
2021-05-01 21:58:31 +02:00
Robert Schütz
965ee5281b
pythonPackages.infoqscraper: drop
...
It's broken on both master and release-20.09 with
ImportError: No module named pkg_resources
so it's safe to assume nobody is using it.
2021-05-01 20:48:09 +02:00
Dmitry Kalinkin
4c00f66ef6
pythonPackages.fastnlo_toolkit: init
2021-05-01 14:38:48 -04:00
Luke Granger-Brown
07377076d3
Merge pull request #119837 from MatthewCroughan/add-seren
...
seren: init at 0.0.21
2021-05-01 19:27:16 +01:00
github-actions[bot]
49721bed32
Merge staging-next into staging
2021-05-01 18:26:21 +00:00
Luke Granger-Brown
7d82378949
Merge pull request #120278 from fabaff/pyotgw
...
python3packages.pyotgw: unstable-2021-03-25
2021-05-01 19:19:43 +01:00
Jan Tojnar
1818ef1785
cloudsmith-cli: init at 0.26.0
2021-05-01 10:53:14 -07:00
Jan Tojnar
d26d771381
python3.pkgs.click-configfile: init at 0.2.3
2021-05-01 10:53:14 -07:00
Jan Tojnar
0d55d38b41
python3.pkgs.click-spinner: init at 0.1.10
2021-05-01 10:53:14 -07:00
Jan Tojnar
af688cc00e
python3.pkgs.cloudsmith-api: init at 0.54.15
2021-05-01 10:53:14 -07:00
Sandro
4b2c9640e7
Merge pull request #120613 from erikbackman/master
2021-05-01 18:42:40 +02:00
Jan Tojnar
1733bade1a
Merge pull request #121226 from zhaofengli/librem-take2
...
phosh: init at 0.10.2
2021-05-01 18:41:50 +02:00
Sandro
8efeed72fb
Merge pull request #120627 from MetaDark/yabridge
...
yabridge, yabridgectl: hard code wine path
2021-05-01 17:35:03 +02:00
Sandro
e9547b6a31
Merge pull request #120733 from evalexpr/add-zsh-z
2021-05-01 17:33:07 +02:00
davidak
20935f3e29
Merge pull request #95225 from ZerataX/mangohud
...
mangohud: init at 0.4.1
2021-05-01 15:24:28 +02:00
Robert Schütz
ed42bcb6ff
ultrastardx: use ffmpeg_3 instead of ffmpeg_2
2021-05-01 10:08:47 +02:00
Robert Schütz
48377fde76
alephone: use ffmpeg instead of ffmpeg_2
2021-05-01 10:08:47 +02:00
Robert Schütz
f2a18a8e26
kino: drop
2021-05-01 10:08:47 +02:00
Robert Schütz
bfdb53a009
cmus: use ffmpeg instead of ffmpeg_2
2021-05-01 10:08:47 +02:00
Robert Schütz
24571a55f8
acoustidFingerprinter: use ffmpeg instead of ffmpeg_2
2021-05-01 10:08:47 +02:00
Otavio Salvador
0c73f4e985
cargo-rr: init at 0.1.3
...
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2021-04-30 23:22:46 -03:00
Colin L Rice
36a44c4e8d
credhub-cli: fix build under go1.15
...
I've sent this upstream at
https://github.com/cloudfoundry-incubator/credhub-cli/pull/107
But this should fix the build so it doesn't require go1.14
2021-04-30 21:59:02 -04:00
github-actions[bot]
ef6416a6ba
Merge staging-next into staging
2021-05-01 00:54:32 +00:00
Dmitry Kalinkin
275624a226
Merge pull request #120854 from tobim/pkgs/arrow-cpp-4.0.0
...
arrow-cpp: 3.0.0 -> 4.0.0
2021-04-30 20:06:00 -04:00
AndersonTorres
8518bfeae1
xineUI -> xine-ui
...
Rename it to a more intuitive name, and create a corresponding alias.
2021-04-30 17:39:10 -03:00
AndersonTorres
b13d36b973
xineLib -> xine-lib
...
Rename it to a more intuitive name, and create a corresponding alias.
2021-04-30 17:39:09 -03:00
Michael Lingelbach
0123d8c4c2
matrix-dendrite: init at 0.3.11
2021-04-30 12:04:55 -07:00
Tobias Mayer
f5704c862d
xsimd: init at 7.5.0
...
xsimd: format
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
xsimd: fix on macOS
xsimd: Use fetchFromGitHub
2021-04-30 20:30:46 +02:00
github-actions[bot]
20ebbe6b59
Merge staging-next into staging
2021-04-30 18:26:34 +00:00
Konstantin Alekseev
7ee53c0c4f
python2Packages.importlib-resources: use version 3.3.1 for python2
2021-04-30 19:10:50 +02:00
Robert Schütz
c8dff328e5
Merge pull request #120447 from AluisioASG/aasg/dyndnsc-0.6.1
...
dyndnsc: 0.5.1 -> 0.6.1
2021-04-30 17:35:33 +02:00
John Ericson
17305d2df0
Merge pull request #111487 from Ericson2314/llvm-outputs-and-cross-compile-tools
...
llvmPackages: Clean up outputs
2021-04-30 11:28:08 -04:00
Aluísio Augusto Silva Gonçalves
932ec5518e
python3Packages.pytest-console-scripts: init at 1.2.0
...
Thanks to @kvas-it for cutting a release with the patches needed to make
tests work.
2021-04-30 11:40:29 -03:00
Aluísio Augusto Silva Gonçalves
98822ee896
python3Packages.json-logging: init at 1.3.0
2021-04-30 11:33:04 -03:00