phanirithvij
e16e11cd20
viddy: migrate to pkgs/by-name
...
Signed-off-by: phanirithvij <phanirithvij2000@gmail.com>
2024-10-01 23:51:08 +05:30
kolaente
f020b7ac7a
vikunja: 0.24.3 -> 0.24.4
2024-09-29 17:12:55 +02:00
Peder Bergebakken Sundt
77922ccc80
violet: use finalAttrs.finalPackage
2024-09-24 23:28:57 +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
kolaente
25b598aee4
vikunja: 0.24.1 -> 0.24.3
2024-09-20 16:34:51 +02:00
Florian
46dc692a37
villain: 2.1.0 -> 2.2.0 ( #342350 )
2024-09-17 06:14:05 +02: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
D3vil0p3r
b29051b7f2
villain: 2.1.0 -> 2.2.0
2024-09-16 18:50:04 +02:00
aleksana
039893032e
vinagre: remove
2024-09-15 20:12:50 +08: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
Marc Jakobi
3969c3116a
vimcats: 1.0.2 -> 1.1.0
2024-09-04 19:28:53 +02:00
Marc Jakobi
3b8ecf7659
vimcats: init at 1.0.2
2024-08-28 11:10:07 +02:00
Doron Behar
a1f01678f1
video-trimmer: 0.8.1 -> 0.8.2 ( #337668 )
2024-08-27 15:20:50 +00:00
aleksana
59bd948ea0
video-trimmer: add aleksana to maintainers
2024-08-27 17:16:52 +08:00
aleksana
295e1e95bc
video-trimmer: 0.8.1 -> 0.8.2
2024-08-27 17:15:51 +08:00
aleksana
f6c473d14c
video-trimmer: format with nixfmt-rfc-style
2024-08-27 17:15:23 +08:00
aleksana
f270e98590
video-trimmer: move to pkgs/by-name
2024-08-27 16:57:18 +08:00
Jonas Heinrich
1fc737b874
viber: move to pkgs/by-name
2024-08-26 13:34:14 +02:00
Jan Tojnar
b8f3c78021
Merge pull request #333917 from jtojnar/gnome-top-level
...
gnome: Move more packages to top-level
2024-08-24 01:43:31 +02:00
éclairevoyant
2277579c38
vinegar: remove
2024-08-23 09:37:01 -04:00
Jan Tojnar
885eab59d5
vinagre: Move from gnome scope to top-level
2024-08-12 00:28:56 +02:00
R. Ryantm
a9726f69c4
virtio-win: 0.1.248-1 -> 0.1.262-2
2024-08-09 08:18:33 +00:00
Florian
7fb4fd4d76
Merge pull request #330857 from D3vil0p3r/patch-6
...
villain: init at 2.1.0
2024-08-06 09:36:02 +02:00
D3vil0p3r
3c282dcb85
villain: init at 2.1.0
2024-08-06 08:35:49 +02:00
R. Ryantm
a9e9403278
vmagent: 1.102.0 -> 1.102.1
2024-08-02 04:19:56 +00:00
Aleksana
577a9c43f3
Merge pull request #330042 from Sigmanificient/remove-leading-space-description
...
treewide: remove trailing space in description
2024-07-26 23:48:02 +08:00
Sigmanificient
61fe0c0416
pkgs/by-name: remove unused arguments
2024-07-26 10:11:07 +02:00
Sigmanificient
543cd40ecc
treewide: remove trailing space in description
...
Done using `grep -rP 'description\s+=\s+"[^"]+[ ]";' | cut -d ':' -f 1 |
xargs -i nvim {}` and sorting the opened files by hand, avoiding
generated packages list
2024-07-26 03:38:50 +02:00
Leona Maroni
804f0b97ba
Merge pull request #328240 from balacij/master
...
vikunja: 0.24.0 -> 0.24.1
2024-07-20 15:59:16 +02:00
Jason Balaci
ee51a9e129
vikunja: 0.24.0 -> 0.24.1
2024-07-18 14:21:04 -04:00
R. Ryantm
43c3cb6dff
victoriametrics: 1.101.0 -> 1.102.0
2024-07-17 22:26:26 +00:00
Nick Cao
4aed35e12b
Merge pull request #326996 from r-ryantm/auto-update/vinegar
...
vinegar: 1.7.4 -> 1.7.5
2024-07-14 10:47:54 -04:00
R. Ryantm
26f32a0bdb
vinegar: 1.7.4 -> 1.7.5
2024-07-14 03:01:15 +00:00
Masum Reza
fd8e761b5c
Merge pull request #326423 from balacij/updateVikunja
...
vikunja: 0.23.0 -> 0.24.0
2024-07-13 23:56:51 +05:30
❄️
fe14ac8fc2
Merge pull request #324539 from atorres1985-contrib/remove-vrthra
...
treewide: remove vrthra, cpages and lovek323 from meta.maintainers
2024-07-12 14:26:56 -03:00
Jason Balaci
49927dd295
vikunja: 0.23.0 -> 0.24.0
2024-07-11 21:42:34 -04:00
Doron Behar
64facc446a
vim-language-server: use to yarn{Build,Config}Hook
2024-07-10 09:39:03 +03:00
Anderson Torres
084dc9a4df
treewide: remove vrthra from meta.maintainers [no orphans]
...
Tracking issue: https://github.com/NixOS/nixpkgs/issues/290642
Inactive since at least 2017.
2024-07-07 12:18:57 -03:00
Vivian
3d8b814a13
maintainers: remove nullx76
2024-07-05 22:24:03 +02:00
Shawn8901
9e08d3e197
victoriametrics: add shawn8901 as maintainer
2024-06-23 20:40:41 +02:00
Shawn8901
728715dbc1
vmagent: build from victoriametrics package
2024-06-23 20:40:41 +02:00
Shawn8901
d68244cf1f
victoriametrics: add support to enable/disable subpackages
2024-06-23 20:40:41 +02:00
R. Ryantm
9971bbfc87
violet: 0.4.6 -> 0.5.0
2024-06-20 08:59:30 +00: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
Alexis Hildebrandt
bf995e3641
treewide: Remove ending period from meta.description
...
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*".*\.";' pkgs \
| xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*)\.";/\1";/'
2024-06-09 23:04:51 +02:00
Doron Behar
01d57709ec
Merge pull request #290715 from Scrumplex/pkgs/build-support/fetchPnpmDeps
...
pnpm.fetchDeps: init
2024-06-06 09:41:22 +03:00
Peder Bergebakken Sundt
6bd7b07ef9
Merge pull request #315319 from oluceps/add-violet
...
violet: init at 0.4.6
2024-06-05 04:00:22 +02:00
Sefa Eyeoglu
3b2e68d242
vikunja: use pnpm.fetchDeps
...
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2024-06-02 19:56:11 +02:00
oluceps
8f2509d79f
violet: init at 0.4.6
...
Co-authored-by: Anderson Torres <torres.anderson.85@protonmail.com>
2024-05-29 07:24:29 +00:00