Commit Graph

77246 Commits

Author SHA1 Message Date
Bernardo Meurer
6cb95cea68
Merge pull request #194545 from fortuneteller2k/xanmod 2022-10-10 11:46:56 -03:00
github-actions[bot]
265121ef54
Merge master into staging-next 2022-10-10 12:01:42 +00:00
Bobby Rong
294961f1fc
Merge pull request #195251 from trofi/timedoctor-removal
timedoctor: remove broken uninstallable package
2022-10-10 19:01:33 +08:00
sternenseemann
0e5f7501b6 cbqn: always compile using clang
Investigating the build failures of CBQN on i686 and aarch64, turns up
that CBQN is broken on these platforms only with gcc. In the case of
i686 due to a codegen bug, on aarch64 gcc doesn't like some CPP macros
CBQN uses.

The deeper reason for this is that CBQN primarily is developed for and
tested with clang, so it probably saves us trouble just using clang, as
it is no real problem for us to do so (clangStdenv is quite
unproblematic for pure C builds). This should also yield faster
binaries, since CBQN apparently uses some clang-specific tricks to get
quicker code generation.
2022-10-10 12:03:52 +02:00
github-actions[bot]
96dc7cf3d2
Merge master into staging-next 2022-10-10 06:16:58 +00:00
Yorick van Pelt
32f1678683
libmicrohttpd_0_9_70: drop 2022-10-10 08:13:25 +02:00
Yorick van Pelt
fe2d699e41
libmicrohttpd_0_9_69: init at 0.9.69 2022-10-10 08:13:24 +02:00
Robert Scott
94716867c3
Merge pull request #195194 from anthonyroussel/thrift_0_17_0
thrift,rubyPackages.thrift: 0.16.0 -> 0.17.0
2022-10-10 03:33:40 +01:00
Mario Rodas
86cc7329e4
Merge pull request #195168 from marsam/add-twspace-dl
twspace-dl: init at 2022.6.6.1
2022-10-09 19:18:28 -05:00
github-actions[bot]
535838d0a5
Merge master into staging-next 2022-10-10 00:03:49 +00:00
Noah Fontes
2576bb2c18
p4: 2021.2.2201121 -> 2022.1.2305383, build from source
The actual p4 command is open-source software released under the
2-clause BSD license, so we can build it here (for pretty much every
architecture we support!) and include it in the cache.

This change removes the server-side commands from this package, but they
are now available as part of a separate p4d package instead. (The server
package remains unfree.)

As an added bonus, we can also include the libraries and headers for the
C/C++ API, which will allow us to package any software that uses
Perforce as a library in the future.
2022-10-09 15:47:57 -07:00
Rahul Butani
1fbfdb6bdf
utm: init at 3.2.4 2022-10-09 17:04:59 -05:00
github-actions[bot]
44f6a02f39
Merge master into staging-next 2022-10-09 18:01:35 +00:00
Sergei Trofimovich
012d718bc1 timedoctor: remove broken uninstallable package
The package fails t install as it requires x86_64-linux, but it's
dependency requires i686 linux:

    $ nix build --no-link -f. timedoctor --show-trace
    error: unsupported CPU i686

       … while evaluating the attribute 'version'

       at pkgs/development/compilers/adoptopenjdk-bin/jdk-linux-base.nix:40:3:

           39|
           40|   version = sourcePerArch.${cpuName}.version or (throw "unsupported CPU ${cpuName}");
             |   ^

I only onticed it because it uses `xorg.libXaw3d` while nothing else does.

