3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

240600 commits

Author SHA1 Message Date
Andreas Fuchs 3384837123 emacs: Use stdenv's bintools instead of clang
This way, we don't have to drag clang or binutils/binutils-wrapped
into the emacs closure, and can instead rely on using the correct one
for the platform we're running on.

Co-authored-by: Matthew Bauer <mjbauer95@gmail.com>
2020-08-30 10:58:50 -04:00
Andreas Fuchs ad7a3fb3f6 emacs: Use stdenv.cc.libc instead of plain .libc
This is the portable way to address the system-appropriate libc,
better than conditionalizing by (darwin/GNU) system or using either
one.
2020-08-29 23:10:38 -04:00
Andreas Fuchs 41e34e76d8 gcc: Only use strip -x if building libgccjit on darwin
It's not necessary to use strip -x otherwise, so let's just use it for
the JIT library.
2020-08-29 23:10:38 -04:00
Andreas Fuchs a891ae41b3 emacs: Set native-comp library path as linker flags instead
Since Darwin's linker does not understand LIBRARY_PATH, we have to set
the library path as explicit linker flags: This requires a very recent
feature/native-comp emacs revision, but it runs on Darwin and
correctly compiles files at runtime.
2020-08-29 23:10:38 -04:00
Andreas Fuchs 861f27018d emacs: Fix paths to bintools on Darwin
This changes PATH such that the correct linker can be found to
construct .eln files at runtime.
2020-08-29 23:10:38 -04:00
Andreas Fuchs 1759959863 gcc: On darwin, adjust IDs of installed .so files also
Turns out that libgccjit gets installed as a .so file, which the gcc
builder.sh didn't change: It only touched .dylib files; that means
that anything linking in libgccjit.so would receive an "Image not
found" error at load time.

With this change, we invoke `install_name_tool` on .so files too,
adjusting their dynamic linker ID, so that they too can be found.
2020-08-25 08:12:35 -04:00
Andreas Fuchs 0d15ea9500 emacs: Use stdenv.libc instead of .glibc
The latter doesn't exist on Darwin (and, presumably, other targets as
well). This change allows emacsGcc from emacs-overlay to attempt to
build where previously, the derivation would error out.
2020-08-25 08:12:35 -04:00
Andreas Fuchs 038e86ffbb gcc: Fix building libgccjit on darwin, using strip -x
The default `strip` invocation tries to strip global symbols from the
library, and refuses because those are indirect symbol table
references.
2020-08-25 08:12:35 -04:00
Peter Hoeg 7cf3cd3434
Merge pull request #95893 from NixOS/u/kapps_2008
kdeApplications: 20.04.3 -> 20.08.0
2020-08-25 19:41:53 +08:00
Peter Hoeg c38e95e697 kpmcore: name -> pname 2020-08-25 06:36:49 +08:00
Peter Hoeg 16bcf02c7d kpmcore: broken on Qt < 5.14 2020-08-24 19:46:14 +08:00
Peter Hoeg 41c1d10407 khotkeys: broken on Qt < 5.14 2020-08-24 19:45:44 +08:00
Florian Klink 40d2968ebf
Merge pull request #94354 from flokli/systemd-246
systemd: 245.6 -> 246
2020-08-24 12:42:24 +02:00
Florian Klink 618e273861 nixosTests.systemd: disable RuntimeWatchdogUSec=30s assertion
For some reason, this value isn't updated, at least not inside the VM.

Uncomment it, so we still test the rest. Needs to be investigated
further.
2020-08-24 12:40:02 +02:00
Frederik Rietdijk 6d122d67fa
Merge pull request #92140 from betaboon/docker-cross-compile-fixes
Docker cross compile fixes v2
2020-08-24 12:09:27 +02:00
Frederik Rietdijk 2de48c3533
Merge pull request #95882 from marsam/update-protobuf
protobuf: 3.12.4 -> 3.13.0
2020-08-24 12:06:53 +02:00
R. RyanTM 51cd015148 openldap: 2.4.50 -> 2.4.51 2020-08-24 12:01:27 +02:00
Arthur Gautier 68c7c5a804 util-linux: 2.35.2 -> 2.36 2020-08-24 11:58:19 +02:00
R. RyanTM 3d695776ae ninja: 1.10.0 -> 1.10.1 2020-08-24 11:58:01 +02:00
sternenseemann c9a7fdfcfb harfbuzz: 2.6.7 → 2.7.1
* Upstream changed from freedesktop.org to GitHub,
  so updateWalker is disabled and fetchFromGitHub used
