about summary refs log tree commit diff
Commit message (Collapse)AuthorAge
...
* llvm_11: Enable build-id when linking libLLVM shared libsMichael Weiss2020-11-27
| | | | | | | | | | This is used by mesa.drivers (still on LLVM 9) as a cache key. I've ported that change to LLVM 11 to test it and so that it doesn't get lost in future versions. Credit for the change goes to David McFarland. See #93946 for details. Co-Authored-By: David McFarland <corngood@gmail.com> (cherry picked from commit 4a8262149139a9dee25a63a2d2c2888ede7d73dd)
* llvm_11: 11.0.0rc1 -> 11.0.0rc2Gabor Greif2020-11-27
| | | | | http://lists.llvm.org/pipermail/release-testers/2020-August/001321.html (cherry picked from commit df267a4cca6814261e10e9e3cb87fb706519307d)
* llvm_11: init at 11.0.0rc1Gabor Greif2020-11-27
| | | | | | | | | http://lists.llvm.org/pipermail/release-testers/2020-July/001305.html TODO: Enable Polly. Co-authored-by: conferno <conferno@camfex.cz> (cherry picked from commit 0a8334d5a0097d7235edfc12ff216cce87aa5a2c)
* llvm_11: Copy all files from llvmPackages_10Michael Weiss2020-11-27
| | | | | | | This is simply the result of: cp -r pkgs/development/compilers/llvm/10 pkgs/development/compilers/llvm/11/ (cherry picked from commit 28f2797a81e738234cdc57a688afb136f692672b)
* llvmPackages_rocm: 3.5.1 -> 3.7.0Daniël de Kok2020-11-27
| | | | (cherry picked from commit 89567e206406672ba156ba44e23f93cc215a8223)
* llvm_10: disable failing test on 32-bit ARMTom Hall2020-11-27
| | | | (cherry picked from commit 92b4e00ffe12bb8381b4cb1241c8db1fd39d6549)
* cc-wrapper: set FC when langFortran is onMatthew Bauer2020-11-27
| | | | | | | | | | We need to set FC so that CMake and other tools can find the fortran compiler. Also we need to limit the hardening flags since fortify and format don’t work with fortran. Fixes #88449 (cherry picked from commit f42aa7e1d7ac4fb1050b73b296912fa7c7b927c2)
* treewide: Get rid of `cc.gcc`John Ericson2020-11-27
| | | | | | | Instead, we have a new `gccForLibs`, which has the appropriate definition for e.g. avoiding `x86_32` linking problems. (cherry picked from commit 92f96f47b05543074e61f1879769d52aa3ddfe66)
* treewide: add warning comment to “boot” packagesMatthew Bauer2020-11-27
| | | | | | | | | | | | | | | | | This adds a warning to the top of each “boot” package that reads: Note: this package is used for bootstrapping fetchurl, and thus cannot use fetchpatch! All mutable patches (generated by GitHub or cgit) that are needed here should be included directly in Nixpkgs as files. This makes it clear to maintainer that they may need to treat this package a little differently than others. Importantly, we can’t use fetchpatch here due to using <nix/fetchurl.nix>. To avoid having stale hashes, we need to include patches that are subject to changing overtime (for instance, gitweb’s patches contain a version number at the bottom). (cherry picked from commit d0677e6d45c4acf9fdd3f09e77f7201794a45a82)
* llvm: setup some symlinks for compatibility with binutilsMatthew Bauer2020-11-27
| | | | | | | | | | | This is needed for cross-compiling for LLVM. After https://github.com/NixOS/nixpkgs/pull/94088, we still need some of these, so I’ve whitelisted those that are in binutils. /cc @DavidTruby (cherry picked from commit b331c72f032389c7156ff1d30117f91c95bbeedb)
* llvmPackages_10: 10.0.0 -> 10.0.1Gabor Greif2020-11-27
| | | | | | | This is a purely bugfix release. See: http://lists.llvm.org/pipermail/release-testers/2020-July/001297.html (cherry picked from commit e51d3a039929f18a8b590a62045ac5d13ad7a055)
* llvmPackages_{8..10}: comment out broken manpagesHolger Wünsche2020-11-27
| | | | | | | | | This disables all manpages packages depending on recommonmark. This can be undone once recommonmark supports sphinx 3. The other manpage-packages don't use recommonmark and don't need to be commented out. (cherry picked from commit c4740fcb1b939feb4491e842e5e467f9b9d91f3d)
* llvm*: remove symlinks to llvm-diff, llvm-as and associated LLVM IR utilities.David Truby2020-11-27
| | | | | | | | | These llvm-prefixed utilities are not drop-in replacements for the utilities with similar names, they are specifically for operating on LLVM IR files. Symlinking these without the prefix causes incompatibilities with tools that expect diff, as and others to behave normally. (cherry picked from commit 46e5ea5af6474a7c5f841fcdb516de64b98995fe)
* stdenv: make -nostdinc work as intendedJörg Thalheim2020-11-27
| | | | | | | Right now we add glibc to search path also -nostdinc was provided, which breaks projects providing their own gcc. (cherry picked from commit 96092dc93640b8ad6520a8bae6f78d62eaba0ec2)
* clang_{5..10}: add RTTIHolger Wünsche2020-11-27
| | | | | | | This fixes problems with missing symbols when using clang as library and is most likely a result of llvm being build with RTTI enabled. (cherry picked from commit 0f0b14258be090303c5013c2e29234040fa9766c)
* GCC: fix compilation on MacOS 10.15Calvin Loncaric2020-11-27
| | | | | | | | | MacOS 10.15 now includes "aligned_alloc". Disagreement between the headers and the binaries about whether aligned_alloc exists leads to a compilation failure (see #73319 and the detailed comment in this commit). (cherry picked from commit 3a79681eb45df9c89d1de613114394f49582f0d6)
* redox: add as targetAaron Janse2020-11-27
| | | | (cherry picked from commit 60fd049b6552d73a5162109e7d8aa0839b54c398)
* llvmPackages_rocm: init at 3.5.1Daniël de Kok2020-11-27
| | | | (cherry picked from commit e492cd92a918068c50b65ea04ef062d4acc8814c)
* {bintools,cc}-wrapper: Ensure nix-support/*-flags files existJohn Ericson2020-11-27
| | | | | | | This will unbreak firefox and a few other packages which try to grab some of the libcxx flags. (cherry picked from commit 704daf7a6e4e5f26c5b0ad67ed8bd1b2090aa8ed)
* {cc,bintools}-wrapper: Comments no longer splicedJohn Ericson2020-11-27
| | | | | | | This means we can freely keep the comments up to date without the penalty of a mass rebuild. (cherry picked from commit 1085403acdbaa7337d6074074f69ec6698226474)
* gcc49: fix build w/glibc-2.31Maximilian Bosch2020-11-27
| | | | | | | | The same `libsanitizer` problem as in llvm<10 and newer GCCs. https://hydra.nixos.org/build/122902814 https://hydra.nixos.org/build/122903349 (cherry picked from commit 114f97e77e0f9bba09edf2251963495a41baeb64)
* llvm*: compiler-rt: fix build w/glibc-2.31Maximilian Bosch2020-11-27
| | | | | | | | | | https://hydra.nixos.org/build/122885657 and more. Original upstream fix (available in llvm_10): https://github.com/llvm/llvm-project/commit/947f9692440836dcb8d88b74b69dd379d85974ce (cherry picked from commit 2c60e7c2d090a0b5934b50316660bd9d463789a7)
* gcc6: fix build w/glibc-2.31Maximilian Bosch2020-11-27
| | | | (cherry picked from commit d348694fb680bc134ea893cc031439a21576a485)
* gcc7: fix build w/glibc-2.31Maximilian Bosch2020-11-27
| | | | | | | Applied a patch from the `gcc9` branch for `gcc7` to fix `libsanitizer` for glibc-2.31. (cherry picked from commit cff1a1eefca8af3c13a94a0b9257a3f9ff721c37)
* overlays: build thunderbird-68 with clang tooAlyssa Ross2020-11-27
|
* C++ Compilers: Systematize handling of standard librariesJohn Ericson2020-11-27
| | | | (cherry picked from commit f3f7612a409e4ebbec634ab7f20e094f206d396a)
* emscripten: Don't always clain to have a GCCJohn Ericson2020-11-27
| | | | (cherry picked from commit e00d4d60214e04ba75d19870000e55b8ac4ed4dc)
* gcc: fix building darwin->linux cross compilerGaelan Steele2020-11-27
| | | | | | | | | This reverts d9feea5 with some slight modifications to work with other changes since then. Fixes #88213. (cherry picked from commit 459c60dda2406d2207d2afd90f210ffc87efde54)
* modules/mutt: don't group threads by subjectAlyssa Ross2020-11-27
| | | | | I have a lot of messages with subject "Encrypted Message", so this is not a good time.
* rgbds: 0.4.0 -> 0.4.1R. RyanTM2020-11-27
| | | | (cherry picked from commit 4ceed2d0d40a89dab65fc44e7ae32ebe823adf96)
* modules/sway: fix Firefox Sharing Indicator floatAlyssa Ross2020-11-27
| | | | | | Recent versions of Firefox seem to have changed to a different type of dash, so let's be future proof by just matching any character separating the application name from the window type.
* modules/sway: float Firefox Picture-in-PictureAlyssa Ross2020-11-26
|
* modules/emacs: send mail with sendmailAlyssa Ross2020-11-26
|
* shells/rust.nix: initAlyssa Ross2020-11-26
|
* modules/muttrc: send mail with postfixAlyssa Ross2020-11-25
| | | | I don't use msmtp any more.
* dino: 0.1.0 -> 0.2.0Milan Pässler2020-11-22
| | | | (cherry picked from commit e19567abb9075df8a4c9e30b75f7dad2ce0c4f59)
* ffsend: 0.2.64 -> 0.2.65R. RyanTM2020-11-22
| | | | (cherry picked from commit 8aeb5cb00045f12fee2c7d50aa5285bdd79e4dc4)
* bash-completion: disable testsFlorian Klink2020-11-22
| | | | | | Unfortunately, they're very flaky. Let's disable them for now. (cherry picked from commit 3bfdbea8819989c610ef30ae1e0acf7739a74807)
* patches/gnupg: "fix" encrypting to expired keyAlyssa Ross2020-11-22
| | | | | Since we're modifying GnuPG to allow expired keys, we need to stop it thinking a bug if do_we_trust() is reached with an expired key.
* modules/pixelbook: map power button to suspendAlyssa Ross2020-11-22
| | | | This makes much more sense for a tablet-like device.
* modules/documentation: install groff docsAlyssa Ross2020-11-22
|
* shells/linux: install clang-toolsAlyssa Ross2020-11-22
|
* modules/shell: install nix-topAlyssa Ross2020-11-22
|
* modules/emacs: install elpherAlyssa Ross2020-11-22
|
* modules/emacs: install groovy-modeAlyssa Ross2020-11-22
|
* modules/emacs: install csharp-modeAlyssa Ross2020-11-22
|
* modules/emacs: bind C-c r to revert-bufferAlyssa Ross2020-11-22
|
* modules/emacs: use nroff-mode for .tmac filesAlyssa Ross2020-11-22
|
* youtube-dl: 2020.11.19 -> 2020.11.21.1zowoq2020-11-22
| | | | | https://github.com/ytdl-org/youtube-dl/releases/tag/2020.11.21 https://github.com/ytdl-org/youtube-dl/releases/tag/2020.11.21.1
* overlays/patches: remove youtube-dlAlyssa Ross2020-11-22
| | | | Bandcamp albums are fixed upstream now. :)