Commit Graph

97 Commits

Author SHA1 Message Date
Sandro
a9d5059a81
sonar-scanner-cli: 4.7.0.2747 -> 6.2.1.4610 (#329764) 2024-10-29 22:52:21 +01:00
Aleksana
063efeea25
sonusmix: init at 0.1.1 (#350992) 2024-10-28 11:45:37 +08:00
nixpkgs-merge-bot[bot]
6b74c674aa
sopwith: 2.5.0 -> 2.6.0 (#351562) 2024-10-27 17:21:17 +00:00
6543
059f99c483 softether: 4.38 -> 4.41 2024-10-27 17:55:47 +01:00
R. Ryantm
5594ad2bc0 sopwith: 2.5.0 -> 2.6.0 2024-10-27 04:22:08 +00:00
commiterate
15274d3efe sonar-scanner-cli: 4.7.0.2747 -> 6.2.1.4610 2024-10-26 16:01:30 -04:00
dr56ekgbb
99ed211dae sonusmix: init at 0.1.1 2024-10-25 03:15:31 +08:00
Emery Hemingway
46ca4d55c6 solo5: 0.8.1 -> 0.9.0 2024-10-18 11:15:10 +00:00
Robert Hensing
162ac4324d
treewide: remove qt5.mkDerivation usage (trivial cases) (#348577) 2024-10-18 11:40:19 +02:00
R. Ryantm
fd6f6fa9a8 soju: 0.8.1 -> 0.8.2 2024-10-16 09:09:26 +00:00
Tomo
043347c00c soundwireserver: use stdenvNoCC.mkDerivation and wrapQtAppsHook
Part of #180841
2024-10-15 08:10:04 +00:00
Tomo
53843dda7f soundwireserver: remove unused unzip dependency 2024-10-14 22:59:30 +00:00
Tomo
7358914a01 soundwireserver: move to by-name 2024-10-14 06:56:32 +00:00
Weijia Wang
639b722d6c
soplex: 7.1.0 -> 7.1.1 (#342870) 2024-09-27 02:43:02 +02:00
R. Ryantm
a0e7391fb0 soplex: 7.1.0 -> 7.1.1 2024-09-26 23:56:07 +02:00
6543
593f744926 softether: format and move to new pkgs/by-name structure 2024-09-25 11:15:22 +02:00
Peder Bergebakken Sundt
396bd4bb45
sourcery: 1.19.0 -> 1.23.0 (#344075) 2024-09-25 10:23:22 +02:00
David McFarland
e40ed3a697 sonarr: set RuntimeIdentifier 2024-09-24 20:43:23 -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
TomaSajt
627a54ebd8
sourcery: 1.19.0 -> 1.23.0 2024-09-24 00:25:44 +02:00
Franz Pletz
421ef9a289
Migrate packages to pkgs/by-name, format with nixfmt-rfc-style (#342625) 2024-09-18 06:32:28 +02:00
itslychee
d2f8479f88
maintainers: drop lychee 2024-09-17 17:00:24 -05:00
Anthony ROUSSEL
91beb4b016 solfege: migrate to pkgs/by-name, format with nixfmt-rfc-style 2024-09-17 22:02:50 +02:00
Anthony ROUSSEL
076aa0be1b sonic-server: migrate to pkgs/by-name, format with nixfmt-rfc-style 2024-09-17 22:02:43 +02:00
Sandro
51083570d4
soupault: 4.10.0 → 4.11.0 (#340313) 2024-09-16 10:47:36 +02:00
nicoo
d2ff083335 solana-cli: sha256hash 2024-09-15 11:25:25 +02: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
éclairevoyant
49f7e34d6e
maintainers: remove eclairevoyant 2024-09-10 15:02:41 -04:00
Matthew McMillan
7dac292e9a so: fix build 2024-09-08 11:23:35 -04:00
toastal
e1c102250e soupault: 4.10.0 → 4.11.0 2024-09-07 21:34:26 +07:00
Masum Reza
94f43b3473
soteria: init at 0.1.0 (#330682) 2024-09-06 11:02:10 +05:30
NotAShelf
a41fd020a6
sorteria: init at 0.1.0 2024-09-05 11:25:25 +05:30
Ivan Trubach
d52e321130
sonarr: 4.0.8.1874 -> 4.0.9.2244 (#338719) 2024-09-03 19:54:30 +03:00
Morgan Helton
5319e12489
sonarr: 4.0.8.1874 -> 4.0.9.2244 2024-08-31 21:19:51 -05:00
Anderson Torres
77debe793e so: 0.4.9 -> 0.4.10 2024-08-23 18:33:59 -03:00
Anderson Torres
59f7d71c0a so: use self pattern
So that we do not need to call itself as input parameter to testVersion.
2024-08-23 18:33:59 -03:00
Anderson Torres
0fde318528 so: adopt and rework
- get rid of rec
- strictDeps
- nixfmt-rfc-style
- meta.changelog
2024-08-23 18:33:59 -03:00
Anderson Torres
3fafb7e306 so: remove mredaelli from meta.maintainers
Since theey is inactive.
2024-08-23 18:33:59 -03:00
Anderson Torres
d17985f4e8 so: migrate to by-name 2024-08-23 18:33:58 -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
Sebastián Mancilla
1288d7e2d2
Merge pull request #328202 from r-ryantm/auto-update/sof-tools
sof-tools: 2.9 -> 2.10
2024-08-15 22:41:35 -04:00
Thiago Kenji Okada
efdfa4f659
Merge pull request #273296 from integrated-reasoning/soplex
soplex: init at 7.1.0
2024-08-11 11:41:20 +01:00
R. Ryantm
03edcfd04d sophus: 1.22.10 -> 1.24.6 2024-08-09 09:45:36 +00:00
David Cox
f701112c6b
soplex: init at 7.1.0 2024-08-08 14:10:42 -07:00
Julius Michaelis
6a9beaf893 treewide: skip generating shell completions using $out/bin/… when cross compiling
This focuses on Rust packages, since the most commonly used argument
parser library (clap/structopt) makes the following pattern natural and
thus common:

  postInstall = ''
    installShellCompletion --cmd foo \
      --bash <($out/bin/foo completion bash) \
      …

This commit just guards those with

lib.optionalString (stdenv.buildPlatform.canExecute stdenv.hostPlatform)

splitting the string where unrelated actions are performed.
2024-08-04 10:50:48 +09:00
K900
4c28478d2f
Merge pull request #328978 from rhoriguchi/sonarr
sonarr: 4.0.7.1863 -> 4.0.8.1874
2024-07-24 21:12:41 +03:00
Ryan Horiguchi
7667d760f1 sonarr: 4.0.7.1863 -> 4.0.8.1874 2024-07-21 20:48:09 +02:00
Azat Bahawi
cf67494876
soju: apply nixfmt 2024-07-21 14:07:50 +03:00
Azat Bahawi
f9dbb6c227
soju: 0.8.0 -> 0.8.1 2024-07-21 14:06:52 +03:00
R. Ryantm
3d6784a1ad sof-tools: 2.9 -> 2.10 2024-07-18 15:01:46 +00:00