Commit Graph

243 Commits

Author SHA1 Message Date
R. Ryantm
120721843a newsraft: 0.25 -> 0.27 2024-10-06 11:31:47 +00:00
h7x4
1008d5b885
{staruml, figma-linux, infracost, obsidian, scaleway-cli, netbeans}: migrate to by-name (#332171) 2024-10-05 21:36:16 +02:00
Thomas Watson
4f60bd6add nextpnr: fix version display 2024-10-04 11:36:51 -05:00
Gaetan Lepage
a4f79df599 neovim: 0.10.1 -> 0.10.2
Diff: https://github.com/neovim/neovim/compare/v0.10.1...v0.10.2

Changelog: https://github.com/neovim/neovim/releases/tag/v0.10.2
2024-10-04 12:02:31 +02:00
Alexis Hildebrandt
f2da14933f newsboat: 2.36 -> 2.37 2024-09-30 05:16:28 +02:00
Alexis Hildebrandt
f079da8702 newsboat: reformat unix nixfmt-rfc-style 2024-09-30 04:27:51 +02:00
Alexis Hildebrandt
0d65cdb64b newsboat: migrate to pkgs/by-name 2024-09-30 04:27:13 +02:00
kashw2
3f28609123 netbeans: moved to by-name 2024-09-27 12:51:21 +10:00
Matt Sturgeon
631c290176
nexusmods-app: add missing xdg-utils runtime dependency
https://nexus-mods.github.io/NexusMods.App/users/SystemRequirements/#linux-dependencies
2024-09-25 10:39:33 +01:00
Matt Sturgeon
824b19540f
nexusmods-app: 0.4.1 -> 0.6.1
Define new constants:
- `NEXUSMODS_APP_USE_SYSTEM_EXTRACTOR`
- `INSTALLATION_METHOD_PACKAGE_MANAGER`

Also:
- Stop setting `APPIMAGE`
  We now have `INSTALLATION_METHOD_PACKAGE_MANAGER`
- Set `ReadyToRun`
  See https://github.com/NixOS/nixpkgs/pull/331150#discussion_r1725958031
- Install desktop entry, appstream, & icons
  See https://nexus-mods.github.io/NexusMods.App/developers/Contributing/#for-package-maintainers
2024-09-25 10:39:33 +01: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
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