Vladimír Čunát
bf1aabe3c1
nixosTests.custom-ca: fix meta evaluation
...
Test case: nix eval -f. nixosTests.custom-ca.firefox.meta
2022-05-22 15:57:57 +02:00
Robert Scott
4e7ddc2c38
difftastic: patch bundled mimalloc source to build on older macos
...
same patch as introduced to our own mimalloc in
9ba8bda313
2022-05-22 14:56:18 +01:00
Sergei Trofimovich
a35a568954
mpg321: add -fcommon workaround
...
Workaround build failure on -fno-common toolchains like upstream
gcc-10. Otherwise build fails as:
ld: volume.o:/build/mpg321-0.3.2-orig/mpg321.h:119: multiple definition of
`loop_remaining'; mpg321.o:/build/mpg321-0.3.2-orig/mpg321.h:119: first defined here
2022-05-22 14:53:05 +01:00
ajs124
0ec34d4cd1
utahfs: mark as broken
2022-05-22 13:47:14 +00:00
ajs124
caa2b2ee68
goofys: mark as broken
2022-05-22 13:47:14 +00:00
ajs124
d07070507c
yajsv: fix build with newer go
2022-05-22 13:47:13 +00:00
ajs124
ceebedb1db
sampler: fix build with go 1.17
2022-05-22 13:47:13 +00:00
ajs124
07e0094749
obfs4: 0.0.11 -> 0.0.12
2022-05-22 13:47:13 +00:00
ajs124
6a9322064d
vouch-proxy: disable checkPhase
2022-05-22 13:47:12 +00:00
ajs124
fa8874694f
mycorrhiza: 1.8.2 -> 1.9.0
2022-05-22 13:47:12 +00:00
ajs124
ff95455ab2
textql: 2.0.3 -> unstable-2021-07-06
2022-05-22 13:47:12 +00:00
ajs124
5c46ce199d
godu: don't pin to go1.16
2022-05-22 13:47:12 +00:00
ajs124
8d2436dfff
ipfs-migrator-all-fs-repo-migrations: don't pin to go1.16
2022-05-22 13:47:11 +00:00
ajs124
8da4426222
ipfs: don't pin to go1.16
2022-05-22 13:47:11 +00:00
ajs124
0ebd5585be
gomobile: don't pin to go 1.16
2022-05-22 13:47:11 +00:00
ajs124
1909454e55
Revert "ncdns: pin to go 1.16"
...
This reverts commit cee6ccfc75
.
2022-05-22 13:47:11 +00:00
Vladimír Čunát
9f4060c552
Revert "lua: fix on darwin by using makeBinaryWrapper ( #172749 )"
...
This reverts commit 92f4c6ed82
.
On aarch64-darwin this completely broke lua instead of improving it;
let's revert at least until that's resolved.
https://github.com/NixOS/nixpkgs/pull/172749#issuecomment-1133759233
2022-05-22 15:45:36 +02:00
Fabian Affolter
7283d3942f
Merge pull request #173983 from r-ryantm/auto-update/python3.10-pyskyqremote
...
python310Packages.pyskyqremote: 0.3.11 -> 0.3.12
2022-05-22 15:41:19 +02:00
Fabian Affolter
2a07af75b7
Merge pull request #173973 from fabaff/yappi-bump
...
python310Packages.yappi: releases are now tagged
2022-05-22 15:40:30 +02:00
Tae Selene Sandoval Murgan
394687bf39
neovim-remote: 2.4.0 -> 2.5.1
2022-05-22 15:37:47 +02:00
Sergei Trofimovich
94a5ae4f91
mni_autoreg: pull upstream workaround for -fno-common toolchains
...
Without the change build fails on upstream gcc-10 as:
ld: lib_minctracc.a(minctracclib.c.o):(.bss+0x78): multiple definition of
`prog_name'; CMakeFiles/xfm2param.dir/Extra_progs/xfm2param.c.o:(.bss+0x18): first defined here
2022-05-22 14:37:30 +01:00
Gabriel Ebner
483285490d
Merge pull request #173984 from gebner/bitcoinclassiccpp17
...
bitcoin-classic: compile as c++14
2022-05-22 15:36:32 +02:00
Vladimír Čunát
a7d4e415b2
Merge #173981 : wine: enable parallel build again
...
...into staging-next
2022-05-22 15:21:11 +02:00
Benno Bielmeier
d156db7d17
nixos/gollum: add option 'no-edit'
2022-05-22 15:06:00 +02:00
Benno Bielmeier
8e7b82be49
nixos/gollum: add option 'user-icons'
2022-05-22 15:06:00 +02:00
Benno Bielmeier
fa7cae1bcc
gollum: update dependencies
2022-05-22 15:06:00 +02:00
Benno Bielmeier
73fff1e663
gollum: add comments in Gemfile
2022-05-22 15:06:00 +02:00
Benno Bielmeier
8a770f06a2
gollum: refactor package
...
use `bundlerApp` in preference to `stdenv.mkDerivation`
2022-05-22 15:06:00 +02:00
Gabriel Ebner
aa45e2e3dd
bitcoin-classic: compile as c++14
2022-05-22 15:04:28 +02:00
Sofi
382f65bd30
geogebra: 5-0-680-0 -> 5-0-706-0
2022-05-22 15:04:08 +02:00
Sofi
c01630796c
maintainers: add imsofi
2022-05-22 15:04:07 +02:00
R. Ryantm
9fe3cbef52
python310Packages.pdm-pep517: 0.12.3 -> 0.12.5
2022-05-22 12:59:05 +00:00
Nikolay Korotkiy
710918b8fe
html-tidy: fix cross-compilation
2022-05-22 15:57:06 +03:00
Martin Weinelt
2d97db7873
buildMozillaMach: set geo.provider.network.url for new profiles.
...
Use Mozilla Location Service as geolocation provider for new profiles,
since our Google API key does not seem to work for geolocation at this
time.
Related: https://github.com/NixOS/nixpkgs/issues/173758
2022-05-22 14:49:17 +02:00
R. Ryantm
a85f00e1d8
python310Packages.pyskyqremote: 0.3.11 -> 0.3.12
2022-05-22 12:42:49 +00:00
Martin Weinelt
9ce5907d02
Merge pull request #173976 from mweinelt/solr
...
solr: remove maintainer, mark as vulnerable
2022-05-22 14:27:27 +02:00
Maximilian Bosch
e402e3c061
Merge pull request #169039 from SebTM/notepad-next
...
notepad-next: init at 0.5.1
2022-05-22 14:13:45 +02:00
legendofmiracles
774294f762
Merge pull request #173962 from NixOS/revert-173946-legendofmiracles-patch-1
2022-05-22 06:03:15 -06:00
github-actions[bot]
86ec85655d
Merge master into staging-next
2022-05-22 12:01:28 +00:00
sternenseemann
4d6e6a4c2c
python3Packages.fontparts: correct changlelog link
2022-05-22 14:00:19 +02:00
Guillaume Girol
6e17b6945c
scantailor-advanced: fix build with qt5.15 by switching to a maintained fork
...
https://github.com/4lex4/scantailor-advanced/issues/170#issuecomment-1030857156
2022-05-22 12:00:00 +00:00
sternenseemann
e04ca59317
Merge pull request #173979 from r-ryantm/auto-update/python3.10-fontParts
...
python310Packages.fontparts: 0.10.4 -> 0.10.5
2022-05-22 13:58:54 +02:00
Thomas Tuegel
a504140341
Merge pull request #173972 from trofi/fix-fno-common-for-menu-cache
...
menu-cache: pull patch pending upstream inclusion for -fno-common too…
2022-05-22 06:40:45 -05:00
Thomas Tuegel
3d1917bde7
Merge pull request #173941 from lopsided98/qtspeech-speechd
...
libsForQt5.qtspeech: add speechd dependency
2022-05-22 06:39:46 -05:00
Rafael Fernández López
593dfc4d9d
wasmtime: 0.36.0 -> 0.37.0
...
Re-enable darwin platform.
2022-05-22 07:36:16 -04:00
Dmitry Bogatov
39773cc073
util-linux: make dependencies on pam and libcap optional
...
Introduce new boolean arguments "pamSupport" and "capabilitiesSupport" that
control whether "pam" and "libcap" are compiled in. These flags are true by
default, so this commit does not cause any rebuilds.
2022-05-22 07:34:02 -04:00
Stefan Frijters
30aeecfc6f
wine: enable parallel build again
...
The issue with dlltool was fixed in 4b0f59afcc
.
2022-05-22 13:31:16 +02:00
Artturi
a1bd563e09
Merge pull request #173812 from azahi/setroot
...
setroot: fix build
2022-05-22 14:16:01 +03:00
Artturi
3efe7235dc
Merge pull request #173918 from tssm/neovim-darwin-coreservices
...
neovim: Pass CoreServices when building on darwin
2022-05-22 14:15:21 +03:00
Yureka
821724b184
nixos/gitlab: support 15.x
2022-05-22 13:09:36 +02:00