* Build system now based on meson/ninja
* python3 instead of python
* postInstall hook moved to postFixup since it depends on
  some files being moved around in fixupPhase
* Build developer manual using gtk-doc
2020-08-24 11:57:46 +02:00
R. RyanTM f85263a97f p11-kit: 0.23.20 -> 0.23.21 2020-08-24 11:56:43 +02:00
Frederik Rietdijk 101501ec10 Merge staging-next into staging 2020-08-24 11:56:04 +02:00
Frederik Rietdijk 0a874ff2a6 Merge master into staging-next 2020-08-24 11:50:58 +02:00
Mario Rodas bc00ecedfa ocamlPackages.dune-action-plugin: init at 2.7.0 2020-08-24 11:43:13 +02:00
Mario Rodas 41ae05a202 ocamlPackages.dune-glob: init at 2.7.0 2020-08-24 11:43:13 +02:00
Mario Rodas 548bd1e04f dune_2: 2.6.2 -> 2.7.0
https://github.com/ocaml/dune/releases/tag/2.7.0
2020-08-24 11:43:13 +02:00
Peter Hoeg 6072bac139
Merge pull request #96038 from koslambrou/add-hdt-package
hdt: init at 1.3.3
2020-08-24 17:27:04 +08:00
kolam 016dad9deb hdt: init at 1.3.3 2020-08-24 05:21:29 -04:00
zowoq c449e59e2c runc: add cri-o to passthru.tests 2020-08-24 19:19:41 +10:00
zowoq bb464f7063 conmon: add cri-o to passthru.tests 2020-08-24 19:19:41 +10:00
zowoq 44d51e3d59 cni-plugins: add cri-o to passthru.tests 2020-08-24 19:19:41 +10:00
zowoq 8dde002724 cri-o: add passthru.tests 2020-08-24 19:19:41 +10:00
zowoq 774cc9c44a slirp4netns: inherit tests 2020-08-24 19:19:41 +10:00
zowoq 8eda9a167c fuse-overlayfs: inherit tests 2020-08-24 19:19:41 +10:00
zowoq e148213273 runc: inherit tests 2020-08-24 19:19:41 +10:00
zowoq 304e6037ad podman: inherit tests 2020-08-24 19:19:41 +10:00
zowoq d809dc5b75 crun: inherit tests 2020-08-24 19:19:41 +10:00
zowoq 1dde18f6c5 conmon: inherit tests 2020-08-24 19:19:41 +10:00
zowoq 6ec06c351e cni-plugins: inherit tests 2020-08-24 19:19:41 +10:00
zowoq 70781b6dbe .github/CODEOWNERS: add nixos/cri-o test 2020-08-24 18:37:28 +10:00
Sascha Grunert 1c551f9778 cri-o: add NixOS test via critest
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2020-08-24 18:34:19 +10:00
lassulus cedef0c6c7 gmt: use pname instead of name 2020-08-24 09:58:16 +02:00
Lassulus 76b7192972
Merge pull request #88837 from tviti/gmt
gmt: init at 6.1.0
2020-08-24 09:56:16 +02:00
Peter Hoeg 375aca6f76 drawpile: make it build with a recent libmicrohttpd 2020-08-24 15:54:17 +08:00
Lassulus 27ff76db67
Merge pull request #89857 from Radvendii/master
ytalk: init at 3.3.0
2020-08-24 09:47:56 +02:00
Yevhen Shymotyuk a332da8588 Comment disabling of tests 2020-08-23 23:47:21 -07:00
Yevhen Shymotyuk 4ee94fb948 Substitute checkInputs with pythonImportsCheck 2020-08-23 23:47:21 -07:00
Yevhen Shymotyuk 7becd9b2ef python3Packages.userpath: init at 1.4.1 2020-08-23 23:47:21 -07:00
Yevhen Shymotyuk 09fe5ddad5 maintainers: add yevhenshymotiuk 2020-08-23 23:47:21 -07:00
Daniël de Kok f29f07de67
Merge pull request #91552 from m-labs/itmdump-0.3.1
itm-tools: init at 2019-11-15
2020-08-24 08:43:16 +02:00