Commit Graph

1102 Commits

Author SHA1 Message Date
github-actions[bot]
0c3802422c
Merge master into staging-next 2024-10-16 06:04:54 +00:00
Andrew Marshall
631dbc6830 rPackages.ragg: 1.3.2 -> 1.3.3
Fixes build that is currently failing with

> error: invalid conversion from 'unsigned char*' to 'char*'

See also https://github.com/r-lib/ragg/issues/170
2024-10-15 19:25:31 -04:00
github-actions[bot]
9f6509c682
Merge staging-next into staging 2024-10-12 00:14:07 +00:00
oxalica
899a790d80 jq: merge output "lib" into "out" 2024-09-30 02:45:37 -04:00
Bruno Rodrigues
3b2590eee2 rPackages.vapour: fix build on darwin 2024-09-25 20:33:35 +02:00
Bruno Rodrigues
39fd7e26f0 rPackages.terra: fix build on darwin 2024-09-25 20:33:18 +02:00
Bruno Rodrigues
9eef14c678 rPackages.sf: fix build on darwin 2024-09-25 20:33:02 +02:00
Artturin
e0464e4788 treewide: replace stdenv.is with stdenv.hostPlatform.is
In preparation for the deprecation of `stdenv.isX`.

These shorthands are not conducive to cross-compilation because they
hide the platforms.

Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way

One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059

There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.