Let's remove it.
2022-10-09 17:52:29 +01:00
Timothy DeHerrera
4a0123e49e
Merge pull request #194833 from nrdxp/pyqt6-webengine-new
pyqt6-webengine: init
2022-10-09 10:24:35 -06:00
Sandro
5317b0c571
Merge pull request #194518 from SebTM/add/librist_026 2022-10-09 16:54:26 +02:00
Sandro
8abe02708c
Merge pull request #194937 from wegank/audacity-3.2.1 2022-10-09 16:52:56 +02:00
Robert Scott
ead59cfc9d
Merge pull request #195213 from yorickvP/drop-gdal2
gdal_2: drop
2022-10-09 15:39:48 +01:00
Robert Scott
561f0905e5
Merge pull request #195203 from yorickvP/yaws
yaws: 2.0.6 -> 2.1.1
2022-10-09 15:38:49 +01:00
maxine
dcd6aa7b3b
Merge pull request #195037 from Enzime/1password-darwin 2022-10-09 15:40:25 +02:00
github-actions[bot]
8972888c55
Merge master into staging-next 2022-10-09 12:01:31 +00:00
Anderson Torres
ff92a56f77
Merge pull request #195057 from LeSuisse/sget-init
sget: init at unstable-2022-10-04
2022-10-09 08:40:44 -03:00
Sandro
42f7345fb0
Merge pull request #194910 from SuperSamus/duckstation-revert 2022-10-09 12:57:48 +02:00
Sandro
3720503cdf
Merge pull request #192649 from ners/apacheds 2022-10-09 12:49:14 +02:00
Weijia Wang
4836d085e4 audacity: deprecate wxGTK31 and gtk2 2022-10-09 12:46:50 +02:00
Weijia Wang
aafc60e4c2 audacity: 3.1.3 -> 3.2.1 2022-10-09 12:45:44 +02:00
André-Patrick Bubel
17b9d61957
mediathekview: 13.8.0 -> 13.9.1 (#194125) 2022-10-09 12:40:07 +02:00
Yorick van Pelt
ec947b13cd
gdal_2: drop 2022-10-09 12:11:49 +02:00
Sandro
898f6ecd4d
Merge pull request #189561 from mpscholten/init-ihp-new 2022-10-09 12:02:12 +02:00
Yorick van Pelt
cc1dbce261
yaws: 2.0.6 -> 2.1.1 2022-10-09 11:12:01 +02:00
Anthony Roussel
cbaf6e05be
rubyPackages.thrift: 0.16.0 -> 0.17.0 2022-10-09 10:44:40 +02:00
zowoq
de25676c9f promtail: move alongside grafana-loki 2022-10-09 16:09:17 +10:00
github-actions[bot]
efe8ad8714
Merge master into staging-next 2022-10-09 06:04:00 +00:00
zowoq
5ba91d79fe werf: switch to go 1.19 2022-10-09 14:23:40 +10:00
zowoq
c2db012912 wails: switch to go 1.19 2022-10-09 14:23:40 +10:00
zowoq
7a4a8baee5 trivy: switch to go 1.19 2022-10-09 14:23:40 +10:00
zowoq
a03716e547 telegraf: switch to go 1.19 2022-10-09 14:23:40 +10:00
zowoq
1e1e7dea1d opentelemetry-collector-contrib: switch to go 1.19 2022-10-09 14:23:40 +10:00
zowoq
3f2a8cbb98 argocd-autopilot: switch to go 1.19 2022-10-09 14:23:40 +10:00
zowoq
ea57902e29 gotop: switch to go 1.19 2022-10-09 14:23:40 +10:00
zowoq
27407adae9 hysteria: switch to go 1.19 2022-10-09 14:23:40 +10:00
zowoq
9e0444931c mangal: switch to go 1.19 2022-10-09 14:23:40 +10:00
zowoq
8b4a4570ab hugo: switch to go 1.19 2022-10-09 14:23:40 +10:00
zowoq
165e181f5d erigon: switch to go 1.19 2022-10-09 14:23:40 +10:00
zowoq
6a62a6e8e4 gvproxy: pin to go 1.18 2022-10-09 12:45:09 +10:00
figsoda
4dc548743d
Merge pull request #195111 from siph/init/oxker
oxker: init at v0.1.5
2022-10-08 21:11:10 -04:00
Weijia Wang
5c45ba9850 python3Packages.wxPython_4_1: fix build on aarch64-darwin 2022-10-09 02:52:36 +02:00
siph
61309fba90 oxker: init at 0.1.5 2022-10-08 18:30:48 -06:00
github-actions[bot]
130aa9ca68
Merge master into staging-next 2022-10-09 00:03:29 +00:00
Mario Rodas
4811946ebf
Merge pull request #194800 from ruuda/libressl360
libressl: 3.5.3 -> 3.6.0
2022-10-08 18:33:16 -05:00
Mario Rodas
8fede648a8
Merge pull request #195125 from wegank/wxhexeditor-darwin
wxhexeditor: add darwin support
2022-10-08 17:32:03 -05:00
Anderson Torres
1bb0b1f739
Merge pull request #195118 from wegank/aegisub-wxgtk
aegisub: migrate to wxGTK32
2022-10-08 18:41:03 -03:00
Timothy DeHerrera
c6c52c521f
qutebrowser: init qt6 variant 2022-10-08 14:21:00 -06:00
Weijia Wang
4a4300eae4 wxhexeditor: add darwin support 2022-10-08 21:44:03 +02:00
Robert Scott
dfe4cc1d91
Merge pull request #195114 from wegank/treesheets-darwin
treesheets: add darwin support
2022-10-08 20:19:50 +01:00
Weijia Wang
7d94323083 aegisub: migrate to wxGTK32 2022-10-08 21:06:10 +02:00
Weijia Wang
3d675948c5 treesheets: add darwin support 2022-10-08 20:25:01 +02:00
Weijia Wang
96df86a001 freqtweak: migrate to wxGTK32 2022-10-08 20:02:49 +02:00
github-actions[bot]
d2cd24fe6a
Merge master into staging-next 2022-10-08 18:01:07 +00:00
Robert Scott
bf887f0df8
Merge pull request #195099 from ruuda/wasmpack-libressl
wasm-pack: Update LibreSSL to 3.5
2022-10-08 19:00:07 +01:00
Thomas Gerbet
679cd3462f sget: init at unstable-2022-10-04
This binary was provided by the `cosign` package until now but it is in
the process of being removed, see https://github.com/sigstore/cosign/pull/2019

Since it might be removed during the 22.11 cycle we drop it
preventively. This will make possible security backports easier if we
need them.
2022-10-08 19:58:11 +02:00
Martino Fontana
c856e2c306 duckstation: unstable-2022-08-22 -> unstable-2022-07-08
This reverts commit b6298548da, reversing
changes made to c82e839d2d.

duckstation: 0.pre+date=2022-01-18 -> unstable-2022-07-08
2022-10-08 19:44:39 +02:00
Sandro
81885eed6a
Merge pull request #194572 from SebTM/add/libajantv2_1625 2022-10-08 18:11:28 +02:00
Robert Scott
b504f7c3e1
Merge pull request #195052 from LeSuisse/libdwarf-use-latest-package-by-default
libdwarf: use latest version by default
2022-10-08 16:38:15 +01:00
Ruud van Asseldonk
8bed3364f0 wasm-pack: Update LibreSSL to 3.5
LibreSSL 3.4 will soon become unsupported, and fortunately rust-openssl
now supports LibreSSL 3.5, so we can update this. We cannot yet update
it to 3.6, which is not yet supported by rust-openssl.
2022-10-08 16:25:05 +02:00
Weijia Wang
f1f98cc18f wxsqlite3: 4.8.2 -> 4.9.0 2022-10-08 16:19:49 +02:00
Weijia Wang
7c45233bcb diff-pdf: migrate to wxGTK32 2022-10-08 16:16:48 +02:00
ners
5ec24ce090 janusgraph: init at 0.6.2 2022-10-08 14:15:22 +02:00
ners
2c5c239958 apache-directory-server: init at 2.0.0.AM26 2022-10-08 14:15:05 +02:00
github-actions[bot]
1b60238acd
Merge master into staging-next 2022-10-08 12:01:37 +00:00
Brendan Reis
bdcdd675da
exact-audio-copy: init at 1.6.0 (#194019) 2022-10-08 13:46:54 +02:00
Fabian Affolter
c56cbb7c91
Merge pull request #195066 from fabaff/pyquil-bump
python310Packages.pyquil: 3.3.2 -> 3.3.2
2022-10-08 13:29:28 +02:00
Michael Hoang
cacae901e4 1password-gui: add macOS builds and unify beta 2022-10-08 22:07:14 +11:00
Thiago Kenji Okada
e899911545
Merge pull request #194558 from thiagokokada/bump-hy
hy: 1.0a4 -> 0.24.0
2022-10-08 11:45:09 +01:00
Fabian Affolter
fb62dd78d9
Merge pull request #194986 from fabaff/dissect
python310Packages.acquire: init at 3.2
2022-10-08 12:14:30 +02:00
Sandro
d52393743f
Merge pull request #195000 from oxapentane/init-sigdigger 2022-10-08 12:12:19 +02:00
Fabian Affolter
148f8a027b python310Packages.types-python-dateutil: init at 2.8.19 2022-10-08 11:30:43 +02:00
Fabian Affolter
6c8cf1e368 python310Packages.types-retry: init at 0.9.9 2022-10-08 11:04:12 +02:00
Vladimír Čunát
6565abc264
Merge branch 'master' into staging-next 2022-10-08 10:20:07 +02:00
Fabian Affolter
522db17b12
Merge pull request #194919 from fabaff/sentry-sdk-bump
python310Packages.sentry-sdk: 1.9.9 -> 1.9.10
2022-10-08 10:20:06 +02:00
Thomas Gerbet
82e9715be8 libdwarf: use latest version by default
The legacy version has been kept for the `elf-dissector` but the package
is broken anyway.
2022-10-08 09:51:42 +02:00
Sergei Trofimovich
66d7b91d04
Merge pull request #194188 from trofi/perlPackages.X11GUITest-without-xlibsWrapper
perlPackages.X11GUITest: drop pkgs.xlibsWrapper build input
2022-10-08 07:13:22 +01:00
Sergei Trofimovich
e13d0f5c15
Merge pull request #194184 from trofi/perlPackages.X11Protocol-without-xlibsWrapper
perlPackages.X11Protocol: drop unused pkgs.xlibsWrapper build input
2022-10-08 07:12:31 +01:00
Mario Rodas
1bb60c2755 twspace-dl: init at 2022.6.6.1 2022-10-08 04:00:00 +00:00
Grigory Shipunov
b9e2097a74
sigdigger: init at 0.3.0 2022-10-08 02:29:46 +02:00
Grigory Shipunov
49584052fe
suscan: init at unstable-2022-07-05 2022-10-08 02:29:07 +02:00
Grigory Shipunov
e535928662
sigutils: init at unstable-2022-07-05 2022-10-08 02:28:24 +02:00
Grigory Shipunov
846c75400e
suwidgets: init at unstable-2022-04-03 2022-10-08 02:27:18 +02:00
Sandro
083b0d5457
Merge pull request #194958 from ivankovnatsky/patch-32 2022-10-08 02:23:50 +02:00
Weijia Wang
2fe0415202 rehex: 0.4.1 -> 0.5.3 2022-10-08 01:49:05 +02:00
Matthieu Coudron
a3f854aef3 linux_mptcp,linux_mptcp_95: remove out-of-tree mptcp kernel
Multipath tcp (mptcp) is now part of the official linux kernel. The
official kernel still lacks features compared to this out of tree ones
but considering the userbase, I dont see any compelling reason.
I keep using that kernel and those utilities so they will stay packaged
at https://github.com/teto/mptcp-flake where they wont annoy the whole
nixpkgs crowd that doesn't care about it.
2022-10-07 23:14:30 +02:00
Fabian Affolter
9769c4bd2e python310Packages.acquire: init at 3.2 2022-10-07 23:01:57 +02:00
Fabian Affolter
73ed51181f python310Packages.dissect: init at 3.3 2022-10-07 22:53:56 +02:00
Sandro
889c3a8cbc
Merge pull request #189338 from NANASHI0X74/flutter-3-3-0 2022-10-07 22:46:01 +02:00
Fabian Affolter
df8017a8f5 python310Packages.dissect-target: init at 3.1 2022-10-07 22:34:56 +02:00
Fabian Affolter
ffcb18c2ed python310Packages.flow-record: init at 3.5 2022-10-07 22:28:15 +02:00
Fabian Affolter
e899352e76 python310Packages.dissect-sql: init at 3.1 2022-10-07 22:23:54 +02:00
Fabian Affolter
8dd36fad30 python310Packages.dissect-shellitem: init at 3.1 2022-10-07 22:21:26 +02:00
Fabian Affolter
113ee1205f python310Packages.dissect-regf: init at 3.1 2022-10-07 22:18:33 +02:00
Fabian Affolter
62f245f18e python310Packages.dissect-ole: init at 3.1 2022-10-07 22:16:29 +02:00