Commit Graph
572911 Commits
Author SHA1 Message Date
Jonathan Davies fdc0191457 pipewire: Added upstream patch for libcamera 0.2.0 changes. 2024-01-19 09:56:01 +00:00
Jonathan Davies 159b810bea libcamera: 0.1.0 → 0.2.0 2024-01-18 11:16:52 +00:00
Adam JosephandAdam Joseph 0c3d9f28c6 cc-wrapper: drop no-longer-necessary hack
The commit prior to this one, "gcc: fix c++ headers when same
triplet cross compiling" causes gcc's c++ headers to be in the same
outpath subdirectory regardless of whether the gcc build is a
host==target or host!=target compiler.

As a result of that change, the hack in cc-wrapper which adapted to
the different paths is no longer needed.  And, in fact, it must be
removed, since if it is left in place builds such as
pkgsCross.aarch64-multiplatform.firefox will fail as shown below.

```
firefox-unwrapped>  0:02.01(B checking the host C compiler works... yes(B(B
firefox-unwrapped>  0:02.01(B checking for the host C++ compiler... /nix/store/1asqji9djmdlapzs70q7jw2j308ry7cn-clang-wrapper-16.0.6/bin/c++(B(B
firefox-unwrapped>  0:02.14(B checking whether the host C++ compiler can be used... yes(B(B
firefox-unwrapped>  0:02.14(B checking the host C++ compiler version... 16.0.6(B(B
firefox-unwrapped>  0:02.21(B checking the host C++ compiler works... yes(B(B
firefox-unwrapped>  0:02.40(B checking for target linker... lld(B(B
firefox-unwrapped>  0:02.51(B checking for host linker... lld(B(B
firefox-unwrapped>  0:02.60(B checking for 64-bit OS... yes(B(B
firefox-unwrapped>  0:02.67(B checking for new enough STL headers from libstdc++...(B(B
firefox-unwrapped>  0:02.67(B DEBUG: <truncated - see config.log for full output>(B(B
firefox-unwrapped>  0:02.67(B DEBUG: |                 #if defined(__GLIBCXX__) && !defined(_GLIBCXX_RELEASE)(B(B
firefox-unwrapped>  0:02.67(B DEBUG: | #  error libstdc++ not new enough(B(B
firefox-unwrapped>  0:02.67(B DEBUG: | #endif(B(B
firefox-unwrapped>  0:02.67(B DEBUG: | #if defined(_GLIBCXX_RELEASE)(B(B
firefox-unwrapped>  0:02.67(B DEBUG: | #  if _GLIBCXX_RELEASE < 8(B(B
firefox-unwrapped>  0:02.67(B DEBUG: | #    error libstdc++ not new enough(B(B
firefox-unwrapped>  0:02.67(B DEBUG: | #  else(B(B
firefox-unwrapped>  0:02.67(B DEBUG: |      (void) 0(B(B
firefox-unwrapped>  0:02.67(B DEBUG: | #  endif(B(B
firefox-unwrapped>  0:02.67(B DEBUG: | #endif(B(B
firefox-unwrapped>  0:02.67(B DEBUG: |                   ;(B(B
firefox-unwrapped>  0:02.67(B DEBUG: |                   return 0;(B(B
firefox-unwrapped>  0:02.67(B DEBUG: |                 }(B(B
firefox-unwrapped>  0:02.67(B DEBUG: Executing: `/nix/store/7v4bi4q334yircaznwm353h1l5i7k98f-aarch64-unknown-linux-gnu-clang-wrapper-16.0.6/bin/aarch64-unknown-linux-gnu-clang++ /build/conftest.qvbo58dv.cpp -c`(B(B
firefox-unwrapped>  0:02.67(B DEBUG: The command returned non-zero exit status 1.(B(B
firefox-unwrapped>  0:02.67(B DEBUG: Its error output was:(B(B
firefox-unwrapped>  0:02.67(B DEBUG: | /build/conftest.qvbo58dv.cpp:1:10: fatal error: 'cstddef' file not found(B(B
firefox-unwrapped>  0:02.67(B DEBUG: | #include <cstddef>(B(B
firefox-unwrapped>  0:02.67(B DEBUG: |          ^~~~~~~~~(B(B
firefox-unwrapped>  0:02.67(B DEBUG: | 1 error generated.(B(B
firefox-unwrapped>  0:02.67(B ERROR: The libstdc++ in use is not new enough.  Please run ./mach bootstrap to update your compiler, or update your system libstdc++ installation.(B(B
firefox-unwrapped> *** Fix above errors and then restart with "./mach build"
error: build of '/nix/store/5in7xkji5hzqkl14ygwq3vxnni54lykk-firefox-unwrapped-aarch64-unknown-linux-gnu-119.0.1.drv' on 'ssh://root@192.168.22.103' failed: builder for '/nix/store/5in7xkji5hzqkl14ygwq3vxnni54lykk-firefox-unwrapped-aarch64-unknown-linux-gnu-119.0.1.drv' failed with exit code 1
error: builder for '/nix/store/5in7xkji5hzqkl14ygwq3vxnni54lykk-firefox-unwrapped-aarch64-unknown-linux-gnu-119.0.1.drv' failed with exit code 1;
```
2024-01-18 09:01:04 +00:00
Uri BaghinandAdam Joseph 1cf2d7357c gcc: fix c++ headers when same triplet cross compiling
When build platform and host platform differ, but have the same
triple, the code in nixpkgs will consider it a cross compilation,
but gcc won't. This will lead some derivations to look for c++
headers in the wrong place. To solve this always output the headers
in the non-cross location, like we do for the other gcc headers
already.
2024-01-18 09:01:04 +00:00
Arnout EngelenandGitHub 49467e7255 Merge pull request #258094 from jpds/libcamera-0.1.0
libcamera: 0.0.5 -> 0.1.0
2024-01-18 09:07:58 +01:00
Vladimír Čunát 3c0ab5c239 Merge #279141: pixman: 0.42.2 -> 0.43.0
...into staging
2024-01-18 08:00:49 +01:00
Vladimír Čunát 6121ba4db5 Merge #281224: libdrm: 2.4.119 -> 2.4.120
...into staging
2024-01-18 07:03:08 +01:00
github-actions[bot]andGitHub c98a84a2fb Merge staging-next into staging 2024-01-18 06:01:21 +00:00
github-actions[bot]andGitHub 97b44d311f Merge master into staging-next 2024-01-18 06:00:57 +00:00
K900andGitHub cefcf19e1c Merge pull request #281687 from K900/wantedby-oof
systemd-lib: fix automount generation after 9fbf82d9cb
2024-01-18 08:39:06 +03:00
K900 3d6a5ad604 systemd-lib: fix automount generation after 9fbf82d9cb
This one got missed in the refactor.
2024-01-18 08:33:46 +03:00
Vincent LaporteandVincent Laporte 2fba629f59 coqPackages.QuickChick: 2.0.1 → 2.0.2 2024-01-18 06:03:06 +01:00
a-n-n-a-l-e-eandGitHub 61b17611ce Merge pull request #281658 from felipeqq2/legendary-gl/main-program
legendary-gl: add main program
2024-01-17 20:56:58 -08:00
a-n-n-a-l-e-eandGitHub 4b7c480779 Merge pull request #281232 from pbsds/fix-gradio-1705359646
python3Packages.gradio: raise ulimit on darwin
2024-01-17 20:21:44 -08:00
Weijia WangandGitHub 9831d022bb Merge pull request #281581 from wegank/ldtk-bump
ldtk: 1.5.2 -> 1.5.3
2024-01-18 04:41:40 +01:00
Martin WeineltandGitHub 39673b228b Merge pull request #281599 from fabaff/python-mpd2-bump
python311Packages.mpd2: refactor
2024-01-18 04:19:58 +01:00
Peder Bergebakken SundtandGitHub b89a606693 Merge pull request #274565 from onemoresuza/hare-crosscomp
hare: embed paths for cross-compilation toolchains
2024-01-18 04:06:26 +01:00
Robert SchützandGitHub 0eaea0489d Merge pull request #281626 from a-n-n-a-l-e-e/moderngl-window
python311Packages.moderngl-window: relax pillow dependency; fix build
2024-01-18 04:04:48 +01:00
YtandGitHub ed9d7efc78 Merge pull request #281627 from malob/update-open-interpreter
open-interpreter: 0.1.11 -> 0.2.0
2024-01-18 02:55:40 +00:00
Peder Bergebakken SundtandGitHub 6b110d9114 Merge pull request #281256 from Airradda/master
vesktop: 0.4.4 -> 1.5.0
2024-01-18 03:10:07 +01:00
David LeungandEmily 8a9a8c6104 chromium: 120.0.6099.216 -> 120.0.6099.224
https://chromereleases.googleblog.com/2024/01/stable-channel-update-for-desktop_16.html

