Commit graph

9290 commits

Author SHA1 Message Date
github-actions[bot] 22035d0518
Merge staging-next into staging 2021-05-01 12:25:27 +00:00
Fabian Affolter 76c3a0677e
Merge pull request #121316 from r-ryantm/auto-update/macchina
macchina: 0.6.9 -> 0.7.2
2021-05-01 13:04:56 +02:00
github-actions[bot] 5c9b6baa63
Merge staging-next into staging 2021-05-01 06:21:43 +00:00
happysalada bd64a6221f broot: remove unused argument 2021-05-01 10:10:21 +09:00
happysalada 855b2b96bb broot: 1.3.0 -> 1.3.1 2021-05-01 10:10:21 +09:00
R. RyanTM fef20991e8 macchina: 0.6.9 -> 0.7.2 2021-04-30 19:37:43 +00:00
github-actions[bot] 20ebbe6b59
Merge staging-next into staging 2021-04-30 18:26:34 +00:00
John Ericson 17305d2df0
Merge pull request #111487 from Ericson2314/llvm-outputs-and-cross-compile-tools
llvmPackages: Clean up outputs
2021-04-30 11:28:08 -04:00
Sandro 039d5a2d1a
Merge pull request #120707 from onsails/ffsend
ffsend: fix build on darwin
2021-04-30 14:47:55 +02:00
github-actions[bot] d7882499f8
Merge staging-next into staging 2021-04-30 12:26:14 +00:00
0x4A6F 71b873942e zellij: add myself to maintainers 2021-04-30 18:23:38 +09:00
0x4A6F 3f90d41adc zellij: 0.5.1 -> 0.6.0
- fix completions
2021-04-30 18:23:38 +09:00
happysalada 055a145dfe vector: 0.13.0 -> 0.13.1 2021-04-30 16:37:06 +09:00
github-actions[bot] c6548b2832
Merge staging-next into staging 2021-04-30 06:21:40 +00:00
Andrew Childs 7869d16545 llvmPackages: Multuple outputs for everythting
Also begin to start work on cross compilation, though that will have to
be finished later.

The patches are based on the first version of
https://reviews.llvm.org/D99484. It's very annoying to do the
back-porting but the review has uncovered nothing super major so I'm
fine sticking with what I've got.

Beyond making the outputs work, I also strove to re-sync the packages,
as they have been drifting pointlessly apart for some time.

----

Other misc notes, highly incomplete

- lvm-config-native and llvm-config are put in `dev` because they are
  tools just for build time.

- Clang no longer has an lld dep. That was introduced in
  db29857eb3, but if clang needs help
  finding lld when it is used we should just pass it flags / put in the
  resource dir. Providing it at build time increases critical path
  length for no good reason.

----

A note on `nativeCC`:

`stdenv` takes tools from the previous stage, so:

1. `pkgsBuildBuild`: `(?1, x, x)`
2. `pkgsBuildBuild.stdenv.cc`: `(?0, ?1, x)`

while:

