Bobby Rong
7cc11f76af
wingpanel-indicator-ayatana: init at unstable-2021-12-01
2021-12-18 13:13:29 +08:00
Mario Rodas
5d736328db
ytarchive: init at 0.3.0
2021-12-18 04:20:00 +00:00
Bobby Rong
5afe0ddcf3
pantheon-tweaks: move to pkgs/desktops/pantheon/third-party
2021-12-18 11:35:56 +08:00
Bobby Rong
62103c4e41
pantheon.xdg-desktop-portal-pantheon: move to pkgs/desktop/pantheon
...
Only used by Pantheon AFAIK.
2021-12-18 11:35:55 +08:00
Ben Siraphob
054ca1dbb9
morsel: init at 0.1.0
2021-12-17 15:44:55 -06:00
github-actions[bot]
3fa6ddfa60
Merge staging-next into staging
2021-12-17 18:01:42 +00:00
github-actions[bot]
0a43f16292
Merge master into staging-next
2021-12-17 18:01:03 +00:00
Doron Behar
91cd6f6207
Merge pull request #150079 from bergkvist/darwin-binary-wrapper-fixes
2021-12-17 16:51:31 +02:00
github-actions[bot]
a6adcc1edf
Merge staging-next into staging
2021-12-17 12:02:12 +00:00
github-actions[bot]
001096a857
Merge master into staging-next
2021-12-17 12:01:31 +00:00
Aaron Andersen
ced417eb72
Merge pull request #147015 from NorfairKing/mod_itk
...
mod_itk: init at 2.4.7-04
2021-12-17 06:21:46 -05:00
Emery Hemingway
cc5e2c9613
xastir: 2.1.6 -> 2.1.8
2021-12-17 10:52:32 +00:00
github-actions[bot]
17388f356f
Merge staging-next into staging
2021-12-17 06:02:06 +00:00
github-actions[bot]
2749f6983a
Merge master into staging-next
2021-12-17 06:01:26 +00:00
Alyssa Ross
e07182012b
Merge remote-tracking branch 'nixpkgs/staging-next' into staging
...
Conflicts:
pkgs/development/python-modules/pint/default.nix
2021-12-17 05:50:06 +00:00
Zhaofeng Li
cb955555df
libffi: Run test suite
2021-12-16 20:44:56 -08:00
Dmitry Kalinkin
50a4c52747
Merge pull request #147648 from veprbl/pr/mxnet_1_8_0
...
mxnet: 1.6.0 -> 1.8.0, enable on darwin
2021-12-16 22:37:03 -05:00
Graham Christensen
7599020b21
Merge pull request #145434 from colemickens/gpg23
...
gnupg: 2.2.27 -> 2.3.3
2021-12-16 20:05:23 -05:00
Dmitry Kalinkin
03ec468b14
Merge pull request #150910 from veprbl/pr/audacity_darwin_fix
...
audacity: fix for darwin
2021-12-16 19:08:54 -05:00
github-actions[bot]
7d786912ce
Merge master into staging-next
2021-12-17 00:01:56 +00:00
Dmitry Kalinkin
889227a048
Merge branch 'master' into staging-next
...
Conflicts:
pkgs/development/python-modules/pdftotext/default.nix
2021-12-16 16:55:25 -05:00
Tobias Bergkvist
ebf46e5764
makeBinaryWrapper: Fix issues on aarch64-darwin/macOS 12 (Monterey)
...
Sanitizers don't seem to be present on aarch64-darwin/macOS 12 (Monterey), so they are removed from the aarch64-darwin tests.
Switching from nativeBuildInputs to buildInputs and adding cc to the deps list caused some strange error messages to go away.
2021-12-16 21:29:21 +01:00
sternenseemann
73b9a4ebb4
sbcl: 2.1.9 -> 2.1.11
2021-12-16 21:27:56 +01:00
Tobias Bergkvist
d5435990b0
makeBinaryWrapper: Disable sanitizers by default outside of tests
...
Although sanitizers can catch and prevent undefined behaviour during runtime, it has a significant impact on performance. They also cause issues on macOS where they can make compilation fail. The future goal is to instead utilize static analysis to prevent undefined behaviour as makeBinaryWrapper evolves.
2021-12-16 21:23:16 +01:00
David Anderson
84bc3a0280
influxdb2: add comment to indicate that influxdb2 is a legacy compat package.
2021-12-16 12:14:04 -08:00
Tobias Bergkvist
f7b5083cb6
makeBinaryWrapper: Make tests discoverable to OfBorg
...
Move makeBinaryWrapper tests to pkgs.makeBinaryWrapper.passthru.tests, since OfBorg doesn't discover/skips the tests in the previous location.
2021-12-16 21:04:07 +01:00
Tobias Bergkvist
3104da4085
makeBinaryWrapper: Switch from stdenv.cc.cc to stdenv.cc
...
"${stdenv.cc.cc}/bin" does not contain a cc-symlink, since this is the unwrapped version of the compiler - however "${stdenv.cc}/bin" does.
2021-12-16 21:03:08 +01:00
David Anderson
ec3133d46e
influxdb2: split CLI and server, add compat buildEnv.
2021-12-16 11:58:30 -08:00
Alyssa Ross
82f2c5e3a1
symbolic-preview: init at 0.0.2
2021-12-16 16:09:26 +00:00
Alyssa Ross
8d63b3ddb3
icon-library: init at 0.0.8
2021-12-16 16:09:16 +00:00
Kim Lindberger
ebaa226853
elk7: 7.11.1 -> 7.16.1, 6.8.3 -> 6.8.21 + add filebeat module and tests ( #150879 )
...
* elk7: 7.11.1 -> 7.16.1
* nixosTests.elk: Improve reliability and compatibility with ELK 7.x
- Use comparisons in jq instead of grepping
- Match for `.hits.total.value` if version >= 7, otherwise it always
passes
- Make curl fail if requests fails
* nixos/filebeat: Add initial module and test
Filebeat is an open source file harvester, mostly used to fetch logs
files and feed them into logstash.
This module can be used instead of journalbeat if used with
`filebeat7` and configured with the `journald` input.
* python3Packages.parsedmarc.tests: Fix breakage
- Don't use the deprecated elasticsearch7-oss package
- Improve jq query robustness and add tracing
* rl-2205: Note the addition of the filebeat service
* elk6: 6.8.3 -> 6.8.21
The latest version includes a fix for CVE-2021-44228.
* nixos/journalbeat: Add a loose dependency on elasticsearch
Avoid unnecssary back-off when elasticsearch is running on the same
host.
2021-12-17 00:20:52 +09:00
cresh
5d5aa5c74d
squirrel-sql: Add jtds as a driver. ( #147191 )
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-12-16 14:12:28 +01:00
github-actions[bot]
5394a299c6
Merge master into staging-next
2021-12-16 12:01:30 +00:00
Sandro
da9fd1b1bb
Merge pull request #146443 from Madouura/dev/ares
2021-12-16 12:30:08 +01:00
Sandro
b7bf746756
Merge pull request #148842 from vs49688/orfix
2021-12-16 10:59:28 +01:00
Fabian Affolter
0b42278ebc
Merge pull request #150901 from fabaff/logmap
...
logmap: init at unstable-2021-12-15
2021-12-16 08:36:56 +01:00
github-actions[bot]
9c7ec75d6b
Merge master into staging-next
2021-12-16 06:01:09 +00:00
Dmitry Kalinkin
7095591d7e
audacity: fix for darwin
2021-12-15 23:38:33 -05:00
Kira Bruneau
9f6a86e5aa
goverlay: 0.7 → 0.7.1
2021-12-15 20:54:50 -05:00
Silvan Mosberger
e30a4fa4bd
Merge pull request #149404 from Infinisil/remove-scyther
2021-12-16 01:56:39 +01:00
github-actions[bot]
2d77c6ead6
Merge master into staging-next
2021-12-16 00:01:38 +00:00
Fabian Affolter
cf3a2f50dc
logmap: init at unstable-2021-12-15
2021-12-15 23:06:00 +01:00
Ryan Mulligan
dc9b2267e3
Merge pull request #150424 from jacereda/code-browser80
...
code-browser 8.0
2021-12-15 11:50:32 -08:00
Lux
98f026b5d1
nanosaur: init at unstable-2021-12-03
...
Co-authored-by: legendofmiracles <30902201+legendofmiracles@users.noreply.github.com>
2021-12-15 20:47:44 +01:00
github-actions[bot]
1e85228aa6
Merge master into staging-next
2021-12-15 18:01:15 +00:00
Neubauer, Sebastian
923ad46057
rocclr: 4.3.1 → 4.5.2
...
rocclr cannot be built alone and needs to be distributed by source now.
2021-12-15 16:57:22 +01:00
Kris La
23c0ff1384
libspatialaudio: init at 0.3.0;vlc: fix headphones mode
2021-12-15 22:50:28 +07:00
Artturi
9ff29f8c2b
Merge pull request #150840 from Luflosi/update/include-what-you-use
2021-12-15 17:43:01 +02:00
Jörg Thalheim
1edd08b8d7
Merge pull request #150800 from abbradar/dotnet-createdump
...
dotnet: fix createdump
2021-12-15 15:27:47 +00:00
Madoura
b83dac8bd1
ares: init at 126
2021-12-15 07:10:49 -06:00
Luflosi
a77548dd3e
include-what-you-use: 0.16 -> 0.17
...
https://github.com/include-what-you-use/include-what-you-use/releases/tag/0.17
2021-12-15 13:46:56 +01:00
github-actions[bot]
64c8c7adeb
Merge master into staging-next
2021-12-15 12:01:29 +00:00
Fabian Affolter
91f4e98e28
ghdorker: init at 0.3.2
2021-12-15 12:42:08 +01:00
Nikolay Amiantov
c07e19fc00
lttng-ust_2_12: init at 2.12.2
2021-12-15 14:23:54 +03:00
Fabian Affolter
317b245bcf
Merge pull request #150820 from fabaff/lmp
...
lmp: init at 1.0
2021-12-15 11:53:56 +01:00
Fabian Affolter
ead4c2dd98
Merge pull request #150476 from fabaff/gomapenum
...
gomapenum: init at 1.0.0
2021-12-15 11:50:25 +01:00
sternenseemann
d860ba7f09
Merge remote-tracking branch 'origin/master' into staging-next
2021-12-15 11:30:31 +01:00
Fabian Affolter
0a33034152
lmp: init at 1.0
2021-12-15 11:20:32 +01:00
Fabian Affolter
1cca7ef379
log4j-vuln-scanner: init at 0.6
2021-12-15 08:55:17 +01:00
Fabian Affolter
c0aa017887
log4j-detect: init at unstable-2021-12-14
2021-12-15 08:28:36 +01:00
Fabian Affolter
c7e48917ad
log4shell-detector: init at unstable-2021-12-14
2021-12-15 08:05:46 +01:00
Fabian Affolter
526d8657b4
Merge pull request #150745 from fabaff/log4jcheck
...
log4jcheck: init at unstable-2021-12-14
2021-12-15 08:03:16 +01:00
Justin Bedő
f6e14b6ada
Merge pull request #150628 from jbedo/subread
...
subread: init 2.0.3
2021-12-15 13:46:45 +11:00
figsoda
b650f134be
Merge pull request #150584 from davidak/fbmark
...
fbmark: init at 0.3
2021-12-14 20:37:11 -05:00
davidak
dee0a18b6d
fbmark: init at 0.3
2021-12-15 01:53:45 +01:00
figsoda
e35c34e58c
Merge pull request #150373 from figsoda/update-fishfight
...
fishfight: 0.1 -> 0.3
2021-12-14 17:35:41 -05:00
Nikolay Amiantov
5fc6fd62e6
imagescan-plugin-networkscan: init at 1.1.4
2021-12-15 01:24:38 +03:00
Fabian Affolter
f172eba7ae
log4jcheck: init at unstable-2021-12-14
2021-12-14 22:45:15 +01:00
Fabian Affolter
3a69a7eaaa
Merge pull request #150727 from fabaff/log4j-scan
...
log4j-scan: init at unstable-2021-12-14
2021-12-14 22:43:04 +01:00
AndersonTorres
fac4c247ca
meson: 0.57.1 -> 0.60.2
2021-12-14 16:37:40 -03:00
AndersonTorres
1a53eeda71
meson: put 0.57 in a subdirectory
...
Meson is a delicate package. It needs some patches to properly work in Nixpkgs
and many packages have it as a dependency, from many small applications to
systemd (yay, mass rebuilds in sight!). Updating it is not a trivial and
harmless task.
Therefore, I took the paranoid way and encapsulate the current version in a
subdir, instead of the regular write-over procedure. This way, at the best we
can just remove the whole dir in the future, and at the worse we just maintain
duplicated code.
2021-12-14 16:37:25 -03:00
Pavol Rusnak
fc58c3761e
Merge pull request #149748 from prusnak/rustpython
...
rustpython: init at unstable-2021-12-09
2021-12-14 19:11:14 +01:00
github-actions[bot]
dfda17d6ba
Merge master into staging-next
2021-12-14 18:01:09 +00:00
Pavol Rusnak
dbf7134d29
rustpython: init at unstable-2021-12-09
2021-12-14 18:53:25 +01:00
7c6f434c
dcf4fb5133
Merge pull request #150732 from collares/primecount
...
primecount: init at 7.2
2021-12-14 17:52:08 +00:00
Mauricio Collares
2ace52c087
primecount: init at 7.2
2021-12-14 14:03:46 -03:00
Dmitry Kalinkin
33967b375a
Merge pull request #150508 from illustris/sssd
...
sssd: 2.6.0 -> 2.6.1, fix broken build
2021-12-14 10:31:21 -05:00
Fabian Affolter
bad5eb111f
log4j-scan: init at unstable-2021-12-14
2021-12-14 16:25:29 +01:00
illustris
580952d787
sssd: 2.6.0 -> 2.6.1, fix broken build
...
python2Packages.ldap fails to build since https://github.com/NixOS/nixpkgs/pull/149010
This PR drops python2 bindings for sssd.
2021-12-14 19:46:12 +05:30
github-actions[bot]
0242879f3f
Merge master into staging-next
2021-12-14 12:01:17 +00:00
Nick Cao
7747c15593
v2ray-geoip: init at 202112090029
2021-12-14 14:22:51 +08:00
Justin Bedo
6a1f4a51eb
subread: init 2.0.3
2021-12-14 13:30:23 +11:00
github-actions[bot]
784572e7cf
Merge master into staging-next
2021-12-13 18:01:18 +00:00
Mario Rodas
f61303a9cb
terraform: 1.0.11 -> 1.1.0 ( #149720 )
...
https://github.com/hashicorp/terraform/releases/tag/v1.1.0
2021-12-13 17:16:44 +01:00
sternenseemann
d94eebe616
gitin: remove at 0.2.3
...
gitin depends on a precise version of git2go. Not even the latest
gitin/git2go version is compatible with an up to date libgit2. As the
upstream project hasn't seen activity in some time and doesn't respond
to the related issue (https://github.com/isacikgoz/gitin/issues/71 ),
drop this package.
2021-12-13 15:32:17 +01:00
Jörg Thalheim
afa3c99cd5
Merge pull request #148593 from veehaitch/sgx-psw
...
sgx-psw: init package and module
2021-12-13 14:16:26 +00:00
Fabian Affolter
3d089767be
python3Packages.oletools: init at 0.60
2021-12-13 14:35:11 +01:00
Fabian Affolter
fb00cd161c
python3Packages.msoffcrypto-tool: init at 4.12.0
2021-12-13 14:35:11 +01:00
Dmitry Kalinkin
6bda212f69
jemalloc: fix darwin build
2021-12-13 07:27:59 -05:00
Martin Weinelt
423119b70b
Merge branch 'master' into staging-next
2021-12-13 12:20:07 +01:00
Fabian Affolter
92d83948ee
Merge pull request #150043 from fabaff/arsenal
...
arsenal: init at 1.0.2
2021-12-13 12:07:22 +01:00
Fabian Affolter
b84064905a
Merge pull request #150312 from fabaff/whispers
...
whispers: init at 1.5.3
2021-12-13 12:02:22 +01:00
Fabian Affolter
15f8e1e630
Merge pull request #150033 from fabaff/subzerod
...
python3Packages.subzerod: init at 1.0
2021-12-13 11:56:13 +01:00
Marek Fajkus
b0bf5f888d
Merge pull request #150453 from WolfangAukang/imgui
...
imgui: init at 1.85
2021-12-12 23:14:25 +01:00
P. R. d. O
03d3ea7798
imgui: init at 1.85
2021-12-12 15:29:29 -06:00
Vincent Laporte
8fda3f6989
jackline: use default version of OCaml
2021-12-12 22:00:06 +01:00
Fabian Affolter
1f4809b3f4
gomapenum: init at 1.0.0
2021-12-12 21:48:47 +01:00
Janne Heß
b979768afd
Merge pull request #150322 from Alexnortung/nordzy-cursor-theme
2021-12-12 20:03:45 +01:00
github-actions[bot]
fcf88f377b
Merge master into staging-next
2021-12-12 18:01:08 +00:00
Thiago Kenji Okada
96c10bb224
Merge pull request #150314 from fabaff/migrate-wad
...
wad: migrate to new Python app style
2021-12-12 11:58:07 -03:00
Mario Rodas
d648115124
Merge pull request #149484 from magnetophon/arpeggiator-lv2
...
mod-arpeggiator-lv2: init at unstable-2021-11-09
2021-12-12 08:48:51 -05:00
Jorge Acereda
0241614f27
code-browser: 7.1.20 -> 8.0
2021-12-12 14:23:00 +01:00
github-actions[bot]
4e4a3fae8f
Merge master into staging-next
2021-12-12 12:01:21 +00:00
Andreas Schmid
c4dbe8fe65
colima: init at 0.2.2
...
`colima` is a very easy usable replacement for Docker Desktop on MacOS.
Signed-off-by: Andreas Schmid <service@aaschmid.de>
2021-12-12 19:54:54 +10:00
Bart Brouns
1c55acf8cd
mod-arpeggiator-lv2: init at unstable-2021-11-09
2021-12-12 08:43:07 +01:00
figsoda
036201a519
fishfight: 0.1 -> 0.3
2021-12-12 00:03:13 -05:00
github-actions[bot]
c6ad49e2f0
Merge master into staging-next
2021-12-12 00:01:54 +00:00
Alexander Nortung
5a6e995a46
nordzy-cursor-theme: init at 0.1.0
2021-12-11 23:38:40 +01:00
Fabian Affolter
90185d9f22
wad: migrate to new Python app style
2021-12-11 23:01:07 +01:00
Fabian Affolter
2cbc6f5074
whispers: init at 1.5.3
2021-12-11 22:49:49 +01:00
Bruno Bigras
65e86e8cf8
Merge pull request #149696 from bbigras/kdi
...
kafka-delta-ingest: init at unstable-2021-12-08
2021-12-11 15:42:49 -05:00
Dmitry Kalinkin
c71b1bb92c
Merge branch 'master' into staging-next
...
Conflicts:
pkgs/development/python-modules/jenkins-job-builder/default.nix
pkgs/development/python-modules/snowflake-connector-python/default.nix
2021-12-11 13:59:09 -05:00
Fabian Affolter
e116afd102
inql: init at 4.0.5
2021-12-11 10:21:22 -08:00
Ryan Burns
83b45c2285
treewide: pin boost version for problematic dependers ( #148668 )
...
These packages started failing now that the default boost version has
been bumped from 1.69 to 1.77. They are now pinned to the highest boost
version they will build against.
(Some of the larger builds would have taken too long to bisect to the
latest working boost version, so I just used boost16x for those.)
2021-12-12 02:17:01 +09:00
github-actions[bot]
a875f4053e
Merge master into staging-next
2021-12-11 12:01:07 +00:00
Fabian Affolter
a8ee14f2b8
Merge pull request #148453 from ivankovnatsky/patch-21
...
kubectl-tree: init at 0.4.1
2021-12-11 10:39:05 +01:00
Benoit de Chezelles
355c8a16c4
rofi: 1.7.0 -> 1.7.2
2021-12-11 01:40:11 +01:00
Harrison Houghton
a260ceb411
matterbridge: 1.22.3 -> 1.23.2
...
See #146480 .
This version requires Go 1.17.
2021-12-10 15:04:26 -05:00
github-actions[bot]
cc51bd619c
Merge master into staging-next
2021-12-10 18:01:06 +00:00
Bruno Bigras
16f195c001
kafka-delta-ingest: init at unstable-2021-12-08
2021-12-10 12:21:34 -05:00
Thiago Kenji Okada
e59a6f5cec
Merge pull request #146623 from ratsclub/p2pool
...
p2pool: init at 1.4
2021-12-10 11:17:10 -03:00
Victor Freire
4fa5db2775
p2pool: init at 1.4
2021-12-10 10:20:58 -03:00
github-actions[bot]
0f2bb5a63f
Merge master into staging-next
2021-12-10 12:01:12 +00:00
Fabian Affolter
ee21079c29
arsenal: init at 1.0.2
2021-12-10 12:53:18 +01:00
Fabian Affolter
e433402fb8
python3Packages.subzerod: init at 1.0
2021-12-10 12:00:01 +01:00
Vincent Haupert
dd79220bca
sgx-psw: init at 2.14.100.2
...
Co-authored-by: Alex Zero <joseph@marsden.space>
2021-12-10 10:04:02 +01:00
Vincent Haupert
f5fcb87723
sgx-sdk: create sgx dir and move
2021-12-10 10:04:02 +01:00
Fabian Affolter
0fdb0d6e5b
Merge pull request #149469 from fabaff/kh
...
kube-hunter: init at 0.6.3
2021-12-10 08:46:48 +01:00
Doron Behar
7fb66a2f79
asciidoctor: Remove some extensions and cleanup
...
Since we have `asciidoctor-with-extensions` now, `asciidoctor` can
include less extensions to reduce closure space.
2021-12-10 09:30:14 +02:00
Doron Behar
5b8a8ed301
asciidoctor-with-extensions: init at 2.0.16
...
Add a separate asciidoctor-with-extensions with many extensions enabled.
2021-12-10 09:30:14 +02:00
github-actions[bot]
b2a2a5759e
Merge master into staging-next
2021-12-10 06:01:17 +00:00
P. R. d. O
f6506072b5
python38Packages.deep-translator: init at 1.5.5
2021-12-09 19:34:13 -08:00
Paul Baecher
315374ecc1
gotypist: init at 0.8.2 ( #147295 )
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-12-10 02:22:28 +01:00
Sandro
605bf1b3c1
Merge pull request #148054 from hyshka/psitransfer
2021-12-10 02:14:15 +01:00
Jichao Ouyang
e4feefd796
mdbook-plantuml: init at 0.7.0 ( #144594 )
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-12-10 02:06:30 +01:00
Bobby Rong
02aeade426
Merge pull request #148304 from wineee/cpeditor
...
cpeditor: init at 6.10.1
2021-12-10 08:33:08 +08:00
Phillip Cloud
5c22c16c24
pre-commit: move out of python3packages
2021-12-09 16:13:49 -08:00
github-actions[bot]
92aabc6576
Merge master into staging-next
2021-12-10 00:01:53 +00:00
Robert Hensing
9fb7d91888
Merge pull request #124556 from bergkvist/bergkvist/make-c-wrapper
...
Generate tiny compiled binary for wrapping executables
2021-12-10 00:45:30 +01:00
Tobias Bergkvist
39b0aa415c
Change default cc from gcc to stdenv.cc.cc to reduce closure size on darwin
...
Co-authored-by: pennae <82953136+pennae@users.noreply.github.com>
2021-12-09 22:57:13 +01:00
github-actions[bot]
379c22dbb3
Merge master into staging-next
2021-12-09 18:01:06 +00:00
Jacek Galowicz
bdaa0e2930
make-binary-wrapper: Add sanitizer default option
2021-12-09 17:22:55 +01:00
Jacek Galowicz
d5e028a441
make-binary-wrapper: Make CC substitution safer
2021-12-09 17:22:55 +01:00
Vincent Laporte
a160defe64
coq_8_15: init at 8.15+rc1
2021-12-09 15:46:06 +01:00
github-actions[bot]
35a3e58b28
Merge master into staging-next
2021-12-09 12:01:25 +00:00
Jacek Galowicz
e7c70ce5c8
Inject gcc path into makewrapper script
2021-12-09 11:32:29 +00:00
Izorkin
0f67b51e35
nginxQuic: use quictls library
2021-12-09 14:23:11 +03:00
Bernardo Meurer
4013e26391
Merge pull request #149743 from magnetophon/linuxband
...
linuxband: remove
2021-12-09 03:01:44 -08:00
Bart Brouns
9cc9963f56
linuxband: remove
...
The package was broken, depreciated and was using python2
https://github.com/NixOS/nixpkgs/issues/148779
2021-12-09 08:53:41 +01:00
github-actions[bot]
1bce9aab38
Merge master into staging-next
2021-12-09 06:01:16 +00:00
figsoda
cf811b7d56
Merge pull request #149675 from uniquepointer/master
...
your-editor: 1206 -> 1303
2021-12-08 20:55:22 -05:00
Alyssa Ross
c9a581b05f
Merge remote-tracking branch 'nixpkgs/master' into staging-next
...
CONFLICT (rename/add): Rename pkgs/development/python-modules/jsonwatch/default.nix->pkgs/tools/misc/jsonwatch/default.nix in nixpkgs/master. Added pkgs/tools/misc/jsonwatch/default.nix in HEAD
2021-12-09 01:43:58 +00:00
uniquepointer
e810c7f544
your-editor: 1206 -> 1303
...
Co-authored-by: figsoda <figsoda@pm.me>
2021-12-08 16:55:53 -05:00
Pavol Rusnak
b43d81f35b
Merge pull request #148567 from prusnak/libtree
...
libtree: init at 2.0.0
2021-12-08 22:38:46 +01:00
Ryan Burns
259565656c
libepoxy: fix build on darwin
2021-12-08 20:35:56 +01:00
Bernardo Meurer
3e66b36dbe
Merge pull request #149611 from lovesegfault/linux_xanmod-5.15.6
...
linux_xanmod: 5.15.4 -> 5.15.6
2021-12-08 08:00:32 -08:00
Jörg Thalheim
7015f9b315
Merge pull request #149575 from fabaff/move-jsonwatch
...
jsonwatch: move to tools
2021-12-08 15:25:53 +00:00
Jörg Thalheim
9beb5ac06a
Merge pull request #149609 from JamesGuthrie/jg/update-promscale-0.7.1
...
promscale: 0.6.2 -> 0.7.1
2021-12-08 14:40:28 +00:00
James Guthrie
1f8a8bd75a
promscale: 0.6.2 -> 0.7.1
2021-12-08 14:43:07 +01:00
Thiago Kenji Okada
ef65ce5f24
Merge pull request #149501 from hqurve/space-cadet-pinball
...
space-cadet-pinball: init at unstable-2021-12-02
2021-12-08 10:13:21 -03:00
hqurve
19b685cfe0
space-cadet-pinball: init at unstable-2021-12-02
2021-12-08 08:51:20 -04:00
Bernardo Meurer
3688c4ef87
linux_xanmod: point to linuxKernel.kernels.linux_xanmod
2021-12-08 12:03:24 +00:00
Fabian Affolter
f982bc9daf
jsonwatch: move to tools
2021-12-08 10:25:10 +01:00
github-actions[bot]
8c220e0dcb
Merge master into staging-next
2021-12-08 06:01:30 +00:00
John Ericson
0c9716ad3c
llvmPackages: Make sure we can attempt to cross-compile the tools
2021-12-08 00:11:18 -05:00
Adson Cicilioti
7e48f4294e
clickgen: init at 1.1.9
2021-12-07 21:37:07 -03:00
TredwellGit
04bbfd1b88
linux_5_14: remove
...
https://lwn.net/ml/linux-kernel/1637500331152110@kroah.com/
https://github.com/openzfs/zfs/issues/12786
2021-12-08 00:15:07 +00:00
Alyssa Ross
16fb150e03
Merge remote-tracking branch 'nixpkgs/master' into staging-next
...
Conflicts:
pkgs/development/libraries/libunwind/default.nix
2021-12-07 23:56:16 +00:00
Robert Schütz
0cce1fedbe
Merge pull request #148349 from michzappa/f1viewer
...
f1viewer: init at 2.4.0
2021-12-07 15:41:30 -08:00
Michael Zappa
20aea0a823
f1viewer: init at 2.4.0
2021-12-07 18:16:41 -05:00
Fabian Affolter
0c785d39f6
kube-hunter: init at 0.6.3
2021-12-07 23:54:13 +01:00
0x4A6F
ce3ab712ca
Merge pull request #148822 from jb55/datefmt
...
datefmt: init at 0.2.1
2021-12-07 23:50:44 +01:00
William Casarin
e102ec2c5d
datefmt: init at 0.2.1
...
datefmt is a simple C program that formats unix timestamps in text streams
Signed-off-by: William Casarin <jb55@jb55.com>
Link: https://lists.sr.ht/~andir/nixpkgs-dev/%3C20211206021054.2252306-1-jb55@jb55.com%3E
2021-12-07 13:58:56 -08:00
Ben Siraphob
00bbac10dc
Merge pull request #149414 from siraben/all-packages-redundant
...
all-packages: rename unused bindings to _
2021-12-07 14:51:40 -06:00
Nicolas M
68dc74333e
soft-serve: init at 0.1.0
...
Apply suggestions from code review
Co-authored-by: legendofmiracles <30902201+legendofmiracles@users.noreply.github.com>
2021-12-07 20:23:29 +01:00
Nicolas M
b79db91640
skate: init at 0.1.0
2021-12-07 20:21:56 +01:00
Ben Siraphob
558d3c9bbb
all-packages: rename unused bindings to _
2021-12-07 11:32:05 -06:00
Silvan Mosberger
55af3549a3
scyther: remove since it only supports Python 2
...
See https://github.com/cascremers/scyther/issues/20
2021-12-07 17:58:03 +01:00
Jörg Thalheim
c92e93c6ad
Merge pull request #148774 from Luis-Hebendanz/kaitai_struct
...
kaitai-struct-compiler: init at 0.9
2021-12-07 15:35:22 +00:00
Luis-Hebendanz
4e3fcf6816
katai-struct-compiler: init at 0.9
2021-12-07 16:31:22 +01:00
rewine
4251a340e0
cpeditor: init at 6.10.1
2021-12-07 22:07:21 +08:00
figsoda
cdd46b8767
Merge pull request #148772 from ck3d/fix-luaformatter-darwin-m1
...
luaformatter: fix for darwin apple silicon
2021-12-07 08:58:41 -05:00
Luke Granger-Brown
637d735ad5
envoy: 1.17.3 -> 1.19.1
...
This now uses gn1924 to allow v8 to build properly.
2021-12-07 13:41:03 +00:00
github-actions[bot]
dc2fcd9f02
Merge master into staging-next
2021-12-07 12:01:31 +00:00
Yureka
38937b7a78
matrix-alertmanager: init at 0.5.0
2021-12-07 10:20:21 +01:00
Jonathan Ringer
9dd8bffe92
Merge remote-tracking branch 'origin/master' into staging-next
...
Conflicts:
pkgs/development/python-modules/aiocron/default.nix
2021-12-07 00:11:07 -08:00
Christian Kögler
5127905e58
luaformatter: fix for darwin apple silicon
2021-12-07 07:04:55 +01:00
(cdep)illabout
69bbd81c62
dhallDirectoryToNix: add this utility function
2021-12-07 13:36:21 +09:00
(cdep)illabout
599e3c2e83
dhallPackageToNix: function for turning Nixpkgs Dhall package into Nix code
2021-12-07 13:36:20 +09:00
(cdep)illabout
6e020a08e2
dhall-nixpkgs: lift to top-level
2021-12-07 13:36:19 +09:00
(cdep)illabout
32c93844f5
dhallToNix: rename file from build-support/dhall-to-nix.nix to build-support/dhall/to-nix.nix
2021-12-07 13:36:19 +09:00
(cdep)illabout
f9e038e235
dhallToNix: remove explicit argument in callPackage
2021-12-07 13:36:18 +09:00
github-actions[bot]
255d79d651
Merge master into staging-next
2021-12-07 00:01:37 +00:00
Anderson Torres
04887fa222
Merge pull request #147594 from xworld21/blahtexml
...
blahtexml: init at 0.9+date=2020-05-16
2021-12-06 19:30:36 -03:00
Maximilian Bosch
c959de5b30
Merge pull request #148360 from helsinki-systems/drop/pg96
...
postgresql_9_6: drop
2021-12-06 21:57:05 +01:00
Bryan Hyshka
b1675725b0
psitransfer: init at 2.0.1
...
Add new package psitransfer, a nodejs file-sharing web app.
Issue: #123383
2021-12-06 13:20:36 -07:00
github-actions[bot]
ffbac7335b
Merge master into staging-next
2021-12-06 18:01:23 +00:00
Chris Wögi
bc5d68306b
elixir_1_13: init ( #148619 )
2021-12-07 01:07:01 +09:00
Felix Bühler
ad4b1eb161
arduino: use buildFHSUserEnv to support compilation of boards ( #144772 )
2021-12-06 11:06:39 -05:00
Christoph Neidahl
113f047ae7
open-watcom-v2: init at unstable 2021-11-30 ( #124000 )
2021-12-06 11:05:03 -05:00
github-actions[bot]
41895efeb5
Merge master into staging-next
2021-12-06 12:01:16 +00:00
ajs124
47da70cdda
Merge pull request #148783 from oxzi/claws-mail-ciao-cacao-v3
...
claws-mail: remove claws-mail-gtk2 version
2021-12-06 11:00:00 +00:00
Kim Lindberger
f9dc6300a8
Merge pull request #148467 from talyz/revert-gce-upgrade
...
Revert "google-compute-engine: 20190124 -> 20200113.0 (#131761 )"
2021-12-06 09:51:02 +01:00
Jörg Thalheim
c7fa870f5a
Merge pull request #148535 from martinetd/bpf
...
bpf update: bcc remove linux kernel dep + devendor libbpf again, bpftrace 0.13.0 -> 0.14.0 + remove kernel dep, pahole 1.20 -> 1.22 + remove submodule, libbpf revert 0.6.0 -> 0.5.0 (unusable)
2021-12-06 08:33:14 +00:00
Jonathan Ringer
5263fb820e
Merge remote-tracking branch 'origin/master' into staging-next
...
Conflicts:
pkgs/development/python-modules/django-rq/default.nix
pkgs/top-level/all-packages.nix
2021-12-05 22:02:00 -08:00
Zane van Iperen
57e7a01eb3
openrussian-cli: force lua 5.3
...
And some cleanups.
2021-12-06 13:36:56 +10:00
Marcos Benevides
839f7a1e9c
kbst: init at 0.1.5
2021-12-06 00:17:42 -03:00
0x4A6F
030ff68d47
Merge pull request #148098 from zhaofengli/colmena-0.2.0
...
colmena: init at 0.2.0
2021-12-06 00:10:57 +01:00
Martin Weinelt
99f275754a
Merge pull request #148784 from doronbehar/pkg/gaia
2021-12-05 23:54:10 +01:00
Zhaofeng Li
9c5f93a473
colmena: init at 0.2.0
2021-12-05 14:49:06 -08:00
Doron Behar
3a188316e7
gaia: Remove
2021-12-06 00:17:36 +02:00
Alvar Penning
521f30f80c
claws-mail: remove claws-mail-gtk2 version
...
The GTK+ 2 version of Claws Mail, major version number three, relies on
Python 2, which is end-of-life and might be dropped in the nixpkgs.
In favour of #148779 , this older branch of Claws Mail was removed.
2021-12-05 23:08:18 +01:00
Sumner Evans
eec28b8cfd
pypy3: 7.3.5 -> 7.3.7 ( #147875 )
...
This adds support for Python 3.8.
https://www.pypy.org/posts/2021/10/pypy-v737-release.html
2021-12-05 14:21:35 -05:00
Vincenzo Mantova
89158eae07
blahtexml: init at 0.9+date=2020-05-16
2021-12-05 19:03:56 +00:00
Jörg Thalheim
423aff986c
Merge remote-tracking branch 'upstream/master' into HEAD
2021-12-05 19:41:20 +01:00
Christian Kögler
7980f52d0c
yabai: 3.3.4 -> 3.3.10
2021-12-05 19:15:43 +01:00
Ryan Mulligan
542e917e99
Merge pull request #148061 from astro/drbd_upstream
...
drbd: update, fix, add test
2021-12-05 09:10:22 -08:00
Pavol Rusnak
c549f68b7d
libtree: init at 2.0.0
2021-12-05 13:40:00 +01:00
Pavol Rusnak
86d00441b0
termcolor: init at 2.0.0
2021-12-05 10:09:21 +01:00
Pavol Rusnak
3e231f033c
elfio: init at 3.9
2021-12-05 10:09:20 +01:00
github-actions[bot]
3995cabfbe
Merge master into staging-next
2021-12-05 06:01:04 +00:00
Sandro
23a141517d
Merge pull request #148470 from WolfangAukang/heroic-games-launcher
2021-12-05 06:31:44 +01:00
Sandro
2fcd2b35bb
Merge pull request #146068 from klDen/master
2021-12-05 06:23:19 +01:00
Sandro
4f0a1c01a5
Merge pull request #148521 from polygon/fspy
2021-12-05 06:04:21 +01:00
figsoda
46ec9351bb
Merge pull request #148645 from fabaff/kubeaudit
...
kubeaudit: init at 0.16.0
2021-12-04 22:21:34 -05:00
Martin Weinelt
0c008f9c0d
Merge pull request #147056 from mweinelt/smartctl-exporter
2021-12-05 03:00:48 +01:00
Sandro
9c16fb0784
Merge pull request #148316 from chuangzhu/kalendar
2021-12-05 02:09:27 +01:00
Sandro
025aaf5cc8
Merge pull request #147002 from NickCao/material
2021-12-05 02:06:13 +01:00
Kid
c3a57a6285
fnm: 1.27.0 -> 1.28.1 ( #147798 )
...
Co-authored-by: Bobby Rong <rjl931189261@126.com>
2021-12-05 02:04:28 +01:00
Sandro
d67b1cd1dc
Merge pull request #148218 from lunik1/dave
2021-12-05 02:03:11 +01:00
Sandro
eb24c88b51
Merge pull request #148278 from samuelgrf/wl-clipboard-x11-init
2021-12-05 02:01:27 +01:00
Sandro
5d4992d642
Merge pull request #148493 from yusdacra/update-turbogit
2021-12-05 02:00:45 +01:00
Sandro
10e9795370
Merge pull request #148463 from WolfangAukang/mobilecoin-desktop
2021-12-05 01:54:13 +01:00
github-actions[bot]
5a1288f93b
Merge master into staging-next
2021-12-05 00:01:53 +00:00
Sandro
955bc9b5c2
Merge pull request #142643 from danth/ascii-image-converter
2021-12-05 00:58:22 +01:00
Daniel Thwaites
97fe3d9aa3
ascii-image-converter: init at 1.11.0
2021-12-04 23:31:26 +00:00
Fabian Affolter
7e1fbeeb10
kubeaudit: init at 0.16.0
2021-12-05 00:04:10 +01:00
Samuel Dionne-Riel
b976947ede
Merge pull request #121345 from samueldr/feature/plasma-mobile
...
Add support for Plasma Mobile
2021-12-04 15:37:26 -05:00
github-actions[bot]
d4c54e7f61
Merge master into staging-next
2021-12-04 18:01:05 +00:00
Artturi
c156d60a70
Merge pull request #148182 from Artturin/electroneolchange
...
switch packages away from electron_12
2021-12-04 16:13:54 +02:00
Maximilian Bosch
5ffc828912
Merge pull request #148301 from Kranzes/nextcloud
...
nextcloud23: init at 23.0.0
2021-12-04 14:54:25 +01:00
Maximilian Bosch
531ddb718b
Merge pull request #148312 from Ma27/clickhouse-backup
...
clickhouse-backup: init at 1.2.2
2021-12-04 14:46:56 +01:00
Dominique Martinet
eb774dd039
bpftrace: move from linux kernel packages to normal package
...
bpftrace doesn't actually need to be a kernel package anymore.
It used to require path to kernel sources, but we build our kernels
with IKHEADER and BTF so the currently running configuration can always
be found automatically without any patch
2021-12-04 21:07:10 +09:00
Dominique Martinet
efe6967e93
bcc: move from linux-kernels packages to normal packages
...
bcc doesn't really need kernel itself, it just cares about module path.
It's actually better to use /run/booted-system/kernel-modules/lib/modules
for two reasons:
- no need to rebuild bcc for each new kernel
- can use a newer bcc with a booted kernel that doesn't match the current
system
2021-12-04 21:07:09 +09:00
github-actions[bot]
c6934c5adf
Merge master into staging-next
2021-12-04 06:01:19 +00:00
Samuel Dionne-Riel
b9a461490a
maliit-keyboard: Init at 2.0.0
2021-12-03 20:17:03 -05:00
Samuel Dionne-Riel
11f6a19dcf
maliit-framework: init at 2.0.0
2021-12-03 20:17:03 -05:00
Thiago Kenji Okada
aed087bca5
Merge pull request #148503 from jonringer/remove-0x0
...
_0x0: remove
2021-12-03 21:33:18 -03:00
github-actions[bot]
67691cf506
Merge master into staging-next
2021-12-04 00:01:30 +00:00
polygon
00ddf8c77b
fspy: init at 1.0.3
2021-12-03 23:50:12 +01:00