This update includes 4 security fix.

CVEs:
CVE-2024-0517 CVE-2024-0518 CVE-2024-0519
2024-01-18 02:57:17 +01:00
Robert SchützandGitHub 1a2b9f92c2 Merge pull request #279687 from dotlambda/imagemagick-7.1.1-26
imagemagick: 7.1.1-25 -> 7.1.1-26
2024-01-18 02:56:15 +01:00
Mario RodasandGitHub b0206e4c4f Merge pull request #280996 from trofi/lttng-ust-update
lttng-ust: 2.13.6 -> 2.13.7
2024-01-17 20:18:16 -05:00
Mario RodasandGitHub 2776ecd7a7 Merge pull request #276343 from trofi/autoconf-update
autoconf: 2.71 -> 2.72
2024-01-17 20:17:35 -05:00
Mario RodasandGitHub 665eccfa33 Merge pull request #281489 from r-ryantm/auto-update/gdown
gdown: 4.7.1 -> 4.7.3
2024-01-17 20:16:03 -05:00
Mario RodasandGitHub 6827ea7df1 Merge pull request #281504 from trofi/readline-update
readline: 8.2p7 -> 8.2p10
2024-01-17 20:14:40 -05:00
Mario RodasandGitHub f7e6ecd057 Merge pull request #281498 from mfrw/mfrw/gh-2.42.1
gh: 2.41.0 -> 2.42.1
2024-01-17 20:14:06 -05:00
Mario RodasandGitHub b2d4c49621 Merge pull request #281533 from fabaff/meilisearch-bump
python311Packages.meilisearch: 0.28.4 -> 0.29.0
2024-01-17 20:12:11 -05:00
Felipe Silva 6dbaf744d6 legendary-gl: add main program 2024-01-17 20:31:05 -04:00
kirillrdyandGitHub e19e51fd6e Merge pull request #281144 from beardhatcode/bump/hpx
hpx: 1.8.1 -> 1.9.1
2024-01-18 09:28:37 +09:00
Martin WeineltandGitHub 90ac5f2a31 Merge pull request #281655 from mweinelt/pyasyncore-license
python311Packages.pyasyncore: fix license
2024-01-18 01:27:15 +01:00
Nick CaoandGitHub 591dd700a3 Merge pull request #281354 from NickCao/sing-box
sing-box: 1.8.1 -> 1.8.2
2024-01-17 19:23:08 -05:00
Lin JianandGitHub 71b5ecd633 Merge pull request #281547 from atorres1985-contrib/ghc-mod
emacs.pkgs.ghc-mod: fixup
2024-01-18 08:16:50 +08:00
Martin Weinelt 697b3ed06f python311Packages.pyasyncore: fix license 2024-01-18 01:05:19 +01:00
Lily FosterandGitHub 921fb3319c Merge pull request #281025 from nyabinary/cosmic-protocols
cosmic-protocols: init at 0-unstable-2024-01-11
2024-01-17 19:05:01 -05:00
Lily FosterandGitHub d1380504b2 Merge pull request #266339 from a-kenji/init/cosmic-session
cosmic-session: init at 0-unstable-2024-01-17
2024-01-17 19:03:13 -05:00
github-actions[bot]andGitHub f8b9065479 Merge staging-next into staging 2024-01-18 00:02:50 +00:00
github-actions[bot]andGitHub f94e528081 Merge master into staging-next 2024-01-18 00:02:16 +00:00
Peder Bergebakken SundtandGitHub 6d20002d96 Merge pull request #272535 from atorres1985-contrib/advcpmv
advcpmv: new package
2024-01-18 01:00:08 +01:00
Lily FosterandGitHub 9575c3e371 Merge pull request #277414 from OPNA2608/update/wlcs
wlcs: 1.6.1 -> 1.7.0
2024-01-17 18:59:55 -05:00
h7x4andGitHub 6de924611b Merge pull request #264098 from elohmeier/sqlite-vss
sqlite-vss: init at 0.1.2
2024-01-18 00:06:51 +01:00
Thomas GerbetandGitHub 301f4bfbd7 Merge pull request #279794 from LeSuisse/tuleap-cli-init-1.0.0
tuleap-cli: init at 1.0.0
2024-01-17 23:47:57 +01:00
h7x4andGitHub f5a9b6bb5f Merge pull request #248160 from gaelreyrol/kickstart-init-0.4.0
kickstart: init at 0.4.0
2024-01-17 23:45:48 +01:00
Franz PletzandGitHub ed2ea66bbf Merge pull request #278539 from Ma27/sshd-socket-activation-ports
nixos/sshd: fix socket activated ports when using ListenAddress
2024-01-17 23:27:52 +01:00
Justin BedőandGitHub 07adb24551 Merge pull request #279938 from NixOS/r-updates
rPackages: CRAN and BioC update
2024-01-18 09:24:04 +11:00
Felix BühlerandGitHub 7ff7dcd4ff Merge pull request #281473 from katexochen/keep-sorted/0-3-0
keep-sorted: 0.2.0 -> 0.3.0
2024-01-17 23:21:35 +01:00
tomberekandGitHub 221d90520a Merge pull request #276688 from Arjun31415/radarr-update
radarr: 5.1.3 -> 5.2.6
2024-01-17 16:43:16 -05:00
DarkOnion0andAlyssa Ross b66442b2f9 drawio: 22.1.16 -> 22.1.18
https://github.com/jgraph/drawio-desktop/releases/tag/v22.1.18
2024-01-17 22:33:33 +01:00
a-n-n-a-l-e-eandGitHub 0eac651eb0 Merge pull request #280118 from polachok/solana-update
solana-validator: 1.10 -> 1.16
2024-01-17 13:29:06 -08:00
Gaetan LepageandMatthieu Coudron 69834c39c1 vimPlugins.sniprun: 1.3.10 -> 1.3.11 2024-01-17 22:26:25 +01:00