R. Ryantm
ec50ae00b1
picom-pijulius: 8.2-unstable-2024-09-14 -> 8.2-unstable-2024-09-27
2024-09-30 00:54:16 +00:00
Icy-Thought
dd65d15cc0
picom: v12 -> v12.1
2024-09-29 01:36:44 +02:00
R. Ryantm
34a466eb41
pietrasanta-traceroute: 0.0.5-unstable-2024-06-11 -> 0.0.5-unstable-2024-09-06
2024-09-28 14:36:15 +00:00
R. Ryantm
53a28edc1f
pipet: 0.2.1 -> 0.2.2
2024-09-27 14:12:31 +00:00
Icy-Thought
f275c86897
picom: v11.2 -> v12
2024-09-27 09:09:13 +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
Felix Schröter
a67d858121
pixelorama: 1.0.2 -> 1.0.3 ( #343791 )
2024-09-24 00:11:46 +02:00
R. Ryantm
4324cd5e8e
pixelorama: 1.0.2 -> 1.0.3
2024-09-22 19:16:51 +00:00
Yo'av Moshe
7c408281af
pipet: init at 0.2.1
2024-09-22 16:39:51 +02:00
R. Ryantm
1aee51e5e7
picom-pijulius: 8.2-unstable-2024-09-08 -> 8.2-unstable-2024-09-14
2024-09-20 09:16:53 +00:00
Weijia Wang
bcee243290
aligator: init at 0.8.0 ( #342751 )
2024-09-19 22:42:41 +02:00
Guilhem Saurel
da033dc206
pinocchio: build documentation
2024-09-18 23:26:13 +02:00
Guilhem Saurel
f048cdeba0
pinocchio: format
2024-09-18 22:41:00 +02:00
Guilhem Saurel
49518d287b
pinocchio: move to pkgs/by-name
2024-09-18 22:41:00 +02:00
R. Ryantm
7d8d137905
picocrypt-cli: 2.07 -> 2.08
2024-09-18 09:12:35 +00: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
Peder Bergebakken Sundt
fcac26bce9
picocrypt: 1.42 -> 1.43 ( #341419 )
2024-09-14 04:04:32 +02:00
Ryan Omasta
0806743b97
picocrypt: 1.42 -> 1.43
2024-09-12 10:58:08 -06:00
Emily
a5cd7bba11
picocom: devendor linenoise
2024-09-12 15:40:59 +01:00
Emily
5f0e2e9e4e
picocom: switch to maintained fork
...
The previous upstream has been dead for six years; this fork is by
Linux kernel developer Wolfram Sang, and is already used by Fedora,
openSUSE, and Buildroot.
2024-09-12 15:37:00 +01:00
Emily
dfa36a3e5c
picocom: format with nixfmt-rfc-style
2024-09-12 15:10:15 +01:00
Emily
0ac4e0f008
picocom: move to pkgs/by-name
2024-09-12 15:06:44 +01:00
R. Ryantm
3ad004f4c9
picom-pijulius: 8.2-unstable-2024-08-30 -> 8.2-unstable-2024-09-08
2024-09-08 16:38:22 +00:00
Aleksana
3b1256eb8f
pinit: init at 2.1.1 ( #329113 )
2024-09-07 22:35:11 +08:00
R. Ryantm
e3e1914009
picocrypt-cli: 2.06 -> 2.07
2024-09-07 09:40:42 +00:00
Felix Schröter
8ec8fd5f0b
pixelorama: 1.0.1 -> 1.0.2 ( #336873 )
2024-09-05 16:14:17 +00:00
Ryan Omasta
eb3833bf2c
picocrypt: 1.41 -> 1.42
2024-09-03 20:10:25 -06:00
YvesStraten
2edb447245
picom-pijulius: 8.2-unstable-2024-07-01 -> 8.2-unstable-2024-08-30
2024-09-03 10:42:38 +08:00
nixpkgs-merge-bot[bot]
d26ac0780f
picocrypt-cli: 2.05 -> 2.06 ( #338522 )
2024-08-31 12:29:21 +00:00
R. Ryantm
34246768cf
picocrypt: 1.40 -> 1.41
2024-08-31 01:58:15 +00:00
R. Ryantm
4c40d1121c
picocrypt-cli: 2.05 -> 2.06
2024-08-31 01:50:18 +00:00
aleksana
94db5b237d
pinit: init at 2.1.1
2024-08-29 10:39:58 +08:00
Felix Schröter
4271b753b2
pixelorama: add aarch64-linux support
2024-08-23 23:30:37 +02:00
Felix Schröter
515d3439b3
pixelorama: 1.0.1 -> 1.0.2
...
https://github.com/Orama-Interactive/Pixelorama/releases/tag/v1.0.2
2024-08-23 23:20:49 +02:00
lassulus
211976b4df
Merge pull request #333063 from ryand56/update/picocrypt
...
picocrypt: 1.38 -> 1.40
2024-08-13 09:26:05 +02:00
Peder Bergebakken Sundt
5636449c32
Merge pull request #333171 from aaronjheng/pixi
...
pixi: 0.26.1 -> 0.27.1
2024-08-12 00:30:24 +02:00
superherointj
94dc66045b
Merge pull request #330914 from felschr/pixelorama-1.0
...
pixelorama: 0.11.4 -> 1.0.1
2024-08-11 19:07:47 -03:00
Felix Schröter
9a8324dc23
pixelorama: 0.11.4 -> 1.0.1
...
https://github.com/Orama-Interactive/Pixelorama/releases/tag/v1.0
https://github.com/Orama-Interactive/Pixelorama/releases/tag/v1.0.1
2024-08-11 18:46:33 +02:00
R. Ryantm
c5019d3f3c
picocrypt-cli: 2.04 -> 2.05
2024-08-11 14:09:34 +00:00
Ryan Omasta
0fbd43f258
picocrypt: 1.39 -> 1.40
2024-08-11 02:26:34 -06:00
Aaron Jheng
350f1c3211
pixi: 0.26.1 -> 0.27.1
2024-08-09 14:18:58 +00:00
R. Ryantm
368126fe22
pioasm: 1.5.1 -> 2.0.0
2024-08-09 01:59:10 +00:00
Ryan Omasta
75a10ed301
picocrypt: 1.38 -> 1.39
2024-08-07 14:47:08 -06:00
Felix Schröter
9ed7aa0f4e
pixelorama: reformat
2024-08-06 21:29:35 +02:00
Felix Schröter
e6fa2145cf
pixelorama: migrate to pkgs/by-name
2024-08-06 21:29:35 +02:00
Peder Bergebakken Sundt
462b96d2a1
Merge pull request #326243 from jcaesar/pr-13
...
treewide: skip generating shell completions using $out/bin/… when cross compiling
2024-08-06 08:15:56 +02:00
R. Ryantm
443272bf40
picocrypt: 1.37 -> 1.38
2024-08-05 14:45:31 +00:00
happysalada
981cedc098
pixi: fix darwin build
...
disable failing tests for darwin
2024-08-04 20:57:46 -04: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
zimbatm
13cd4d6864
pigeon: move to by-name
2024-07-31 09:10:34 +02:00
R. Ryantm
f839347f18
pizauth: 1.0.4 -> 1.0.5
2024-07-29 12:41:19 +00:00
Sandro
e83c56f407
Merge pull request #330719 from NickCao/picom
2024-07-29 01:04:49 +02:00
Peder Bergebakken Sundt
c9f1489034
Merge pull request #325720 from aaronjheng/pixi
...
pixi: 0.24.2 -> 0.26.1
2024-07-28 22:02:21 +02:00
Nick Cao
c5a8ba9bca
picom: fix cross compilation, set strictDeps
2024-07-28 15:29:50 -04:00
Sigmanificient
61fe0c0416
pkgs/by-name: remove unused arguments
2024-07-26 10:11:07 +02:00
Aaron Jheng
16c1c57ea5
pixi: 0.24.2 -> 0.26.1
2024-07-24 14:24:10 +00:00
Bobby Rong
145fc14814
pix: 3.4.2 -> 3.4.3
...
https://github.com/linuxmint/pix/compare/3.4.2...3.4.3
2024-07-22 20:48:46 +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
00258aaa85
pix: Move from cinnamon scope to top-level
2024-07-21 21:17:05 +08:00
Sandro
5e25df12e0
Merge pull request #323643 from ByteSudoer/init-pinokio
...
pinokio: init at 1.3.4
2024-07-18 22:32:09 +02:00
ByteSudoer
0080e2b77e
pinokio: init at 1.3.4
2024-07-16 13:32:44 +01:00
Arthur
0ac0801e10
picocrypt-cli: init at 2.04 ( #326360 )
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2024-07-16 13:42:37 +02:00
Thiago Kenji Okada
1cfa221982
pinta: add meta.changelog
2024-07-15 14:44:39 +01:00
Thiago Kenji Okada
684bb61aec
pinta: reformat for RFC166
2024-07-15 14:40:54 +01:00
Thiago Kenji Okada
19353ae38b
pinta: 2.1.1 -> 2.1.2
2024-07-15 14:40:22 +01:00
Thiago Kenji Okada
3ec86ec2a9
pinta: move to pkgs/by-name
2024-07-15 14:35:43 +01:00
Ryan Omasta
109d3f0428
picocrypt: 1.35 -> 1.37
2024-07-08 23:51:13 -06:00
Weijia Wang
57b3159c15
Merge pull request #320767 from r-ryantm/auto-update/pietrasanta-traceroute
...
pietrasanta-traceroute: 0.0.5-unstable-2023-11-28 -> 0.0.5-unstable-2024-06-11
2024-07-07 22:59:55 +02:00
Martin Weinelt
d9610a9f2e
Merge remote-tracking branch 'origin/master' into staging-next
2024-07-06 01:51:14 +02:00
Nick Cao
9717149121
Merge pull request #324860 from r-ryantm/auto-update/piv-agent
...
piv-agent: 0.21.1 -> 0.21.2
2024-07-05 16:09:57 -04:00
R. Ryantm
557d64f8c3
piv-agent: 0.21.1 -> 0.21.2
2024-07-05 16:31:34 +00:00
github-actions[bot]
30cfd4445f
Merge master into staging-next
2024-07-05 00:02:21 +00:00
R. Ryantm
2facc932f7
picocrypt: 1.34 -> 1.35
2024-07-04 14:51:36 +00:00
Emily
a5b1dedb48
picocrypt: fix evaluation on Darwin
...
This was referencing `libGL.dev`, which no longer exists on
Darwin. Since most of these dependencies are just for its vendored
GLFW, and most of them weren’t even needed on Darwin anyway, copy
the build inputs from our GLFW package instead.
2024-07-04 15:43:58 +01:00
Sandro
c4762d6974
Merge pull request #322846 from ryand56/picocrypt
2024-07-04 11:50:12 +02:00
Ryan Omasta
ead4ee2f6f
picocrypt: init at 1.34
2024-07-03 03:37:39 -06:00
Weijia Wang
0dacb6a11b
pietrasanta-traceroute: mark as broken on darwin
2024-07-03 10:31:33 +02:00
R. Ryantm
3249e6ea0f
pietrasanta-traceroute: 0.0.5-unstable-2023-11-28 -> 0.0.5-unstable-2024-06-11
2024-07-03 10:28:20 +02:00
R. Ryantm
ba223032b1
picom-pijulius: 8.2-unstable-2024-06-13 -> 8.2-unstable-2024-07-01
2024-07-03 07:42:10 +00:00
R. Ryantm
5df846461d
piv-agent: 0.21.0 -> 0.21.1
2024-06-28 14:05:27 +00:00
R. Ryantm
5ca35d5ef7
pinact: 0.2.0 -> 0.2.1
2024-06-26 17:03:38 +00:00
Aleksana
3b59176904
Merge pull request #319466 from aaronjheng/pixi
...
pixi: 0.23.0 -> 0.24.2
2024-06-22 15:41:35 +08:00
Aaron Jheng
cdf86e638c
pixi: 0.23.0 -> 0.24.2
2024-06-21 09:43:37 +08:00
Masum Reza
cb3cfc2563
Merge pull request #316783 from YvesStraten/update/picom-pijulius
...
picom-pijulius: 8.2-unstable-2024-04-30 -> 8.2-unstable-2024-06-13
2024-06-20 18:01:27 +05:30
YvesStraten
a4507a898f
picom-pijulius: 8.2-unstable-2024-04-30 -> 8.2-unstable-2024-06-13
2024-06-20 09:11:29 +08:00
R. Ryantm
c0d2cfe8f6
pid1: 0.1.2 -> 0.1.3
2024-06-19 20:32:18 +00:00
Ben Siraphob
8222aa9278
Merge pull request #315183 from jopejoe1/fix-pname
...
treewide: replace name with pname
2024-06-16 12:34:01 +00:00
jopejoe1
58df87c248
pixel-code: use pname instead of name
2024-06-15 09:56:44 +02:00
Weijia Wang
c183504f35
Merge pull request #317484 from Sigmanificient/pie
...
pie-cli: init at 2.0.1
2024-06-10 17:31:16 +02:00
Peder Bergebakken Sundt
70cd738a14
Merge pull request #316937 from Moraxyc/add-pizauth
...
pizauth: init at 1.0.4
2024-06-10 16:13:05 +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
Moraxyc
10fbc5b29b
pizauth: init at 1.0.4
2024-06-09 08:04:08 +08:00
Aaron Jheng
9282fcb738
pixi: 0.20.0 -> 0.23.0
2024-06-07 09:47:31 +08:00
Sigmanificient
afd7a4fc7d
pie-cli: init at 2.0.1
2024-06-06 16:24:28 +02:00
R. Ryantm
dbad3655f3
pinact: 0.1.3 -> 0.2.0
2024-05-25 13:38:44 +00:00
nicoo
d62141d024
pietrasanta-traceroute: init at 0.0.5-unstable-2023-11-28
( #313400 )
2024-05-21 16:12:35 +00:00
YvesStraten
b537d16822
picom-pijulius: init at 8.2-unstable-2024-04-30
2024-05-18 10:46:45 +08:00
Kenichi Kamiya
d46c1ddb17
pinact: 0.1.2 -> 0.1.3
2024-05-01 14:44:03 +09:00
Guillaume Girol
2d0c96872e
Merge pull request #305948 from aaronjheng/pixi
...
pixi: 0.19.1 -> 0.20.0
2024-04-27 22:21:54 +02:00
Mario Rodas
2becf6e837
maintainers: drop marsam
2024-04-24 04:20:00 +00:00