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
R. Ryantm
273ffdbc34
nerdfetch: 8.2.1 -> 8.3.0
2024-09-24 10:43:31 +00:00
h7x4
9a6c76c4af
treewide: remove unused inputs ( #342672 )
2024-09-19 20:36:18 +02:00
Peder Bergebakken Sundt
8c8c27bb19
treewide: remove unused inputs
2024-09-18 01:00:07 +02:00
David McFarland
57f1e66e2c
nexusmods-app: use source-built avalonia
2024-09-17 01:14:27 -03:00
David McFarland
c1ee815d03
dotnet-fixup-hook: obey dontFixup
2024-09-17 01:12:11 -03:00
Vasiliy Kuzmin
dbfe1b17a2
Nextpnr: add himbaechel target
2024-09-15 13:01:30 -05: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
Weijia Wang
c723c1735e
netbird-dashboard: 2.3.0 -> 2.5.0 ( #332186 )
2024-09-11 17:44:17 +02:00
David McFarland
e6c700ed11
dotnetCorePackages.fetchNupkg: override avalonia.x11 to find native libs
2024-09-06 16:32:08 -03:00
David McFarland
9a0be2fd28
dotnetCorePackages.fetchNupkg: override skiasharp to find fontconfig
2024-09-06 16:05:19 -03:00
R. Ryantm
f63edc3202
netscanner: 0.5.2 -> 0.5.3
2024-09-05 01:25:54 +00:00
David McFarland
683ffbdc5c
buildDotnetModule: inherit enableParallelBuilding ( #339335 )
2024-09-03 20:56:37 -07:00
Aleksana
3d4d6c6149
netfetch: init at 5.2.10 ( #338698 )
2024-09-04 10:55:57 +08:00
Ivan Trubach
4b61c573e2
nexusmods-app: disable parallel building
2024-09-04 00:15:45 +03:00
Adam C. Stephens
ab14ead965
nexus: 3.69.0-02 -> 3.70.1-02 ( #337433 )
2024-09-02 20:46:12 -04:00
Victor Hang
c3b6ef7417
netfetch: init at 5.2.10
...
Signed-off-by: Victor Hang <vhvictorhang@gmail.com>
2024-09-02 17:26:57 +02:00
David McFarland
7bc85af0c5
buildDotnetModule: add testFilters
arg ( #336571 )
2024-09-02 07:09:06 -07:00
github-actions[bot]
d83e365b06
Merge master into staging-next
2024-08-29 18:04:21 +00:00
Fabian Affolter
e3b5d11ba1
netclient: 0.24.3 -> 0.25.0 ( #337945 )
2024-08-29 14:42:15 +02:00
github-actions[bot]
59b57346d9
Merge master into staging-next
2024-08-28 18:04:19 +00:00
David McFarland
a92f0fb638
nexusmods-app: use finalAttrs
( #336221 )
2024-08-28 07:59:29 -07:00
R. Ryantm
c2e8a009ec
netclient: 0.24.3 -> 0.25.0
2024-08-28 14:09:13 +00:00
Matt Sturgeon
c8c753d66d
nexusmods-app: define runtimeInputs
...
Allow overriding what is added to the PATH in the wrapper.
2024-08-28 14:32:09 +01:00
Matt Sturgeon
41fb6f1f0d
nexusmods-app: use finalAttrs
for recursive fixpoint
2024-08-28 14:32:08 +01:00
github-actions[bot]
a97ed4291e
Merge master into staging-next
2024-08-25 06:04:18 +00:00
R. Ryantm
f1c6191aa3
neural-amp-modeler-lv2: 0.1.3 -> 0.1.4
2024-08-24 22:28:48 +00:00
Lukas Mertens
14e3e9520c
nexus: 3.69.0-02 -> 3.70.1-02
2024-08-24 16:27:33 +02:00
Matt Sturgeon
a177c637b9
nexusmods-app: use testFilters
& disabledTests
args
2024-08-22 19:52:07 +01:00
K900
5c68540f8b
Merge remote-tracking branch 'origin/staging-next' into staging
2024-08-22 13:20:38 +03:00
Peder Bergebakken Sundt
fcdecc256a
treewide: change ${pname}
to string literal ( #336172 )
...
* adwaita-icon-theme: change `${pname}` to string literal
* alp: change `${pname}` to string literal
* alsa-oss: change `${pname}` to string literal
* alsa-plugins: change `${pname}` to string literal
* alsa-ucm-conf: change `${pname}` to string literal
* alsa-utils: change `${pname}` to string literal
* anyrun: change `${pname}` to string literal
* assemblyscript: change `${pname}` to string literal
* audiobookshelf: change `${pname}` to string literal
* baobab: change `${pname}` to string literal
* braa: change `${pname}` to string literal
* brill: change `${pname}` to string literal
* centrifugo: change `${pname}` to string literal
* cheese: change `${pname}` to string literal
* cljfmt: change `${pname}` to string literal
* coppwr: change `${pname}` to string literal
* cosmic-edit: change `${pname}` to string literal
* cosmic-files: change `${pname}` to string literal
* cosmic-store: change `${pname}` to string literal
* cosmic-term: change `${pname}` to string literal
* crate2nix: change `${pname}` to string literal
* cups-kyocera-3500-4500: change `${pname}` to string literal
* dbqn: change `${pname}` to string literal
* dconf-editor: change `${pname}` to string literal
* devhelp: change `${pname}` to string literal
* dmarc-report-converter: change `${pname}` to string literal
* engage: change `${pname}` to string literal
* eog: change `${pname}` to string literal
* evolution-data-server-gtk4: change `${pname}` to string literal
* find-billy: change `${pname}` to string literal
* firefly-iii: change `${pname}` to string literal
* fuchsia-cursor: change `${pname}` to string literal
* geary: change `${pname}` to string literal
* ghex: change `${pname}` to string literal
* gitg: change `${pname}` to string literal
* glasskube: change `${pname}` to string literal
* gnome.gnome-autoar: change `${pname}` to string literal
* gnome.gnome-calculator: change `${pname}` to string literal
* gnome.gnome-calendar: change `${pname}` to string literal
* gnome.gnome-common: change `${pname}` to string literal
* gnome.gnome-dictionary: change `${pname}` to string literal
* gnome.gnome-disk-utility: change `${pname}` to string literal
* gnome.gnome-font-viewer: change `${pname}` to string literal
* gnome.gnome-keyring: change `${pname}` to string literal
* gnome.gnome-screenshot: change `${pname}` to string literal
* gnome.gnome-system-monitor: change `${pname}` to string literal
* gnome.seahorse: change `${pname}` to string literal
* gnome.simple-scan: change `${pname}` to string literal
* gnome.sushi: change `${pname}` to string literal
* gnome.totem: change `${pname}` to string literal
* gnome.yelp: change `${pname}` to string literal
* gnome.yelp-xsl: change `${pname}` to string literal
* gnucap-full: change `${pname}` to string literal
* goredo: change `${pname}` to string literal
* guile-semver: change `${pname}` to string literal
* halo: change `${pname}` to string literal
* intiface-central: change `${pname}` to string literal
* intune-portal: change `${pname}` to string literal
* iscc: change `${pname}` to string literal
* jetbrains-toolbox: change `${pname}` to string literal
* jnr-posix: change `${pname}` to string literal
* keymapp: change `${pname}` to string literal
* libation: change `${pname}` to string literal
* libeduvpn-common: change `${pname}` to string literal
* libmamba: change `${pname}` to string literal
* littlefs-fuse: change `${pname}` to string literal
* logseq: change `${pname}` to string literal
* lxgw-wenkai-tc: change `${pname}` to string literal
* microsoft-identity-broker: change `${pname}` to string literal
* minetest-mapserver: change `${pname}` to string literal
* msalsdk-dbusclient: change `${pname}` to string literal
* neverest: change `${pname}` to string literal
* nf-test: change `${pname}` to string literal
* numbat: change `${pname}` to string literal
* pdf2odt: change `${pname}` to string literal
* plemoljp: change `${pname}` to string literal
* plemoljp-hs: change `${pname}` to string literal
* plemoljp-nf: change `${pname}` to string literal
* pocket-updater-utility: change `${pname}` to string literal
* proto: change `${pname}` to string literal
* pw3270: change `${pname}` to string literal
* ratchet: change `${pname}` to string literal
* read-it-later: change `${pname}` to string literal
* redmine: change `${pname}` to string literal
* regina: change `${pname}` to string literal
* regripper: change `${pname}` to string literal
* revolt-desktop: change `${pname}` to string literal
* rs: change `${pname}` to string literal
* signaturepdf: change `${pname}` to string literal
* sonarlint-ls: change `${pname}` to string literal
* srgn: change `${pname}` to string literal
* stackit-cli: change `${pname}` to string literal
* substudy: change `${pname}` to string literal
* swayosd: change `${pname}` to string literal
* synthesia: change `${pname}` to string literal
* tarlz: change `${pname}` to string literal
* termcap: change `${pname}` to string literal
* tinycompress: change `${pname}` to string literal
* tracexec: change `${pname}` to string literal
* treefmt2: change `${pname}` to string literal
* udev-gothic: change `${pname}` to string literal
* udev-gothic-nf: change `${pname}` to string literal
* vvvvvv: change `${pname}` to string literal
* yggdrasil: change `${pname}` to string literal
* zsync: change `${pname}` to string literal
2024-08-20 15:56:55 -07:00
Nick Cao
5a9edb304f
Merge pull request #336031 from Aleksanaa/netease-cloud-music-gtk
...
netease-cloud-music-gtk: 2.4.0 -> 2.4.1
2024-08-20 15:42:39 -04:00
Philip Taron
2b3edda359
Merge pull request #335925 from wolfgangwalther/no-nix-flags-arrays
...
treewide: remove xxxFlagsArray from nix derivations
2024-08-20 12:31:54 -07:00
aleksana
7f52761cff
netease-cloud-music-gtk: 2.4.0 -> 2.4.1
2024-08-20 17:20:05 +08:00
Wolfgang Walther
e3244e9ff0
treewide: replace xxxFlagsArray with non-Array variant in nix code
...
The xxxFlagsArray variants were never meant to be used in nix code, at
least they can't be used properly without __structuredAttrs turned on.
If no spaces are passed in the argument the xxxFlagsArray can be
replaced as-is with the non-Array variant. When whitespace needs to be
passed, the derivation is additionally changed to enable
__structuredAttrs.
2024-08-19 23:28:13 +02:00
R. Ryantm
787b544f2a
netbird-dashboard: 2.3.0 -> 2.5.0
2024-08-19 13:16:25 +00:00
Maximilian Bosch
6f4426f80f
neovim-unwrapped: use outputChecks
...
`disallowedRequisites` and friends will be ignored if `__structuredAttrs`
is used. In Nix versions <2.24 and Lix <2.91 this happens silently, in
newer versions a warning is printed.
The solution is to use outputChecks.
2024-08-18 18:21:03 +02:00
Jonathan Conder
8a95029e8f
neovim-gtk: fix build with rustc 1.80
2024-08-18 17:36:55 +12:00
Peder Bergebakken Sundt
e471916645
treewide: passthru nixos test ( #334491 )
2024-08-18 00:29:43 +02:00
David McFarland
5088777a57
Merge pull request #331355 from MattSturgeon/nexus-refactor-unfree
...
nexusmods-app: refactor the unfree variant
2024-08-14 11:48:06 -03:00
Matt Sturgeon
07db828f96
nexusmods-app: add long description
...
Add a long description that documents whether or not RAR archive mods
are supported and how to enable support.
2024-08-14 14:39:18 +01:00
Bobby Rong
de4e9b526d
Merge pull request #333853 from bobby285271/upd/cinnamon
...
Cinnamon updates 2024-08-11
2024-08-12 20:46:59 +08:00
Bobby Rong
a550001241
nemo: 6.2.7 -> 6.2.8
...
https://github.com/linuxmint/nemo/compare/6.2.7...6.2.8
2024-08-11 09:25:06 +08:00
R. Ryantm
e3b145ef59
nerdfetch: 8.2.0 -> 8.2.1
2024-08-08 08:25:54 +00:00
Bobby Rong
47c69555e3
Merge pull request #332244 from bobby285271/upd/cinnamon
...
Cinnamon updates 2024-08-04
2024-08-06 20:35:37 +08:00
Bobby Rong
2fc387d1f3
nemo: 6.2.6 -> 6.2.7
...
https://github.com/linuxmint/nemo/compare/6.2.6...6.2.7
2024-08-04 21:16:47 +08:00
Julius Michaelis
87e574e110
treewide: rewrite some uses of hostPlatform == buildPlatform to canExecute
...
This rewrites uses of
stdenv.hostPlatform == stdenv.buildPlatform
to
stdenv.buildPlatform.canExecute stdenv.hostPlatform
when guarding postInstall scripts that use $out/bin/… to generate shell completions
2024-08-04 10:50:48 +09:00
Matt Sturgeon
1148136d36
nexusmods-app: refactor "unfree" variant
...
Use `override` to pass a `_7zz` with RAR support to the package, instead
of having an `enableUnfree` package argument.
Use a different `pname` on the unfree package.
Use `_7zz.meta.unfree` internally.
2024-08-02 15:24:09 +01:00
Matt Sturgeon
e54e9fac95
nexusmods-app: cleanup tests & mainProgram
refs
...
We still need to fix the tests to use `finalAttrs`, but that requires
changes to `buildDotnetModule`.
2024-08-02 15:22:39 +01:00
Matt Sturgeon
7166d5242f
nexusmods-app: reformat
...
- Format using nixfmt
- Apply other minor formatting tweaks
- Simplify `--filter` test flag definition
2024-08-02 15:19:10 +01:00