Commit Graph
290075 Commits
Author SHA1 Message Date
John EricsonandGitHub 4236fb1c7f Merge pull request #123103 from sternenseemann/compiler-rt-resources
llvmPackages_{7-12}.compiler-rt: install resource files to DATADIR
2021-05-15 12:06:57 -07:00
github-actions[bot]andGitHub c10600230e Merge staging-next into staging 2021-05-15 18:30:31 +00:00
github-actions[bot]andGitHub f1b78f8618 Merge master into staging-next 2021-05-15 18:30:28 +00:00
Fabian AffolterandGitHub 059c4b584e Merge pull request #122901 from fabaff/bump-adb-shell
python3Packages.adb-shell: 0.3.1 -> 0.3.2
2021-05-15 20:26:42 +02:00
Fabian AffolterandGitHub 0416cb2787 Merge pull request #122890 from fabaff/bump-brother
python3Packages.brother: 1.0.0 -> 1.0.1
2021-05-15 20:25:57 +02:00
Jan Tojnar f070de253c Revert "hwdata: 0.344 -> 0.347" 2021-05-15 20:23:53 +02:00
SandroandGitHub ca161d869d Merge pull request #123127 from ThibautMarty/herbstluftwm-0.9.3
herbstluftwm: 0.9.2 -> 0.9.3
2021-05-15 20:17:58 +02:00
SandroandGitHub cd9ea26871 Merge pull request #123132 from wucke13/webdis
webdis: 0.1.12 -> 0.1.15
2021-05-15 20:17:45 +02:00
SandroandGitHub 831cb6d5e7 Merge pull request #123143 from 0x4A6F/master-zellij
zellij: 0.10.0 -> 0.11.0
2021-05-15 20:15:46 +02:00
Chris WögiandGitHub 0a0d1a5ecb ErlangR24: fix missing packages (#123136) 2021-05-15 20:14:03 +02:00
SandroandGitHub b4034ccbc5 Merge pull request #119986 from evils/kicad-usage 2021-05-15 20:12:08 +02:00
Mario RodasandGitHub 9bcd325309 Merge pull request #123093 from stephank/fix-fastmod-darwin
fastmod: fix darwin build
2021-05-15 13:07:17 -05:00
Mario RodasandGitHub 5782a7c56a Merge pull request #123140 from midchildan/fix/zathura-build
zathura: disable checkPhase on Darwin
2021-05-15 13:05:09 -05:00
Mario RodasandGitHub a9f1bca9d6 Merge pull request #123119 from bbigras/starship
starship: 0.53.0 -> 0.54.0
2021-05-15 13:03:19 -05:00
Robert Helgesson 226863905b trash-cli: 0.21.4.18 -> 0.21.5.11
Also use `pytestCheckHook`.
2021-05-15 19:43:39 +02:00
0x4A6F 0dbd5e582a zellij: 0.10.0 -> 0.11.0 2021-05-15 19:14:15 +02:00
midchildan d38f9c8dee zathura: disable checkPhase on Darwin 2021-05-16 02:10:11 +09:00
Michael WeissandGitHub 73e0dd4b29 Merge pull request #123034 from primeos/sway-simplify-screen-sharing
sway: Simplify screen sharing
2021-05-15 18:38:52 +02:00
Benjamin HippleandGitHub 229aec307b Merge pull request #123100 from stephank/fix-foma-darwin
foma: fix darwin build
2021-05-15 12:37:11 -04:00
Benjamin HippleandGitHub cf18c8fa0a Merge pull request #123110 from delroth/sudo-1.9.7
sudo: 1.9.6p1 -> 1.9.7
2021-05-15 12:35:45 -04:00
sternenseemann 74f709f62e llvmPackages_{7,8,9}: link ${compiler-rt.out}/share to resource root
This is done for 10-12, but not for the earlier llvm package sets.
2021-05-15 18:35:44 +02:00
sternenseemann 0046076950 llvmPackages_{7-12}.compiler-rt: install resource files to DATADIR
This is in an effort to fix the following build failure shown by
chromium:

    clang++: error: no such file or directory: '/nix/store/fhd89wrmkx6nflzjk0d6waz70bk3zc4i-clang-wrapper-12.0.0/resource-root/share/cfi_blacklist.txt'

As it turns out a change introduced via the gnu-install-dirs.patch
caused `add_compiler_rt_resource_file` to install resource files to
$dev/include (FULL_INCLUDEDIR) instead of $out/share (FULL_DATADIR)
which in turn meant that the clang wrappers we had didn't link those
files to its resource root at all.

Alternative fix to this would have been to link
compiler-rt.dev/include/*.txt to the wrappers resource-root/share as
well, but since this was handled inconsistently across the patch anyways
(the dfsan list is installed correctly), opt to handle this
consistently within the patch.

llvmPackages_{5,6} install the resource files to a completely different
location and need separate investigation.
2021-05-15 18:35:43 +02:00
Alyssa RossandJonathan Ringer 665732d877 lua: fix linkage
This fixes a couple of problems:

 * Lua 5.1 doesn't have SYSLIBS, so wasn't being linked with any
   libraries.

 * SYSLIBS doesn't include -lm, so we had to add that manually to
   pkgconfig.  LIBS includes -lm, so we don't need that hack any more.
2021-05-15 09:33:46 -07:00
Alyssa RossandJonathan Ringer 1758c0ac65 lua5_4: fix eval
This patch was removed in 34f8d7e15a ("lua: one dso patch to rule
them all"), and the reference to it in lua5_4 was removed at the time,
but it seems to have found its way back somehow (probably through a
merge?).

(cherry picked from commit 5b278213a2)
2021-05-15 09:33:46 -07:00
Alyssa RossandJonathan Ringer 3f5ecec613 Revert "staging-next: lua5: fix eval, add lib.so.patch"
This reverts commit 537a1940e8.

This patch was deliberately removed in 34f8d7e15a ("lua: one dso
patch to rule them all").  The correct fix is to remove the reference
to it that was reintroduced, rather than re-adding the patch.
2021-05-15 09:33:46 -07:00
Alyssa RossandJonathan Ringer 399223fdf7 Revert "lua5_*: tweak linking libraries"
This reverts commit 539ad4f811.

The correct fix here is to fix our addition to the Makefile.
2021-05-15 09:33:46 -07:00
wucke13 fe69434d4c webdis: 0.1.12 -> 0.1.15 2021-05-15 18:32:20 +02:00
Ryan MulliganandGitHub 08327d80b8 Merge pull request #122983 from r-ryantm/auto-update/d-feet
dfeet: 0.3.15 -> 0.3.16
2021-05-15 09:18:39 -07:00
Jonathan RingerandJonathan Ringer 5a6540c49c nixos/factorio: update admin setting 2021-05-15 09:04:35 -07:00
ajs124andJonathan Ringer d151b2fb41 lvm2: 2.03.11 -> 2.03.12 2021-05-15 08:55:27 -07:00
Gabriel GonzalezandGitHub b23797e2c5 dhall: Document language support in the Nixpkgs manual (#123051) 2021-05-15 08:51:08 -07:00
Daniël de KokandGitHub b98ccbf1b8 Merge pull request #122967 from dotlambda/pytorch-pybind11
python3Packages.pytorch: unvendor pybind11
2021-05-15 17:47:46 +02:00
Mario RodasandGitHub b065b36e86 Merge pull request #123098 from stephank/fix-flip-link-darwin
flip-link: fix darwin build
2021-05-15 10:44:09 -05:00
sternenseemann 91cba7b0a9 llvmPackages_{10,11,12}.compiler-rt: install resource txts to $out/share
7869d16545 changed how resource files are
installed. Likely by accident, now some of the resource files are
installed to $dev/include instead of $out/share. This causes the cc
wrapper's resource-root to miss those files from compiler-rt as they are
in a different place than expected.

This commit fixes all instances of this incorrect installation for
llvmPackages_10, 11 and 12 which are the only llvm package sets which
link ${targetLlvmLibraries.compiler-rt.out}/share to the resource-root.

For the other llvm package set this will likely also need to be fixed,
but it doesn't have to have immediate urgency and doing it in two steps
allows us to (hopefully) fix the chromium build without causing a darwin
stdenv rebuild.

The full fix can be found in #123103 and should probably be included in
the next staging-next rotation.
2021-05-15 17:40:24 +02:00
Jan TojnarandGitHub 94a0ad2f1a Merge pull request #122798 from MetaDark/newsflash
newsflash: 1.4.0 → 1.4.1
2021-05-15 17:34:18 +02:00
Jan TojnarandGitHub 742fc66c3a Merge pull request #123079 from vulpes2/vulpes2/hwdata
hwdata: 0.344 -> 0.347
2021-05-15 17:31:16 +02:00
Thibaut Marty e50c10aea7 herbstluftwm: 0.9.2 -> 0.9.3 2021-05-15 17:24:19 +02:00
Jan TojnarandGitHub 0aa8f09e6f Merge pull request #123114 from eduardosm/gnome-shell-system-monitor-applet
gnomeExtensions.system-monitor: unstable-2021-04-08 -> unstable-2021-05-04
2021-05-15 17:14:38 +02:00
Jan TojnarandGitHub a553f6c1fd Merge pull request #122920 from jtojnar/glib-2681
glib: 2.68.1 → 2.68.2
2021-05-15 17:13:14 +02:00
Benjamin HippleandGitHub 88158c7e40 Merge pull request #123073 from fabaff/bump-python-binance
python3Packages.python-binance: 0.7.9 -> 1.0.10
2021-05-15 11:02:22 -04:00
Bruno Bigras 8eeb8e2308 starship: 0.53.0 -> 0.54.0 2021-05-15 10:49:55 -04:00
Jan TojnarandGitHub 80a3e0dc0e Merge pull request #122997 from NixOS/gnome-40
GNOME 40: more updates
2021-05-15 16:25:54 +02:00
Jan TojnarandGitHub 9645178ab0 Merge pull request #122963 from jtojnar/adminer
adminer: 4.8.0 → 4.8.1
2021-05-15 16:25:26 +02:00
Eduardo Sánchez Muñoz 225b7514d8 gnomeExtensions.system-monitor: unstable-2021-04-08 -> unstable-2021-05-04
Supports GNOME 40
2021-05-15 16:10:29 +02:00
Domen KožarandGitHub f5f8f2415e Merge pull request #122794 from Mic92/nix-hotfix
nixUnstable: pre20210503_6d2553a -> pre20210513_340f831
2021-05-15 15:47:41 +02:00
Pierre Bourdon c88cbfedeb sudo: 1.9.6p1 -> 1.9.7
Signed-off-by: Pierre Bourdon <delroth@gmail.com>
2021-05-15 15:24:15 +02:00
Pavol RusnakandGitHub e83b3f3394 Merge pull request #123107 from prusnak/electron
electron_{10,11}: {10,11}.4.4 -> {10,11}.4.5
2021-05-15 15:16:26 +02:00
Pavol Rusnak 547cf3fbc2 electron_11: 11.4.4 -> 11.4.5 2021-05-15 14:57:16 +02:00
Pavol Rusnak d4c3ac5c50 electron_10: 10.4.4 -> 10.4.5 2021-05-15 14:56:48 +02:00
edefandGitHub 10a4520ec4 Merge pull request #122731 from deviant/bump-vsls
vsce/MS-vsliveshare.vsliveshare: add V to maintainers
2021-05-15 12:50:49 +00:00