```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
detroyejr
b1c36d2639 rPackages.RPostgres: add postgresql to nativeBuildInputs 2024-09-11 12:21:41 -04:00
László Kupcsik
22b60727f1 quantlib: 1.34-1.35 2024-09-05 22:22:59 +02:00
Justin Bedő
680fd54e16
rPackages: CRAN and BioC update (#335717) 2024-09-02 12:23:39 +10:00
Philip Taron
ae92f312bf
treewide: use a consistent meta.priority default 2024-08-29 09:04:57 -07:00
Justin Bedo
d3401fc7de
Merge remote-tracking branch 'origin/master' into r-updates 2024-08-24 07:58:25 +10:00
Justin Bedo
ae09f9d3c3
rPackages.rlas: fix build 2024-08-24 07:54:32 +10:00
Justin Bedo
13dc2d792d
rPackages: CRAN and BioC update 2024-08-19 12:01:54 +10:00
Alan Groot
10c46625fe rPackages.DGP4LCF: add dependencies 2024-08-13 13:56:37 +02:00
Justin Bedő
b1953b001e
Merge pull request #328272 from TomaSajt/r-packages-migrate-to-json
rPackages: migrate code generation to use JSON
2024-08-13 15:06:02 +10:00
TomaSajt
e352a923ef
rPackages: refactor code generation to output JSON 2024-08-03 13:47:20 +02:00
TomaSajt
d0dd8b9ff2
rPackages: migrate generated code to JSON 2024-07-31 18:28:37 +02:00
Martin Weinelt
93f4195fe0
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
- pkgs/applications/graphics/seamly2d/default.nix
2024-07-26 18:05:04 +02:00
Sigmanificient
6dd44107ac treewide: remove unused lib (and other) arguments 2024-07-26 11:18:09 +02:00
Randy Eckenrode
f9b7f4ec09
tree-wide: use top-level cctools 2024-07-17 22:36:19 -04:00
Emily
8696744ce9 treewide: clean up uses of lib{GL,GLU,glut}.dev
These were now broken on Darwin; most of them were unnecessary,
but best practice for the remaining ones is to use `lib.getDev`.
2024-06-22 18:06:51 +01:00
Justin Bedő
e7d6f2fd25
Merge pull request #315015 from NixOS/r-updates
rPackages, R: R 4.3.3 -> 4.4.1 and bump rPackages
2024-06-20 16:48:18 +10:00
Justin Bedő
6f3340bf0f
Merge pull request #317033 from Kupac/fix_covidsymptom
rPackages.covidsymptom: fix build
2024-06-20 15:23:28 +10:00
Justin Bedő
c55826ed72
Merge pull request #321029 from b-rodrigues/fix_nearfar
rPackages.nearfar: fixed build
2024-06-20 07:47:26 +10:00
Justin Bedő
c3398a7799
Merge pull request #321027 from b-rodrigues/fix_diver
rPackages.diveR: fixed build
2024-06-20 07:46:00 +10:00
Justin Bedő
38f3a8e54c
Merge pull request #321025 from b-rodrigues/fix_avotrex
rPackages.avotrex: fixed build
2024-06-20 07:44:55 +10:00
Bruno Rodrigues
e74b624e0b rPackages.nearfar: fixed build 2024-06-19 15:33:34 +02:00
Bruno Rodrigues
cfcf1f0b87 rPackages.diveR: fixed build 2024-06-19 15:23:37 +02:00
Bruno Rodrigues
4da5ce0176 rPackages.PROJ: fixed build 2024-06-19 15:20:56 +02:00
Bruno Rodrigues
34fd38d269 rPackages.avotrex: fixed build 2024-06-19 15:10:04 +02:00
Justin Bedő
af5fe07d3c
Merge pull request #319389 from Kupac/fix_jack
rPackages.jack: fix build
2024-06-18 07:59:46 +10:00
Justin Bedo
29a69ebf2a
rPackages: remove unneeded X dependencies 2024-06-18 07:55:54 +10:00
Justin Bedo
ffe8f85e7b
rPackages: CRAN and BioC update 2024-06-17 22:16:55 +10:00
László Kupcsik
ccb45277d3 rPackages.jack: fix build 2024-06-12 23:25:12 +02:00
László Kupcsik
cf567da371 rPackages.covidsymptom: fix build
As of May 2024, there will be no more data updates.
https://github.com/hugofitipaldi/covidsymptom/?tab=readme-ov-file#update-data

The data included in the package are final, so I removed the update
script, which was breaking the nix build.

Co-authored-by: Justin Bedő <cu@cua0.org>
2024-06-11 21:42:13 +02:00
Justin Bedő
1525660ab9
Merge pull request #315853 from b-rodrigues/fix_loon_shiny
rPackages.loon_shiny: fixed build
2024-06-11 21:27:39 +10:00
Justin Bedő
9ce800b767
Merge pull request #318372 from Kupac/fix_vegan3d
rPackages.vegan3d: fix build
2024-06-09 10:41:00 +10:00
Justin Bedő
33ff84b43b
Merge pull request #316941 from b-rodrigues/fix_grafgen
rPackages.GrafGen: fixed build
2024-06-09 10:38:11 +10:00
Justin Bedő
b3f50eff21
Merge pull request #317019 from Kupac/fix_CTexploreR
rPackages.CTexploreR: mark as broken
2024-06-09 10:37:50 +10:00
Bruno Rodrigues
9dc3b2622f
rPackages.GrafGen: fixed build 2024-06-09 10:36:55 +10:00
Bruno Rodrigues
2d9eab10b6
rPackages.fcl: fixed build 2024-06-09 10:33:06 +10:00
László Kupcsik
39949a1b90 rPackages.vegan3d: fix build 2024-06-08 23:45:44 +02:00
László Kupcsik
4293643379 rPackages.CTexploreR: mark as broken
Experimenthub dependent, and skipping load check doesn't help (fails
during lazy loading due to no network access)
2024-06-03 22:50:08 +02:00
Justin Bedő
bb97c4b540
Merge pull request #316742 from Kupac/fix_HilbertVisGUI
rPackages.HilbertVisGUI: fix build
2024-06-03 11:03:42 +10:00
Justin Bedő
3b337958f4
Merge pull request #316741 from Kupac/fix_rgoslin
rPackages.rgoslin: fix build
2024-06-03 11:02:56 +10:00
Justin Bedő
4d11008921
Merge pull request #316646 from b-rodrigues/fix_optrcdmaeAT
rPackages.optrcdmaeAT: fixed build
2024-06-03 11:00:57 +10:00
Justin Bedő
f2cd57e6b5
Merge pull request #316643 from b-rodrigues/fix_gasanalyzer
rPackages.gasanalyzer: fixed build
2024-06-03 10:59:51 +10:00
Bruno Rodrigues
53dbb99725
rPackages.surveyvoi: fixed build 2024-06-03 10:57:11 +10:00