Commit Graph

135 Commits

Author SHA1 Message Date
Emily
6531d2e2b4
treewide: add missing sourceProvenance (#354383) 2024-11-14 00:21:28 +00:00
Paul Meyer
891fbc09c9
plymouth-blahaj-theme: init at 1.0.0 (#348061) 2024-11-12 13:18:20 +01:00
miampf
78d0007037
plymouth-blahaj-theme: init at 1.0.0 2024-11-12 12:44:51 +01:00
Reno Dakota
1f481ed5c7
treewide: add missing sourceProvenance
add binaryNativeCode to sourceProvenance
2024-11-12 06:14:40 +00:00
Bobby Rong
4edd69e182
planify: 4.11.4 -> 4.11.6
https://github.com/alainm23/planify/compare/4.11.4...4.11.6
2024-11-10 21:54:10 +08:00
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
Reno Dakota
52bf1163fa
treewide: use getLib when accessing clang / libclang / stdenv.cc.cc
In preparation to eliminate the lib output for the unwrapped clang, use
`lib.getLib` to access the `lib` output.
2024-11-07 10:27:41 +00:00
Weijia Wang
b2127e7614
treewide: cleanup own packages to utilize the new apple-sdk (#352699) 2024-11-07 02:22:10 +01:00
Kenny MacDermid
88e1c5d404
plandex-server: add git to path
When running `plandex-server` as a service it will panic as it's
unable to find git. Add it to the programs PATH.
2024-11-04 13:07:53 -04:00
Aleksana
58c1ad48c0
plattenalbum: 2.1.1 -> 2.2.0 (#345239) 2024-11-01 11:17:41 +08:00
TomaSajt
f09703e02b
pls: remove stuff already included by apple-sdk 2024-10-31 21:12:29 +01:00
Aleksana
f625f3c09f
plasmusic-toolbar: 1.6.0 -> 2.0.0; nixfmt; modernize (#349420) 2024-10-29 18:13:49 +08:00
Heitor Augusto
3fbbfe4e68
plasmusic-toolbar: 1.6.0 -> 2.0.0 2024-10-18 06:11:16 -03:00
Heitor Augusto
3803d8f04e
plasmusic-toolbar: modernize 2024-10-17 19:52:44 -03:00
Heitor Augusto
9fd7aa088c
plasmusic-toolbar: nixfmt 2024-10-17 19:42:46 -03:00
Heitor Augusto
a25a056294
plasma-panel-colorizer: enable strictDeps 2024-10-17 19:15:56 -03:00
Heitor Augusto
6476dee80d
plasma-panel-colorizer: add updateScript 2024-10-17 18:39:48 -03:00
Heitor Augusto
a7c1386036
plasma-panel-colorizer: 0.5.2 -> 1.0.0 2024-10-17 18:30:21 -03:00
detroyejr
545276d8e6 plex-desktop: remove version from desktop exec 2024-10-14 15:40:17 +02:00
Nick Cao
2db1b90eda
plasticity: 24.2.3 -> 24.2.4 (#345696) 2024-10-07 10:21:42 -04:00
R. RyanTM
81b60beebf
platformsh: 5.0.21 -> 5.0.22 (#346821) 2024-10-06 12:09:58 +02:00
Sandro
744e61fe79
plex-desktop: remove version number from name (#345754) 2024-10-06 02:11:13 +02:00
R. Ryantm
feffb3a98f plasma-plugin-blurredwallpaper: 3.1.0 -> 3.2.0 2024-10-05 11:41:18 +00:00
detroyejr
4e3b69e110 plex-desktop: inherit pname, meta, and enable update.sh
Replaces #328708 and closes https://github.com/NixOS/nixpkgs/issues/345618
2024-10-02 12:45:32 -04:00
detroyejr
dab7fc979d plex-desktop: format with nixfmt 2024-10-01 15:57:16 -04:00
R. Ryantm
58f47b455a plasticity: 24.2.3 -> 24.2.4 2024-10-01 12:16:07 +00:00
OTABI Tomoya
ddc54c0ba2
plasticity: 24.2.0 -> 24.2.3 (#343862) 2024-09-30 22:07:49 +09:00
R. Ryantm
dc0a818dcb plattenalbum: 2.1.1 -> 2.2.0 2024-09-29 07:39:28 +00:00
Ruixi-rebirth
1226f38044
pls: 0.0.1-beta.7 -> 0.0.1-beta.8 2024-09-29 09:59:23 +08:00
R. Ryantm
7da0c81147 platformsh: 5.0.20 -> 5.0.21 2024-09-28 17:04:49 +00:00
Weijia Wang
6f48e6dedc
plex-desktop: 1.96.0 -> 1.101.0 (#343596) 2024-09-27 02:29:23 +02: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
Markus Kowalewski
aeddff3acf
platformsh: 5.0.19 -> 5.0.20 (#342592) 2024-09-24 22:02:13 +02:00
R. Ryantm
ada79bfff2 plasticity: 24.2.0 -> 24.2.3 2024-09-23 03:39:13 +00:00
Anthony ROUSSEL
cb8c920de8 plantuml-server: add anthonyroussel to maintainers 2024-09-22 16:46:06 +02:00
Anthony ROUSSEL
8078f7fda8 plantuml-server: migrate to pkgs/by-name, format with nixfmt-rfc-style 2024-09-22 16:46:06 +02:00
Anthony ROUSSEL
3ad1fa85df plantuml: add anthonyroussel to maintainers 2024-09-22 16:46:06 +02:00
Anthony ROUSSEL
ba1883b14b plantuml: add passthru.tests.version 2024-09-22 16:46:05 +02:00
Anthony ROUSSEL
0c102fdf95 plantuml: 1.2024.5 -> 1.2024.7 2024-09-22 16:46:05 +02:00
Anthony ROUSSEL
3c083ed52f plantuml: migrate to pkgs/by-name, format with nixfmt-rfc-style 2024-09-22 16:46:05 +02:00
Anthony ROUSSEL
00b7f08db7 plantuml-c4: add anthonyroussel to maintainers 2024-09-22 16:46:04 +02:00
Anthony ROUSSEL
5483308d33 plantuml-c4: 2.8.0 -> 2.10.0
https://github.com/plantuml-stdlib/C4-PlantUML/releases/tag/v2.10.0
https://github.com/plantuml-stdlib/C4-PlantUML/compare/v2.8.0...v2.10.0

https://github.com/tupadr3/plantuml-icon-font-sprites/releases/tag/v3.0.0
fa3f885dbd...v3.0.0
2024-09-22 16:46:04 +02:00
Anthony ROUSSEL
775c4ad439 plantuml-c4: migrate to pkgs/by-name, format with nixfmt-rfc-style 2024-09-22 16:10:59 +02:00
Andrea Coradi
13d19ef4d5 plex-desktop: 1.96.0 -> 1.101.0 2024-09-21 23:52:33 +02:00
nixpkgs-merge-bot[bot]
261a20d908
plasticity: 24.1.8 -> 24.2.0 (#340999) 2024-09-17 21:03:29 +00:00
R. Ryantm
387b6266f1 platformsh: 5.0.19 -> 5.0.20 2024-09-17 17:41:02 +00:00
Robert Schütz
06bfe4681a
plasma-applet-commandoutput: init at 13 (#341426) 2024-09-16 23:05:04 -07:00
Robert Schütz
a843d10d76 plasma-applet-commandoutput: init at 13 2024-09-16 13:17:13 -07:00
Nick Cao
2b5b7f7c4d
plumber: 2.7.0 -> 2.7.1 (#341952) 2024-09-15 09:14:55 -04: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