Commit graph

238229 commits

Author SHA1 Message Date
Jan Tojnar 74ea2b2123
meson: Fix rpath clearing
Meson allows projects to set `build_rpath` property, containing paths
that will be added during build but will be removed when installing.

When Meson removes build_rpath from `DT_RUNPATH` entry, it just writes
the shorter ␀-terminated new rpath over the old one to reduce
the risk of potentially breaking the ELF files
(when the linker does string de-duplication or something).
But this can cause much bigger problem for Nix, as it can produce
cut-in-half-by-␀ store path references.

For example, in systemd’s libudev, it was removing three `$ORIGIN`-relative paths from

    $ORIGIN/../libsystemd:$ORIGIN/../basic:$ORIGIN/../shared:…␀

resulting in the following `DT_RUNPATH` entry:

    …␀store/v589pqjhvxrj73g3r0xb41yr84z5pwb7-gcc-9.3.0-lib/lib␀

We previously handled this in `fix-rpath.patch` but the method we prevent
Meson from removing paths added to rpath through `NIX_LDFLAGS` was changed
during 0.55.0 update and I forgot about this second purpose of the patch.

Let’s re-add this clearing code, as it worked without issues for a long time.
2020-08-12 12:17:39 +02:00
Daniël de Kok 66dd4f3829
Merge pull request #95240 from lsix/darktable-3.2.1
darktable: 3.0.2 -> 3.2.1
2020-08-12 10:27:25 +02:00
adisbladis cbab6729cd
Merge pull request #95239 from DamienCassou/DamienCassou/fix-notmuch-for-emacs27
notmuch: 0.30 -> 0.30.1c80020
2020-08-12 10:08:06 +02:00
Lancelot SIX 76de83ab87
darktable: 3.0.2 -> 3.2.1
Release information: https://www.darktable.org/2020/08/darktable-3-2/
2020-08-12 07:45:59 +01:00
Damien Cassou b24b63847b
notmuch: 0.30 -> 0.30.1c80020
This update is required because recent update of Emacs (to 27.1) broke
notmuch build.
2020-08-12 08:45:18 +02:00
Daniël de Kok 800d9e77fe
Merge pull request #95218 from afreakk/fpp-bugfix
fpp: bugfix
2020-08-12 08:26:15 +02:00
Aaron Andersen 8e63d1268c
Merge pull request #94999 from StijnDW/redmine
nixos/redmine: patch mercurial integration
2020-08-11 20:56:19 -04:00
Ryan Mulligan bf47b821f9
Merge pull request #95134 from r-ryantm/auto-update/istioctl
istioctl: 1.6.6 -> 1.6.7
2020-08-11 16:11:36 -07:00
Ryan Mulligan 390d38400a
Merge pull request #95180 from r-ryantm/auto-update/simplenote
simplenote: 1.20.0 -> 1.21.0
2020-08-11 15:18:07 -07:00
afreakk 7e5cea223c
fpp: bugfix 2020-08-11 23:49:24 +02:00
Jan Tojnar d27f04e59a
Merge pull request #94018 from r-ryantm/auto-update/gthree
gthree: 0.2.0 -> 0.9.0
2020-08-11 23:35:50 +02:00
Jan Tojnar 01ce25515e
gnome-hexgl: 0.2.0 → unstable-2020-07-24
0.2.0 does not build against gthree 0.9.0
2020-08-11 23:20:28 +02:00
Jan Tojnar e4fc19e66e
gthree: 0.2.0 -> 0.9.0 2020-08-11 23:20:18 +02:00
worldofpeace bf5fe68ad2
Merge pull request #95203 from alyssais/qemu
qemu-utils: install man pages
2020-08-11 17:10:41 -04:00
Timothy Stott ba7c0893d4
treewide: remove obsolete attribute goPackagePath in buildGoModule derivations (#95092)
The buildGoModule infrastructure does not make use of goPackagePath it is a residue from buildGoPackage.
2020-08-11 21:04:55 +00:00
Alyssa Ross 1e3d56ec16
qemu-utils: install man pages 2020-08-11 21:02:49 +00:00
Maximilian Bosch 4c3b64adf4
python3Packages.pytesseract: 0.3.4 -> 0.3.5
https://github.com/madmaze/pytesseract/releases/tag/v0.3.5
2020-08-11 22:54:26 +02:00
Maximilian Bosch de96815a2e
evcxr: 0.5.2 -> 0.5.3
https://github.com/google/evcxr/blob/v0.5.3/RELEASE_NOTES.md
2020-08-11 22:54:26 +02:00
Michael Weiss 6b188c1f08
wlroots: Fix the build by not copying the library to $examples
Copying libwlroots isn't required anymore since the library runpath
of the example binaries now correctly references $out/lib anyway.

Fix #95205.
2020-08-11 22:45:12 +02:00
Vladimír Čunát 48618a1ab3
Merge #94790: luajit*: bugfix updates 2020-08-11 22:34:22 +02:00
Vladyslav M b6ec74c332
Merge pull request #95159 from r-ryantm/auto-update/oxipng 2020-08-11 23:28:38 +03:00
Matthew Bauer e707f1f72c
Merge pull request #95200 from matthewbauer/emacs-macport-27
emacs-macport: 26.3-7.7 -> 27.1-8.0
2020-08-11 15:00:00 -05:00
ZerataX ec01cdc0bd vscode-extensions.xaver.clang-format init at 1.9.0 2020-08-11 12:51:15 -07:00
ZerataX 25c5de7a31 maintainers: add zeratax 2020-08-11 12:51:15 -07:00
Jonathan Ringer fe8f927a6a python37Packages.pendulum: fix build add tests 2020-08-11 12:50:30 -07:00
Jonathan Ringer 20d25c3a8e python3Packages.poetry-core: build from source 2020-08-11 12:50:30 -07:00
Martin Weinelt 072501ebfa
Merge pull request #95197 from SFrijters/openttd-1.10.3
openttd: 1.10.2 -> 1.10.3
2020-08-11 21:19:42 +02:00
Frederik Rietdijk d58b4c9a14 python.pkgs.pendulum: fix build 2020-08-11 20:41:52 +02:00
Frederik Rietdijk 9c50cabc65 python.pkgs.poetry-core: init at 1.0.0a9 2020-08-11 20:41:35 +02:00
Frederik Rietdijk 2a1febbf78 python: pytzdata: 2019.3 -> 2020.1 2020-08-11 20:41:05 +02:00
worldofpeace c7dc946de1 olifant: 0.2.1-beta5 -> 0.2.1-beta6
https://github.com/cleac/olifant/releases/tag/0.2.1-beta6
2020-08-11 14:21:17 -04:00
Ryan Mulligan 1c468bbe3e
Merge pull request #94436 from r-ryantm/auto-update/freerdp
freerdp: 2.1.2 -> 2.2.0
2020-08-11 11:11:23 -07:00
Martin Weinelt 9e6ee27597 ansible_2_8: 2.8.13 -> 2.8.14 2020-08-11 10:12:29 -07:00
Martin Weinelt a75097d2c1 ansible_2_9: 2.9.11 -> 2.9.12 2020-08-11 10:12:29 -07:00
Matthew Bauer 669f0d3f36 emacs-macport: 26.3-7.7 -> 27.1-8.0 2020-08-11 11:51:24 -05:00
Tim Steinbach a0e116f841
linux: 5.7.14 -> 5.7.15 2020-08-11 12:46:13 -04:00
Tim Steinbach ead39a3c71
linux: 5.4.57 -> 5.4.58 2020-08-11 12:44:45 -04:00
Tim Steinbach 9d9f4343ee
linux: 4.19.138 -> 4.19.139 2020-08-11 12:44:34 -04:00
Stefan Frijters adb03222bf
openttd: 1.10.2 -> 1.10.3 2020-08-11 18:24:05 +02:00
Jörg Thalheim b8e06b40d2
Merge pull request #95187 from r-ryantm/auto-update/telegraf
telegraf: 1.15.1 -> 1.15.2
2020-08-11 17:13:11 +01:00
Tim Steinbach 2807aa9672
Merge pull request #95151 from yaroot/zulu
zulu8: 8.28.0.1 -> 8.48.0.53;  zulu: 10.1+11 -> 11.41.23
2020-08-11 11:49:15 -04:00
Daniël de Kok 01a69537df
Merge pull request #93613 from baracoder/init-openhantek6022
openhantek6022: init at 3.1.1
2020-08-11 17:33:16 +02:00
Daniël de Kok 8e030e2caf
Merge pull request #95079 from r-ryantm/auto-update/humioctl
humioctl: 0.26.0 -> 0.26.1
2020-08-11 17:26:24 +02:00
Daniël de Kok f956bde431
Merge pull request #95147 from r-ryantm/auto-update/miller
miller: 5.7.0 -> 5.8.0
2020-08-11 17:11:34 +02:00
R. RyanTM 343fee2ee2 telegraf: 1.15.1 -> 1.15.2 2020-08-11 15:11:29 +00:00
Daniël de Kok 82ed8439ee
Merge pull request #95181 from samuelgrf/rtl8821ce-add-maintainer
rtl8821ce: add samuelgrf to maintainers
2020-08-11 17:03:20 +02:00
Daniël de Kok c77a885c72
Merge pull request #95183 from danieldk/broot-maintainer
broot: add danieldk as maintainer, remove magnetophon
2020-08-11 17:01:28 +02:00
Daniël de Kok 3d14fe86b9 broot: add danieldk as maintainer, remove magnetophon
Suggested by @magnetophon in
https://github.com/NixOS/nixpkgs/pull/95029#issuecomment-671440980
2020-08-11 16:40:56 +02:00
markuskowa 54dddaeb17
Merge pull request #95144 from r-ryantm/auto-update/limesuite
limesuite: 20.07.1 -> 20.07.2
2020-08-11 16:34:32 +02:00
markuskowa f01d849ef9
Merge pull request #95074 from r-ryantm/auto-update/gnss-sdr
gnss-sdr: 0.0.12 -> 0.0.13
2020-08-11 16:33:30 +02:00