K900
b29cb6c1f9
Merge remote-tracking branch 'origin/master' into staging-next
2024-09-30 20:23:25 +03:00
R. Ryantm
acec05505d
octavePackages.signal: 1.4.5 -> 1.4.6
2024-09-29 22:37:37 +00:00
Artturin
f0e657f3b1
Merge branch 'master' into staging-next
2024-09-25 06:05:01 +03: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
github-actions[bot]
83e85079ff
Merge staging-next into staging
2024-09-12 18:04:48 +00:00
Peder Bergebakken Sundt
0da883d823
octavePackages.image-acquisition: 0.2.2 -> 0.2.6 ( #338851 )
2024-09-12 15:48:19 +02:00
Emily
61922738bb
treewide: optimistically unpin FFmpeg 7 dependencies
...
Per the adjusted FFmpeg pinning advice, packages that work on the
default version should use the unversioned variants to ease the
migration to future versions and reduce the number of packages that
end up referencing old versions.
I have left HandBrake pinned as it builds a custom patched FFmpeg.
2024-09-07 20:31:41 +01:00
R. Ryantm
21ea50b59e
octavePackages.fuzzy-logic-toolkit: 0.6.0 -> 0.6.1
2024-09-04 18:46:08 +00:00
Karl Hallsby
6b8ae8a33c
octavePackages.image-acquisition: propagate libv4l to runtime
...
libv4l is needed when running Octave with this package. Propagate the
library input so the final Octave environment also contains libv4l.
2024-09-01 11:01:33 -05:00
R. Ryantm
54719fedf2
octavePackages.image-acquisition: 0.2.2 -> 0.2.6
2024-09-01 01:39:35 +00:00
Emily
b2b7066b25
octavePackages.video: 2.0.2 -> 2.1.1
...
Includes fixes for FFmpeg 7.
2024-08-22 15:22:25 +01:00
R. Ryantm
39c87e9234
octavePackages.dicom: 0.6.0 -> 0.6.1
2024-08-07 08:29:15 +00:00
Peder Bergebakken Sundt
785feb9118
Merge pull request #330534 from KarlJoad/octavePackages/fuzzy-logic-toolkit-update
...
octavePackages.fuzzy-logic-toolkit: 0.4.6 -> 0.6.0
2024-08-04 22:22:49 +02:00
tomberek
d6f8c5c645
Merge pull request #331471 from r-ryantm/auto-update/octavePackages.miscellaneous
...
octavePackages.miscellaneous: 1.3.0 -> 1.3.1
2024-08-04 14:52:25 -04:00
Sigmanificient
63d05d989e
pkgs/development: remove unused arguments
2024-08-03 17:18:20 +02:00
R. Ryantm
57e6d796a2
octavePackages.miscellaneous: 1.3.0 -> 1.3.1
2024-08-01 07:24:49 +00:00
Karl Hallsby
5140316b10
octavePackages.fuzzy-logic-toolkit: 0.4.6 -> 0.6.0
...
Also change upstream to GitHub, fetching from there. The
update-octave-packages script should now catch this package for
r-ryantm.
2024-07-27 18:24:32 -05:00
Stefano De Vuono
afbd26bca8
octavePackages.statistics: 1.6.0 -> 1.6.7
...
remove trailing period
2024-07-25 01:42:39 -07:00
Doron Behar
54866f7108
octavePackages.netcdf: 1.0.16 -> 1.0.17
2024-07-19 11:33:33 +03:00
Doron Behar
edd9fe8011
octavePackages.ncarray: 1.0.5 -> 1.0.6
2024-07-19 11:33:12 +03:00
Alexis Hildebrandt
755b915a15
treewide: Remove indefinite article from meta.description
...
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
| xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
R. Ryantm
709c7c8281
octavePackages.symbolic: 3.1.1 -> 3.2.1
2024-05-19 07:07:39 +00:00
R. Ryantm
8cbbeae8d5
octavePackages.ga: 0.10.3 -> 0.10.4
2024-05-13 02:17:19 +00:00
R. Ryantm
298ec153d0
octavePackages.instrument-control: 0.9.2 -> 0.9.3
2024-03-31 21:06:06 +00:00
Weijia Wang
56cf03ccf2
Merge pull request #260576 from r-ryantm/auto-update/octavePackages.signal
...
octavePackages.signal: 1.4.3 -> 1.4.5
2024-03-08 23:04:31 +01:00
R. Ryantm
1c454e119b
octavePackages.instrument-control: 0.9.1 -> 0.9.2
2024-01-07 22:24:09 +00:00
R. Ryantm
7f719d4091
octavePackages.dicom: 0.5.1 -> 0.6.0
2023-12-27 08:45:59 +00:00
R. Ryantm
24b51ca50a
octavePackages.ocl: 1.2.1 -> 1.2.2
2023-12-17 09:39:01 +00:00
Emily Trau
0d936a72dd
Merge pull request #265099 from r-ryantm/auto-update/octavePackages.instrument-control
...
octavePackages.instrument-control: 0.8.0 -> 0.9.1
2023-11-29 18:14:46 +11:00
R. Ryantm
a810762be2
octavePackages.ltfat: 2.5.0 -> 2.6.0
2023-11-02 22:11:50 +00:00
R. Ryantm
bd8ff6d2fd
octavePackages.instrument-control: 0.8.0 -> 0.9.1
2023-11-02 22:10:02 +00:00
Weijia Wang
ea22813bd3
Merge pull request #260568 from r-ryantm/auto-update/octavePackages.communications
...
octavePackages.communications: 1.2.4 -> 1.2.6
2023-10-12 23:27:50 +02:00
Weijia Wang
166276ab91
Merge pull request #260575 from r-ryantm/auto-update/octavePackages.sockets
...
octavePackages.sockets: 1.4.0 -> 1.4.1
2023-10-12 23:27:31 +02:00
Weijia Wang
e480463f1a
Merge pull request #260569 from r-ryantm/auto-update/octavePackages.control
...
octavePackages.control: 3.5.2 -> 3.6.1
2023-10-12 23:27:15 +02:00
Weijia Wang
195803eda0
Merge pull request #260571 from r-ryantm/auto-update/octavePackages.general
...
octavePackages.general: 2.1.2 -> 2.1.3
2023-10-12 23:26:44 +02:00
Weijia Wang
ea76bf5fba
Merge pull request #260577 from r-ryantm/auto-update/octavePackages.splines
...
octavePackages.splines: 1.3.4 -> 1.3.5
2023-10-12 23:26:19 +02:00
Weijia Wang
50583f4f87
Merge pull request #260578 from r-ryantm/auto-update/octavePackages.statistics
...
octavePackages.statistics: 1.5.4 -> 1.6.0
2023-10-12 23:26:04 +02:00
Weijia Wang
7a6b58446b
Merge pull request #260579 from r-ryantm/auto-update/octavePackages.stk
...
octavePackages.stk: 2.8.0 -> 2.8.1
2023-10-12 23:25:52 +02:00
Nick Cao
2460743baa
Merge pull request #260581 from r-ryantm/auto-update/octavePackages.strings
...
octavePackages.strings: 1.3.0 -> 1.3.1
2023-10-12 11:43:56 -04:00
R. Ryantm
da9b5b5455
octavePackages.windows: 1.6.3 -> 1.6.4
2023-10-12 03:14:14 +00:00
R. Ryantm
07d258a505
octavePackages.strings: 1.3.0 -> 1.3.1
2023-10-12 03:02:22 +00:00
R. Ryantm
a0d5762b01
octavePackages.stk: 2.8.0 -> 2.8.1
2023-10-12 02:53:50 +00:00
R. Ryantm
224063778c
octavePackages.statistics: 1.5.4 -> 1.6.0
2023-10-12 02:51:00 +00:00
R. Ryantm
25fbe77939
octavePackages.splines: 1.3.4 -> 1.3.5
2023-10-12 02:42:58 +00:00
R. Ryantm
5fec735060
octavePackages.sockets: 1.4.0 -> 1.4.1
2023-10-12 02:27:31 +00:00
R. Ryantm
ac78e8d264
octavePackages.signal: 1.4.3 -> 1.4.5
2023-10-12 02:24:55 +00:00
R. Ryantm
7c107e81d1
octavePackages.general: 2.1.2 -> 2.1.3
2023-10-12 01:40:28 +00:00
R. Ryantm
01deb5f085
octavePackages.control: 3.5.2 -> 3.6.1
2023-10-12 01:27:51 +00:00
R. Ryantm
0ed137f665
octavePackages.communications: 1.2.4 -> 1.2.6
2023-10-12 01:25:18 +00:00
Doron Behar
d8ac078493
octavePackages.ltfat: remove old syntax-error.patch
2023-04-17 23:52:01 +03:00