Commit Graph

108 Commits

Author SHA1 Message Date
OTABI Tomoya
ddc54c0ba2
plasticity: 24.2.0 -> 24.2.3 (#343862) 2024-09-30 22:07:49 +09: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
R. Ryantm
b41e94db76 plumber: 2.7.0 -> 2.7.1 2024-09-15 01:43:26 +00:00
R. Ryantm
ce10ce52b9 plasticity: 24.1.8 -> 24.2.0 2024-09-10 12:29:01 +00:00
R. Ryantm
296c98a6dc plasmusic-toolbar: 1.5.0 -> 1.6.0 2024-09-05 07:54:33 +00: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
R. Ryantm
27799a0844 platformsh: 5.0.18 -> 5.0.19 2024-08-18 10:06:15 +00:00
R. Ryantm
3bd6a90e1b plasmusic-toolbar: 1.4.0 -> 1.5.0 2024-08-16 11:27:08 +00:00
R. Ryantm
89bc23e23b platformsh: 5.0.16 -> 5.0.18 2024-08-11 06:32:47 +00:00
R. Ryantm
e2752d3f75 plasticity: 24.1.7 -> 24.1.8 2024-08-07 08:04:27 +00:00
Florian
0ec367917c
Merge pull request #330942 from HeitorAugustoLN/plasmusic-toolbar-updatescript
plasmusic-toolbar: add passthru.updateScript
2024-08-06 06:52:43 +02:00
Donovan Glover
50d494e5a4
Merge pull request #331644 from TomaSajt/pls
pls: 0.0.1-beta.6 -> 0.0.1-beta.7
2024-08-05 17:57:48 +00:00
Aleksana
f2d6dbc884
Merge pull request #328865 from viraptor/plandex-init
plandex,plandex-server: init at 1.1.1
2024-08-03 22:48:42 +08:00
TomaSajt
afcd5c6253
pls: 0.0.1-beta.6 -> 0.0.1-beta.7 2024-08-02 02:08:48 +02:00
Laurent Arnoud
9c5852513f
platformsh: add updateScript 2024-07-30 15:15:18 +02:00
Heitor Augusto
805f7c0006 plasmusic-toolbar: add passthru.updateScript 2024-07-29 21:16:15 +00:00
R. Ryantm
63a6c2d95b plasmusic-toolbar: 1.3.0 -> 1.4.0 2024-07-29 07:09:36 +00:00
Florian
3979fe7da3
Merge pull request #329669 from HeitorAugustoLN/plasma-panel-colorizer
plasma-panel-colorizer: init at 0.5.2
2024-07-28 19:43:38 +02:00
Heitor Augusto
d8d48a5a4f plasma-panel-colorizer: init at 0.5.2 2024-07-28 12:26:07 +00:00
Stanisław Pitucha
081d6924b1 plandex-server: init at 1.1.1 2024-07-28 12:23:30 +10:00
Stanisław Pitucha
7bc9b3b504 plandex: init at 1.1.1 2024-07-28 12:23:30 +10:00
John Titor
0510b4f2bb
plasma-plugin-blurredwallpaper: init at 3.1.0 2024-07-27 15:49:52 +05:30
Sandro
7863f094cf
Merge pull request #323397 from detroyejr/plex-desktop
plex-desktop: init at 1.96.0
2024-07-17 18:47:28 +02:00
Sandro
1ee322950d
plex-desktop: use --replace-fail everywhere 2024-07-17 18:40:50 +02:00
detroyejr
101f71dce0 plex-desktop: init at 1.96.0
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2024-07-16 12:35:48 -04:00
Heitor Augusto
b5cd8f55e5 plasmusic-toolbar: 1.2.2 -> 1.3.0 2024-07-13 12:49:09 +00:00
Trent Steel
2140bea8dc
platformsh: 5.0.13 -> 5.0.15 2024-07-09 21:43:08 +10:00
Heitor Augusto
d6424024d1 plasmusic-toolbar: 1.2.1 -> 1.2.2 2024-07-03 15:49:00 +00:00
Weijia Wang
1d91c846ae
Merge pull request #321817 from r-ryantm/auto-update/plasticity
plasticity: 24.1.6 -> 24.1.7
2024-07-02 01:09:53 +02:00