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
nicoo
2641d97cbf
pkgs/by-name: Convert hashes to SRI format
...
Reproduction script:
# Bulk rewrite
./maintainers/scripts/sha-to-sri.py pkgs/by-name
# Revert some packages which will need manual intervention
for n in amdvlk azure-cli cargo-profiler corefonts flatito fluxcd gist perf_data_converter protoc-gen-js solana-cli swt verible; do
git checkout -- "pkgs/by-name/${n:0:2}/${n}"
done
2024-09-15 11:24:31 +02:00
linsui
142b9489e1
friture: 0.49-unstable-2024-06-02 -> 0.51
2024-09-09 01:16:40 +08:00
Daniel Nagy
975218a784
freenet: move to pkgs/by-name
2024-09-07 21:30:00 +02:00
Aleksana
f24c130569
fragments: 3.0.0 -> 3.0.1 ( #337479 )
2024-09-04 22:25:22 +08:00
R. Ryantm
30b614d5d2
frankenphp: 1.2.4 -> 1.2.5
2024-08-28 00:56:55 +00:00
linsui
0a9774970b
fragments: 3.0.0 -> 3.0.1
2024-08-26 22:06:18 +08:00
Sandro
771c5644e8
Merge pull request #333915 from jopejoe1/license
...
lib/licenses: some corrections
2024-08-24 12:39:30 +02:00
OTABI Tomoya
4bee6d2a79
Merge pull request #330184 from natsukium/freesasa/init
...
freesasa: init at 2.1.2; python312Packages.freesasa: init at 2.2.1
2024-08-23 09:21:46 +09:00
Nick Cao
50703e0c7b
Merge pull request #321943 from aktaboot/framework-tool-update
...
framework-tool: unstable-2023-11-14 -> 0.1.0-unstable-2024-06-14
2024-08-21 19:28:39 -04:00
Sandro
5611feb0b6
Merge pull request #270176 from ppenguin/freecad-wayland
...
freecad: add freecad-wayland to fix native wayland
2024-08-18 17:56:47 +02:00
R. Ryantm
36ea39511b
frankenphp: 1.2.3 -> 1.2.4
2024-08-14 09:37:09 +00:00
jopejoe1
67327ada9b
lib/licenses: remove libssh2 equivalent to bsd3
2024-08-11 17:44:59 +02:00
R. Ryantm
c9cb130209
frankenphp: 1.2.2 -> 1.2.3
2024-08-07 03:32:27 +00:00
Anderson Torres
c9deae12d7
treewide: remove viric from meta.maintainers [no orphans]
...
Since theey is not active from at least six years.
2024-07-28 10:47:12 -03:00
natsukium
2a7fc4b6ef
freesasa: init at 2.1.2
2024-07-26 23:18:37 +09:00
ppenguin
e251401263
freecad: add freecad-wayland that runs on wayland natively
...
freecad: add freecad-wayland that runs on wayland natively (no xwayland)
reformat
all-packages
fix freecad
2024-07-21 19:02:36 +02:00
Randy Eckenrode
f9b7f4ec09
tree-wide: use top-level cctools
2024-07-17 22:36:19 -04:00
Sandro
0f926b7396
Merge pull request #326595 from squalus/freecad
...
freecad: fix build
2024-07-17 19:38:41 +02:00
Aleksana
0d2c331bc2
Merge pull request #326743 from r-ryantm/auto-update/frankenphp
...
frankenphp: 1.2.1 -> 1.2.2
2024-07-15 20:09:36 +08:00
Atemu
476b450df8
Merge pull request #272380 from chayleaf/gradle2
...
gradle: add setup hook
2024-07-14 22:08:41 +02:00
Sigmanificient
512e8afdb9
treewide: remove unused occurence of stdenv (and other) arguments
...
format (will squash)
2024-07-14 04:32:56 +02:00
K900
69ee28dc95
kdePackages.francis: fix build, deduplicate
2024-07-13 12:37:54 +03:00
R. Ryantm
dbefca3191
frankenphp: 1.2.1 -> 1.2.2
2024-07-13 06:50:38 +00:00
Peder Bergebakken Sundt
7d0187f7c7
Merge pull request #325570 from michaelgrahamevans/fretboard-7.1
...
fretboard: 7.0 -> 7.1
2024-07-12 23:00:30 +02:00
squalus
bfb000ff68
freecad: fix build
...
Revert to Python 3.11 for shiboken2
Fixes #325832
2024-07-12 09:20:37 -07:00
chayleaf
2029c93adf
freeplane: convert to gradle setup hook
2024-07-12 21:36:21 +07:00
Michael Evans
5288c20a01
fretboard: 7.0 -> 7.1
2024-07-10 10:10:39 +02:00
linsui
74d3ca7f57
friture: move to by-name
2024-07-09 20:00:31 +08:00
Weijia Wang
5290adb448
Merge pull request #323894 from wegank/freefilesync-bump
...
freefilesync: 13.6 -> 13.7
2024-07-07 16:44:30 +02:00
Weijia Wang
347ace5c97
freefilesync: 13.6 -> 13.7
2024-07-02 00:19:40 +02:00
Martin Weinelt
9b79a05ae1
Merge remote-tracking branch 'origin/master' into staging-next
...
Conflicts:
- pkgs/development/python-modules/flexcache/default.nix
- pkgs/development/python-modules/flexparser/default.nix
- pkgs/development/python-modules/odp-amsterdam/default.nix
- pkgs/development/python-modules/pint/default.nix
- pkgs/development/python-modules/uncertainties/default.nix
- pkgs/top-level/python-packages.nix
2024-07-01 01:07:21 +02:00
R. Ryantm
e5a2f1e622
freecell-solver: 6.10.0 -> 6.12.0
2024-06-30 12:25:27 +00:00
github-actions[bot]
27074b7d07
Merge master into staging-next
2024-06-26 00:02:13 +00:00
R. Ryantm
47eed92d68
frankenphp: 1.2.0 -> 1.2.1
2024-06-25 13:40:34 +00:00
Martin Weinelt
79266c303b
fritz-exporter: relax defusedxml constraint
2024-06-24 12:18:23 +02:00
aktaboot
bcb0c9e3d5
framework-tool: unstable-2023-11-14 -> 0.1.0-unstable-2024-06-14
2024-06-23 16:21:33 +02:00
R. Ryantm
d87cbe4485
freecell-solver: 6.8.0 -> 6.10.0
2024-06-15 03:38:27 +00:00
Alexis Hildebrandt
f8c4a98e8e
treewide: Remove the definite article from meta.description
...
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"([Tt]he)? ' pkgs \
| xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Tt]he (.)/\1\U\2/'
2024-06-09 23:08:46 +02: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
Pol Dellaiera
8c39346c75
frankenphp: 1.1.5 -> 1.2.0
...
diff: https://github.com/dunglas/frankenphp/compare/v1.1.5..v1.2.0
changelog: https://github.com/dunglas/frankenphp/releases/tag/v1.2.0
2024-06-06 12:23:44 +02:00
Peder Bergebakken Sundt
fd43574755
Merge pull request #315812 from michaelgrahamevans/fretboard-7.0
...
fretboard: 6.1 -> 7.0
2024-06-05 12:03:15 +02:00
Michael Evans
6b39e88b9b
fretboard: 6.1 -> 7.0
2024-05-30 08:36:39 +02:00
R. Ryantm
935b530381
francis: 1.1.0 -> 24.05.0
2024-05-25 03:50:50 +00:00
Doron Behar
f365ba1e01
Merge pull request #312920 from eliandoran/dev/frequest_fix_desktop_icon
...
frequest: fix desktop icon name
2024-05-22 16:15:34 +03:00
Elian Doran
d0b377f5ab
frequest: fix desktop icon name
2024-05-21 23:32:23 +03:00
Pol Dellaiera
97ea42f642
freeplane: 1.11.8 -> 1.11.14
...
Co-authored-by: TomaSajt <62384384+TomaSajt@users.noreply.github.com>
2024-05-19 22:54:45 +02:00
Pol Dellaiera
c94251cd8f
freeplane: use makeBinaryWrapper
2024-05-19 19:15:03 +02:00
Pol Dellaiera
3f346157cf
freeplane: do not use pname
2024-05-19 19:09:11 +02:00
Pol Dellaiera
51c5427079
freeplane: use stdenvNoCC
2024-05-19 19:08:01 +02:00