Francis Couture-Harpin
01e460d69e
perlPackages.HashSharedMem: fix build on aarch64-linux
...
The [(failing-)build log](https://hydra.nixos.org/build/219379873/nixlog/1 )
has errors that look like: `undefined symbol: __aarch64_cas8_sync`.
This led me to find out about the newly-introduced `-moutline-atomics`,
which is **on by default** in GCC 10.1 (according to [this blog post](https://community.arm.com/arm-community-blogs/b/tools-software-ides-blog/posts/making-the-most-of-the-arm-architecture-in-gcc-10 ))
and in Clang 12.0.0 (according to [the release notes](https://releases.llvm.org/12.0.0/tools/clang/docs/ReleaseNotes.html ))
Not all ARMv8-A processors support atomic stuff like `__aarch64_cas8_sync`,
it's only those that are ARMv8.1-A or later that do. Examples of
pre-ARMv8.1-A processors include the Cortex-A72 used in the
Raspberry Pi 4 (which is how I discovered this problem (I am running
`hydra` on it, which indirectly depends on `HashSharedMem`)),
and any older ARMv8-A processors.
The problem here is solvable either by linking the compiler runtime library
(which I did not try, since I don't know exactly which one to use)
*or* by simply not generating outlines for atomic operations.
I went with the "easier" path (which was also what was was happening
in older versions of GCC, I think) of disabling atomic outlines with
`-mno-outline-atomics`, and it works!
2023-06-03 17:17:55 -04:00
Pol Dellaiera and GitHub
fddbfa2159
Merge pull request #234033 from Laurent2916/copilot-chat
...
vscode-extensions.github.copilot-chat: init at 0.1.2023060101
2023-06-02 21:32:07 +02:00
Pol Dellaiera and GitHub
a1b565fcd9
Merge pull request #234036 from Laurent2916/gitmoji
...
vscode-extensions.seatonjiang.gitmoji-vscode: init at 1.2.2
2023-06-02 21:30:12 +02:00
Pol Dellaiera and GitHub
242e5bdb06
Merge pull request #235182 from foo-dogsquared/add-gnome-halftone
...
halftone: init at 0.2.1
2023-06-02 21:24:41 +02:00
happysalada and Yt
ee1c6053fb
nixos/ntfy-sh: use dynamic user and add defaults
2023-06-02 15:22:14 -04:00
Gabriel Fontes and Anderson Torres
a88e75b4fd
tidal-dl: init at 2022.10.31.1
2023-06-02 19:13:06 +00:00
Gabriel Fontes and Anderson Torres
745c8cc765
pythonPackages.aigpy: init at 2022.7.8.1
2023-06-02 19:13:06 +00:00
Anderson Torres
1436d64972
home-manager: 2023-04-02 -> 2023-05-30
2023-06-02 19:12:49 +00:00
Matthieu Coudron and GitHub
ef00f9e18b
Merge pull request #235212 from figsoda/browsr
...
browsr: init at 1.10.7
2023-06-02 21:06:41 +02:00
Weijia Wang and GitHub
06e9be9b88
Merge pull request #235061 from r-ryantm/auto-update/spice
...
spice: 0.15.1 -> 0.15.2
2023-06-02 20:46:32 +02:00
figsoda and GitHub
a110ea3049
Merge pull request #235617 from r-ryantm/auto-update/mermerd
...
mermerd: 0.7.1 -> 0.8.0
2023-06-02 14:34:48 -04:00
Sandro and GitHub
2d5284f3ff
Merge pull request #233396 from Luflosi/update/python3Packages.furo
...
python3Packages.furo: 2023.3.27 -> 2023.5.20
2023-06-02 20:33:36 +02:00
figsoda and GitHub
62651cce95
Merge pull request #235600 from r-ryantm/auto-update/deno
...
deno: 1.34.0 -> 1.34.1
2023-06-02 14:28:41 -04:00
Weijia Wang and GitHub
4538edaa95
Merge pull request #235484 from wegank/rethinkdb-bump
...
rethinkdb: 2.4.1 -> 2.4.3
2023-06-02 20:22:52 +02:00
figsoda and GitHub
2a68eb6cdf
Merge pull request #235604 from r-ryantm/auto-update/hclfmt
2023-06-02 14:22:38 -04:00
Laureηt
1d9a593d2f
vscode-extensions.github.copilot-chat: init at 0.1.2023060101
...
squashed: vscode-extensions.github.copilot-chat: init at 0.1.2023052205
squashed: vscode-extensions.github.copilot-chat: 0.1.2023052205 -> 0.1.2023053001
squashed: vscode-extensions.github.copilot-chat: 0.1.2023053001 -> 0.1.2023060101
2023-06-02 20:06:53 +02:00
Arnout Engelen and GitHub
bf3b1183bf
Merge pull request #210036 from raboof/donkey-init-at-1.2.0
...
donkey: init at 1.2.0
2023-06-02 19:42:14 +02:00
Martin Weinelt and GitHub
488911f78d
Merge pull request #235611 from r-ryantm/auto-update/python310Packages.plexapi
...
python310Packages.plexapi: 4.13.4 -> 4.14.0
2023-06-02 19:41:33 +02:00
figsoda and GitHub
0ab617f80f
Merge pull request #235607 from r-ryantm/auto-update/yad
...
yad: 12.3 -> 13.0
2023-06-02 13:27:20 -04:00
Linus Heckemann and GitHub
15c3a653d5
Merge pull request #235440 from lheckemann/garage
...
nixos/garage: allow unsafe replication modes, restart on config change
2023-06-02 19:22:03 +02:00
Sandro and GitHub
57364c6aee
Merge pull request #235464 from shyim/add-git-credential-oauth
...
git-credential-oauth: init at 0.7.0
2023-06-02 18:59:42 +02:00
Sandro and GitHub
b36363cba5
Merge pull request #235265 from dit7ya/photofield
...
photofield: init at 0.10.3
2023-06-02 18:57:09 +02:00
Sandro and GitHub
aa98d7ee26
Merge pull request #235039 from gador/octoprint-1.9.0
...
Octoprint: 1.8.7 -> 1.9.0
2023-06-02 18:55:19 +02:00
Sandro and GitHub
ef95feb67f
Merge pull request #232264 from matthewpi/init/vscode-asdine-cue
...
vscode-extensions.asdine.cue: init at 0.3.2
2023-06-02 18:54:14 +02:00
Linus Heckemann and GitHub
0f3ac9280b
Merge pull request #235572 from r-ryantm/auto-update/freeradius
...
freeradius: 3.2.2 -> 3.2.3
2023-06-02 18:49:59 +02:00
Pol Dellaiera and GitHub
8d880aa809
Merge pull request #235334 from aidalgol/heroic-2.8
...
heroic: 2.7.1 -> 2.8.0
2023-06-02 18:48:59 +02:00
Pol Dellaiera and GitHub
3502434e92
Merge pull request #235457 from LoveIsGrief/godot-desktop
...
godot: Add major version to binaries and desktop entries
2023-06-02 18:47:22 +02:00
Pol Dellaiera and GitHub
a6a493f1cc
Merge pull request #235549 from yayayayaka/update-jetbrains-gateway
...
jetbrains.gateway: 2023.1.1 -> 2023.1.2
2023-06-02 18:25:07 +02:00
Pol Dellaiera and GitHub
f09088ad6e
Merge pull request #235575 from f2k1de/mattermost-7.10.2
...
mattermost: 7.8.5 -> 7.10.2
2023-06-02 18:24:12 +02:00
markuskowa and GitHub
9741d51161
Merge pull request #234312 from markuskowa/add-abracadabra
...
abracadabra: init at 2.1.1
2023-06-02 18:18:49 +02:00
Linus Heckemann
c4f727c944
nixos/garage: allow unsafe replication modes, restart on config change
2023-06-02 18:11:44 +02:00
Silvan Mosberger and GitHub
fcc56872ca
Merge pull request #235616 from ShamrockLee/lib-derivations-typo
...
lib.derivations: fix comment typo
2023-06-02 18:04:51 +02:00
R. Ryantm
b290b28915
mermerd: 0.7.1 -> 0.8.0
2023-06-02 16:00:22 +00:00
Yueh-Shun Li
239190ddb8
lib.derivations: fix comment typo
2023-06-02 23:57:30 +08:00
Sandro and GitHub
067dcbbb4b
Merge pull request #230346 from dit7ya/husky
2023-06-02 17:43:21 +02:00
R. Ryantm
6955779101
python310Packages.plexapi: 4.13.4 -> 4.14.0
2023-06-02 15:32:23 +00:00
K900 and GitHub
e534047e2d
Merge pull request #234620 from linj-fork/fix/murmur-after
...
nixos/murmur: make it be after network.target again
2023-06-02 18:13:12 +03:00
Ryan Lahfa and GitHub
4a4238a840
Merge pull request #235143 from wlcx/patch-1
...
nixos/pixelfed: fix broken try_files
2023-06-02 17:12:14 +02:00
R. Ryantm
89654beb4a
yad: 12.3 -> 13.0
2023-06-02 15:06:19 +00:00
R. Ryantm
8c123de7d4
hclfmt: 2.16.2 -> 2.17.0
2023-06-02 14:54:00 +00:00
Pol Dellaiera and GitHub
8a8d80f144
Merge pull request #234774 from jlesquembre/update-clj
...
clojure: Pass function to mkDerivation, remove rec
2023-06-02 16:48:54 +02:00
Pol Dellaiera and GitHub
37a6711c1a
Merge pull request #234462 from hitsmaxft/add_antidote
...
antidote: init at 1.8.6
2023-06-02 16:36:40 +02:00
Pol Dellaiera and GitHub
382388c965
Merge pull request #234613 from stteague/flamp
...
flamp: init at 2.2.07
2023-06-02 16:35:47 +02:00
R. Ryantm
3f1aece3b5
deno: 1.34.0 -> 1.34.1
2023-06-02 14:13:35 +00:00
Kerstin and GitHub
a64e4f9b68
Merge pull request #235548 from r-ryantm/auto-update/imagemagick
...
imagemagick: 7.1.1-10 -> 7.1.1-11
2023-06-02 16:10:53 +02:00
figsoda and GitHub
c6ffce3d5d
Merge pull request #235584 from marsam/update-dot-language-server
...
dot-language-server: 1.1.27 -> 1.2.1
2023-06-02 10:07:30 -04:00
Graham Christensen and GitHub
2c7b43f679
Merge pull request #234721 from NixOS/grahamc/absent-revcount
...
make-tarball.nix: support an absent revcount
2023-06-02 09:52:46 -04:00
figsoda and GitHub
7409e8f091
Merge pull request #235579 from r-ryantm/auto-update/zchunk
...
zchunk: 1.3.0 -> 1.3.1
2023-06-02 09:44:59 -04:00
Ryan Lahfa and GitHub
0902958046
Merge pull request #235295 from nikstur/qemu-vm-improve-comments-and-docs
...
nixos/qemu-vm: improve comments and option descriptions
2023-06-02 15:34:49 +02:00
Mario Rodas and GitHub
fc6855d83a
Merge pull request #235261 from nicknovitski/buc
...
bundlerUpdateScript: don't run bundler-audit
2023-06-02 08:26:08 -05:00