Commit Graph

43 Commits

Author SHA1 Message Date
Markus Kowalewski
735a134c88
dablin: move to pkgs/by-name 2024-09-26 23:35:04 +02:00
Franz Pletz
5467da5aef
databricks-cli: 0.227.0 -> 0.228.1 (#341783) 2024-09-25 17:24:38 +02:00
Artturin
63fa53d97c treewide: reformat files which need reformatting after
`treewide: replace stdenv.is with stdenv.hostPlatform.is`
2024-09-25 00:04:39 +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
R. Ryantm
fe9ae2b7ee databricks-cli: 0.227.0 -> 0.228.1 2024-09-24 12:35:30 +00:00
Anderson Torres
f0e64ce16f treewide: migrate packages maintained by AndersonTorres to by-name
Manual migration for the sake of by-name migration is no longer discouraged
since #340235.
2024-09-16 14:26:47 -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
Mica
1e9fdfe2db
darktable: move to pkgs/by-name (#341144)
darktable: move to packages by-name

Co-authored-by: aleksana <me@aleksana.moe>
2024-09-12 10:24:07 +08:00
kfollesdal
c8e37dbf52 databricks-cli: init at 0.227.0 2024-08-26 11:24:34 +02:00
R. Ryantm
da9ce51068 dapr-cli: 1.14.0 -> 1.14.1 2024-08-21 17:59:31 +00:00
Peder Bergebakken Sundt
e471916645
treewide: passthru nixos test (#334491) 2024-08-18 00:29:43 +02:00
Fabian Affolter
64ab8b7753
Merge pull request #335338 from fabaff/das-fix
das: relax defusedxml
2024-08-17 15:31:23 +02:00
Fabian Affolter
08b5d739cd das: relax defusedxml
- fix build (https://hydra.nixos.org/build/269342119)
2024-08-17 12:26:44 +02:00
R. Ryantm
33251dcf5b dapr-cli: 1.13.0 -> 1.14.0 2024-08-14 03:40:45 +00:00
R. Ryantm
09203b8c0d davis: 4.4.3 -> 4.4.4 2024-08-05 19:20:55 +00:00
Nicolas Benes
e897f6b071 dataexplorer: 3.8.5 -> 3.9.0, move to by-name 2024-07-20 02:35:54 +02:00
Masum Reza
c796e4e5ac
Merge pull request #323877 from Luflosi/update/darling-dmg
darling-dmg: 1.0.4+git20200427 -> 1.0.4-unstable-2023-07-26
2024-07-15 22:40:06 +05:30
Luflosi
496099641c
darling-dmg: migrate to by-name 2024-07-01 21:50:54 +02:00
lelgenio
dc502210d6 dart-sass: reformat with nixfmt-rfc-style 2024-06-18 23:48:44 -03:00
lelgenio
f8f4c2f795 dart-sass: use conventional code structure 2024-06-18 23:48:44 -03:00
lelgenio
d88ee3f9c3 dart-sass: migrate to by-name 2024-06-18 23:48:44 -03:00
Sandro
1d472db6a3
Merge pull request #311867 from luftmensch-luftmensch/datatrove_0.2.0
datatrove: init at 0.2.0
2024-06-11 19:48:02 +02: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
luftmensch-luftmensch
cbf635795d
datatrove: init at 0.2.0 2024-06-02 20:49:41 +02:00
Casey Link
ac41bab16d
davis: 4.4.2 -> 4.4.3 (#313077)
Release notes: https://github.com/tchapi/davis/releases/tag/v4.4.3
2024-05-22 22:27:00 +00:00
R. Ryantm
dd37242d02 darklua: 0.13.0 -> 0.13.1 2024-05-19 00:47:37 +00:00
Aleksana
97ae4fc750
Merge pull request #308863 from lucperkins/move-into-by-name
treewide: move packages maintained by lucperkins to pkgs/by-name
2024-05-06 22:56:00 +08:00
Tomo
1e273b4c78 darklua: format with nixfmt-rfc-style 2024-05-05 13:03:58 +02:00
Tomo
73e7782e6a darklua: move to pkgs/by-name 2024-05-05 13:03:58 +02:00
Luc Perkins
1271860b5e
Move lucperkins packages into by-name 2024-05-03 15:37:38 -03:00
Fionn Kelleher
b0c13e3247 daytona-bin: add osslate as maintainer 2024-04-18 18:56:41 +01:00
Fionn Kelleher
f8788e21f4 daytona-bin: 0.9.0 -> 0.12.0 2024-04-18 18:09:07 +01:00
Pol Dellaiera
c11208c4ee
daytona-bin: add meta.platforms 2024-04-04 21:20:11 +02:00
superherointj
e0084573ce
Merge pull request #301274 from Ramblurr/update/davis
davis: 4.4.1 -> 4.4.2
2024-04-03 18:29:26 -03:00
Casey Link
7f17a67c5c
davis: 4.4.1 -> 4.4.2
Release notes: https://github.com/tchapi/davis/releases/tag/v4.4.2

Removed composer.lock from nixpkgs tree because upstream contains it.
2024-04-03 08:03:32 +02:00
Pol Dellaiera
b24dd3b21d
Merge pull request #293826 from drupol/daytona/init
daytona-bin: init at 0.9.0
2024-04-02 20:55:21 +02:00
Casey Link
afaaa840c1
davis: init at 4.4.1
Release: https://github.com/tchapi/davis/releases/tag/v4.4.1
2024-04-01 12:55:12 +02:00
Pol Dellaiera
b40e313686
daytona-bin: init at 0.9.0 2024-04-01 12:03:23 +02:00
Yuriy Taraday
1f155ddb28 dark-mode-notify: sync clang with swift itself
Use the same stdenv and clang as part of it as Swift uses. Leverages
workaround from https://github.com/NixOS/nixpkgs/pull/296082 for
the issue https://github.com/NixOS/nixpkgs/issues/295322.
2024-03-18 11:38:42 +01:00
ocfox
90abd5e27f
das: 0.3.8 -> 1.0.3
Diff: https://github.com/snovvcrash/DivideAndScan/compare/v0.3.8...v1.0.3

Co-authored-by: Fabian Affolter <mail@fabian-affolter.ch>
2024-02-19 22:36:02 +08:00
Yuriy Taraday
234ba8ba36 dark-mode-notify: add meta.mainProgram 2023-11-04 08:40:36 +01:00
Yuriy Taraday
908c9e6834 dark-mode-notify: migrate to pkgs/by-name 2023-11-04 08:40:35 +01:00