Commit Graph
4513 Commits
Author SHA1 Message Date
Martin Weinelt 9651084620 Merge remote-tracking branch 'origin/master' into staging-next 2021-05-08 14:43:43 +02:00
Jonathan Ringer 1d85caaa26 root: fix build 2021-05-08 01:29:18 -07:00
Jan Tojnar 468cb5980b gnome: rename from gnome3
Since GNOME version is now 40, it no longer makes sense to use the old attribute name.
2021-05-08 09:47:42 +02:00
github-actions[bot] b4416b52c5 Merge master into staging-next 2021-05-08 00:46:50 +00:00
Malte Brandy 2a11f1f5cc Merge branch 'master' into haskell-updates 2021-05-07 15:03:54 +02:00
github-actions[bot] 12193913a1 Merge staging-next into staging 2021-05-07 12:23:21 +00:00
Robert Hensing aaec26af39 Merge pull request #121896 from raboof/extract-version-test-to-utility
test-utilities: version test
2021-05-07 11:56:01 +02:00
Arnout Engelen b68130fd2c test-utilities: version test
Extract 'version test' to a reusable test utility as discussed in
https://github.com/NixOS/nixpkgs/pull/119636#issuecomment-826137021 and
2021-05-07 09:53:35 +02:00
sternenseemann eaeb69862c petrinizer: restrict platforms by sbv
sbv has the most limited range of platforms of the dependencies.
2021-05-06 16:24:58 +02:00
sternenseemann 73c2dd4aa6 petrinizer: fix build
* take z3 haskell package from haskellPackages
* take sbv 7.13 from haskellPackages, apply patch fixing build
  with GHC >= 8.8.8
2021-05-06 11:43:59 +02:00
github-actions[bot] dbc1478d23 Merge staging-next into staging 2021-05-05 06:21:29 +00:00
R. RyanTM 59cd52dc40 gmsh: 4.8.3 -> 4.8.4 2021-05-05 01:26:49 -04:00
github-actions[bot] 98d7aac597 Merge staging-next into staging 2021-05-04 00:49:43 +00:00
Dmitry Kalinkin 1cfcfccc6e Merge pull request #121411 from veprbl/pr/xfitter_darwin_fix
xfitter: fix for darwin
2021-05-03 17:37:34 -04:00
github-actions[bot] 5e177b16b1 Merge staging-next into staging 2021-05-03 18:25:49 +00:00
edef 4e4c45efac Merge pull request #121375 from deviant/bump-rink
rink: 0.6.0 -> 0.6.1
2021-05-03 13:57:36 +00:00
github-actions[bot] a4c3a2d732 Merge staging-next into staging 2021-05-03 12:26:48 +00:00
Gabriel Ebner 62458574e3 Merge pull request #121361 from r-ryantm/auto-update/lean
lean: 3.29.0 -> 3.30.0
2021-05-03 11:13:53 +02:00
github-actions[bot] a7e07bddd5 Merge staging-next into staging 2021-05-02 12:24:53 +00:00
Luke Granger-Brown 884cf29501 dcm2niix: 1.0.20201102 -> 1.0.20210317 2021-05-02 11:10:40 +00:00
R. RyanTM ad5f251230 dcm2niix: 1.0.20200331 -> 1.0.20201102 2021-05-02 03:14:11 +00:00
github-actions[bot] e6037ce5fe Merge staging-next into staging 2021-05-02 00:58:46 +00:00
Luke Granger-Brown ebf371726d sumorobot-manager: fix compilation 2021-05-02 00:12:19 +00:00
R. RyanTM 99f8bc3e03 sumorobot-manager: 0.9.0 -> 1.0.0 2021-05-02 00:02:46 +00:00
github-actions[bot] 49721bed32 Merge staging-next into staging 2021-05-01 18:26:21 +00:00
Dmitry Kalinkin c846fa1674 xfitter: fix for darwin
Fixes: 8984fc29 ('xfitter: fix build w/glibc-2.32')
2021-05-01 13:15:06 -04:00
Sandro 4b2c9640e7 Merge pull request #120613 from erikbackman/master 2021-05-01 18:42:40 +02:00
V 5a835e6e92 rink: 0.6.0 -> 0.6.1 2021-05-01 10:46:51 +02:00
R. RyanTM 96e1cc0768 lean: 3.29.0 -> 3.30.0 2021-05-01 05:49:45 +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
github-actions[bot] d7882499f8 Merge staging-next into staging 2021-04-30 12:26:14 +00:00
Michael Raskin ee4684f052 Merge pull request #117716 from idontgetoutmuch/master
Fix https://github.com/NixOS/nixpkgs/issues/117715
2021-04-30 07:28:43 +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
github-actions[bot] 3ad64733d9 Merge staging-next into staging 2021-04-29 18:28:08 +00:00
Dominic Steinitz 732ab3d4e2 Incorporate suggeston by collares 2021-04-29 17:34:34 +01:00
R. RyanTM 5b7a76e2a6 jmol: 14.31.35 -> 14.31.36 2021-04-29 12:39:03 +00:00
github-actions[bot] 01105a117a Merge staging-next into staging 2021-04-29 06:21:55 +00:00
R. RyanTM 5122077801 gmsh: 4.8.1 -> 4.8.3 2021-04-29 00:17:51 -04:00
R. RyanTM e99e9f2d47 elan: 1.0.0 -> 1.0.2 2021-04-29 00:04:34 -04:00
github-actions[bot] 655989d7b3 Merge staging-next into staging 2021-04-28 00:15:29 +00:00
Gabriel Ebner a062505e10 Merge pull request #120177 from r-ryantm/auto-update/elan
elan: 0.11.0 -> 1.0.0
2021-04-27 22:52:12 +02:00
R. RyanTM 32cb3382e5 elan: 0.11.0 -> 1.0.0 2021-04-27 22:32:13 +02:00
Gabriel Ebner abbc2384d7 Merge pull request #120822 from r-ryantm/auto-update/lean
lean: 3.28.0 -> 3.29.0
2021-04-27 22:28:19 +02:00
erikbackman 95b40e4143 (numworks-epsilon): init at 15.3.2 2021-04-27 19:07:25 +02:00
R. RyanTM 4ccb9422c7 lean: 3.28.0 -> 3.29.0 2021-04-27 05:34:13 +00:00
github-actions[bot] e30742adc3 Merge staging-next into staging 2021-04-26 12:06:35 +00:00
Vincent Laporte 35dfa0e927 alt-ergo: 2.3.3 → 2.4.0 2021-04-26 08:32:18 +02:00
github-actions[bot] 28c3da370d Merge staging-next into staging 2021-04-26 06:05:56 +00:00
R. RyanTM 224fc21cc3 tetgen: 1.5.1 -> 1.6.0 2021-04-26 01:32:28 -04:00
github-actions[bot] 8634c6f7d1 Merge staging-next into staging 2021-04-26 00:17:03 +00:00