1. `pkgsBuildBuild`: `(?1, x, x)`
2. `pkgsBuildBuild.targetPackages`: `(x, x, ?2)`
3. `pkgsBuildBuild.targetPackages.stdenv.cc`: `(?1, x, x)`
2021-04-30 05:41:00 +00:00
Peter Hoeg 600bb9d529 togglesg-download: drop it as it is no longer maintained/working 2021-04-30 12:38:54 +08:00
github-actions[bot] b4766e97ee
Merge staging-next into staging 2021-04-30 00:52:06 +00:00
Sandro 75a24a5bc9
Merge pull request #121170 from samuelgrf/add-mainProgram-to-packages 2021-04-30 01:20:37 +02:00
Robert Helgesson 0586a566ff trash-cli: 0.20.12.26 -> 0.21.4.18 2021-04-29 22:24:09 +02:00
Robert Helgesson 69c572332b svtplay-dl: 3.3 -> 3.6 2021-04-29 21:42:18 +02:00
Samuel Gräfenstein e64a451d96
trash-cli: add meta.mainProgram 2021-04-29 14:59:31 +02:00
github-actions[bot] 01105a117a
Merge staging-next into staging 2021-04-29 06:21:55 +00:00
Gabriel Ebner 147439c5f0 diffoscope: 171 -> 172 2021-04-29 00:22:19 -04:00
github-actions[bot] 9cf0393c37
Merge staging-next into staging 2021-04-28 18:14:28 +00:00
happysalada 51729ed349 broot: remove stale substitute 2021-04-28 21:56:09 +09:00
happysalada af9430180e broot: 1.2.9 -> 1.3.0 2021-04-28 21:56:09 +09:00
github-actions[bot] ce47d859f6
Merge staging-next into staging 2021-04-28 12:06:40 +00:00
Andrey Kuznetsov 9b2ec3bc72
ffsend: fix build on darwin 2021-04-28 12:10:43 +03:00
Daniël de Kok f9f094e690
Merge pull request #120588 from Atemu/ethminer-free
ethminer: provide a CUDA-free version
2021-04-28 08:58:16 +02:00
R. RyanTM c3e1af4ba5 chezmoi: 2.0.10 -> 2.0.11 2021-04-27 23:56:23 -04:00
github-actions[bot] 655989d7b3
Merge staging-next into staging 2021-04-28 00:15:29 +00:00
Sandro 1113134039
Merge pull request #120573 from expipiplus1/joe-bb-tools
inav-blackbox-tools: init at 2021-04-22
2021-04-28 01:27:05 +02:00
Atemu 3c678b7098 ethminer: correct license 2021-04-27 23:40:34 +02:00
Atemu 7787089f1d ethminer: mark cuda version as broken
Doesn't build on my machine, needs https://github.com/NixOS/nixpkgs/pull/109838
2021-04-27 23:40:04 +02:00
Atemu 101e5cdceb ethminer: use regular stdenv when CUDA isn't used 2021-04-27 23:39:34 +02:00
Atemu a053eae561 ethminer: provide a CUDA-free version
CUDA is only needed for Nvidia GPUs; AMD has a fully open stack
2021-04-27 23:38:10 +02:00
github-actions[bot] c01456266d
Merge staging-next into staging 2021-04-27 12:07:01 +00:00
Sandro 745d6ecb4e
Merge pull request #120773 from ilmari-lauhakangas/patch-4
yle-dl: use latest ffmpeg
2021-04-27 13:48:57 +02:00
github-actions[bot] 489dda0090
Merge staging-next into staging 2021-04-27 00:15:12 +00:00
Maximilian Bosch cf51b751f7
Merge pull request #120607 from humancalico/tremor-bump-0.11.1
tremor-rs: 0.11.0 -> 0.11.1
2021-04-26 23:32:59 +02:00
ilmari-lauhakangas ca889ec2ec
yle-dl: use latest ffmpeg
Downloading with yle-dl no longer works with ffmpeg 3
2021-04-26 21:35:21 +03:00
github-actions[bot] f0290a5d27
Merge staging-next into staging 2021-04-26 18:14:28 +00:00
Robert Schütz 53d547ce19
Merge pull request #120619 from amanjeev/semiphemeral-python-package
semiphemeral: init at 0.6
2021-04-26 17:29:47 +02:00
Amanjeev Sethi 281efa2651
semiphemeral: init at 0.6
semiphemeral: init at 0.6

semiphemeral: init at 0.6

semiphemeral: init at 0.6

semiphemeral: fix formatting

semiphemeral: refactor for flexibility

semiphemeral: remove extraneous inherit

semiphemeral: no check since upstream has no tests

semiphemeral: refactor move to misc instead of social/twitter

semiphemeral: fix formatting
2021-04-26 11:10:45 -04:00
github-actions[bot] e30742adc3
Merge staging-next into staging 2021-04-26 12:06:35 +00:00
Ingo Blechschmidt 1586cbd915
castty: init at 2020-11-10 (#120478)
Co-authored-by: Fabian Affolter <mail@fabian-affolter.ch>
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-04-26 11:43:42 +02:00
github-actions[bot] 28c3da370d
Merge staging-next into staging 2021-04-26 06:05:56 +00:00
R. RyanTM 800b729f06 goreleaser: 0.163.1 -> 0.164.0 2021-04-26 00:42:55 -04:00
Joe Hermaszewski 580e83525b inav-blackbox-tools: init at 2021-04-22 2021-04-26 12:26:51 +08:00
Martin Weinelt e8dc8adab6
Merge pull request #120682 from r-ryantm/auto-update/handlr
handlr: 0.6.1 -> 0.6.3
2021-04-26 03:28:50 +02:00