Commit Graph

23 Commits

Author SHA1 Message Date
aleksana
571c71e6f7 treewide: migrate packages to pkgs/by-name, take 1
We are migrating packages that meet below requirements:

1. using `callPackage`
2. called path is a directory
3. overriding set is empty (`{ }`)
4. not containing path expressions other than relative path (to
makenixpkgs-vet happy)
5. not referenced by nix files outside of the directory, other
than`pkgs/top-level/all-packages.nix`
6. not referencing nix files outside of the directory
7. not referencing `default.nix` (since it's changed to `package.nix`)
8. `outPath` doesn't change after migration

The tool is here: https://github.com/Aleksanaa/by-name-migrate.
2024-11-09 20:04:51 +08:00
Ellie Hermaszewska
e134422465
maintainers: remove expipiplus1
Another year, another exhausting undermoderated thread full of people
arguing against being an inclusive community, tone policing and denying
that discriminatory behaviour even exists.

This clearly isn't getting any better and I'm embarrassed that I stayed
around for this long. I can't continue to lend my name to such a
project.
2024-11-08 14:24:58 +08:00
Sefa Eyeoglu
8aebe28dac
xrgears: unstable-2021-06-19 -> 1.0.1-unstable-2024-07-09 (#320650) 2024-10-28 21:22:14 +01:00
Gaetan Lepage
31f260e2b7 python312Packages.xrootd: 5.6.6 -> 5.7.1 2024-10-25 08:24:13 +02:00
Yueh-Shun Li
685c830732 xrootd: remove test-runner
XRootD 5.7.1 no longer provides bin/test-runner.
2024-10-25 08:24:12 +02:00
Yueh-Shun Li
4a13a18e28 xrootd: modernize cmakeFlags
Use lib.cmakeBool and lib.cmakeFeatures instead of if TRUE else FALSE.
2024-10-25 08:24:12 +02:00
Yueh-Shun Li
3f9372d31b xrootd: fix the cmake flags influenced by enableTestRunner 2024-10-25 08:24:12 +02:00
Gaetan Lepage
93d374121e xrootd: 5.6.6 -> 5.7.1
Diff: https://github.com/xrootd/xrootd/compare/v5.6.6...v5.7.1

Changelog: https://github.com/xrootd/xrootd/releases/tag/v5.7.1
2024-10-25 08:24:12 +02:00
Gaetan Lepage
7c3a580f90 xrootd: format 2024-10-25 08:24:12 +02:00
Gaetan Lepage
4c91cc87e4 xrootd: move to by-name 2024-10-25 08:24:12 +02:00
Peder Bergebakken Sundt
8c8c27bb19 treewide: remove unused inputs 2024-09-18 01:00:07 +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
Sefa Eyeoglu
58a31f09b8
xrgears: format
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2024-09-07 23:38:04 +02:00
Sefa Eyeoglu
f6a2e5adf1
xrgears: unstable-2021-06-19 -> 1.0.1-unstable-2024-07-09
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2024-09-07 23:37:17 +02:00
Sefa Eyeoglu
eb06dadfa0
xrgears: add update script
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2024-09-07 23:37:17 +02:00
Sefa Eyeoglu
bae4966c75
xrgears: move to by-name
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2024-09-07 23:37:17 +02: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
Bobby Rong
fa9799de5c
xreader: 4.2.1 -> 4.2.2
https://github.com/linuxmint/xreader/compare/4.2.1...4.2.2
2024-07-22 20:49:39 +08:00
Bobby Rong
508637b0e3
xapp: Move from cinnamon scope to top-level
* The timeshift changes are used to make by-name check happy.
* More by-name changes in the next commit.
2024-07-22 01:02:16 +08:00
Bobby Rong
02d898772c
xreader: Move from cinnamon scope to top-level 2024-07-21 21:17:08 +08:00
Sefa Eyeoglu
4da48aa680
xr-hardware: add update script
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2024-03-26 21:32:44 +01:00
Sefa Eyeoglu
ef0cd26be7
xr-hardware: unstable-2023-11-08 -> 1.1.1
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2024-03-26 21:26:07 +01:00
Sefa Eyeoglu
9003167522
xr-hardware: init at unstable-2023-11-08
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2024-02-23 14:25:15 +01:00