Commit Graph

185 Commits

Author SHA1 Message Date
Aleksana
a407d26ec2
dissent: fix /usr/bin path (#342742) 2024-09-18 19:16:05 +08:00
Honnip
43b276a43b
dissent: fix /usr/bin path 2024-09-18 18:38:27 +09: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
nicoo
02ea5fbeff
Merge #340996: dissent 0.0.27 -> 0.0.30 2024-09-12 13:32:49 +00:00
éclairevoyant
49f7e34d6e
maintainers: remove eclairevoyant 2024-09-10 15:02:41 -04:00
Honnip
1e557511c6
dissent: 0.0.27 -> 0.0.30 2024-09-10 21:18:37 +09:00
Weijia Wang
e4b7f0de75
discover-overlay: 0.7.4 -> 0.7.8 (#335033) 2024-09-09 23:57:38 +02:00
R. Ryantm
7209339f1c diesel-cli: 2.2.3 -> 2.2.4 2024-09-08 18:02:35 +00:00
R. Ryantm
54aa628cf6 disko: 1.6.1 -> 1.7.0 2024-09-04 01:54:10 +00:00
R. Ryantm
0ef332b825 discover-overlay: 0.7.4 -> 0.7.8 2024-08-29 19:05:14 +00:00
Nick Cao
252fdc8def
diesel-cli: 2.2.1 -> 2.2.3 (#337382) 2024-08-26 18:28:43 -04:00
seth
2434f2f15b
diesel-cli: 2.2.1 -> 2.2.3
Changelog: https://github.com/diesel-rs/diesel/releases/tag/v2.2.3
Diff: https://github.com/diesel-rs/diesel/compare/v2.2.2...v2.2.3
2024-08-25 22:34:12 -04:00
zendo
3366d35db0 dippi: 4.0.6 -> 4.1.0 2024-08-25 22:14:12 +08:00
zendo
7960c50993 dippi: move to by-name 2024-08-25 22:08:40 +08:00
Jörg Thalheim
8d87e1cc77 disko: add missing nixos-install for disko-install 2024-08-21 12:03:23 +02:00
R. Ryantm
448b8431b6 dissent: 0.0.26 -> 0.0.27 2024-08-11 01:32:43 +00:00
éclairevoyant
e0b9fac8c3
digikam: fix wayland platform support 2024-08-09 11:25:48 -04:00
Gabriel Fontes
930cbcd072
dim: fix compilation error with rust 1.80
As per https://github.com/NixOS/nixpkgs/issues/332957,
https://github.com/rust-lang/rust/issues/127343. Bumps the time dependency in Cargo.lock, to fix a compilation issue
2024-08-08 10:31:52 -03:00
phanirithvij
77743bb232 distrobox-tui: init at 0.1.0
Signed-off-by: phanirithvij <phanirithvij2000@gmail.com>
2024-08-07 20:33:50 +05:30
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
éclairevoyant
03d798e381
digikam: fix binary replacements 2024-08-05 20:42:06 -04:00
éclairevoyant
14d2848c92
digikam: wrap with exiftool 2024-08-05 20:41:17 -04:00
Pol Dellaiera
8858c1c8da
Merge pull request #332017 from Sigmanificient/diagrams-as-code
python312Packages.diagrams-as-code: init at 0.0.4
2024-08-04 22:53:33 +02:00
Sigmanificient
e85e1bc098 python312Packages.diagrams-as-code: init at 0.0.4 2024-08-04 15:52:04 +02:00
Doron Behar
75f326405e
Merge pull request #331910 from pyrox0/rem-mkyarnpackage/diagnostic-languageserver
diagnostic-languageserver: migrate from mkYarnPackage
2024-08-04 04:59:52 +00:00
Pyrox
e8a6875398
diagnostic-languageserver: migrate from mkYarnPackage 2024-08-03 22:21:47 -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
Aleksana
f5e0dfbca1
Merge pull request #331535 from r-ryantm/auto-update/dissent
dissent: 0.0.25 -> 0.0.26
2024-08-03 22:51:13 +08:00
R. Ryantm
07dfa0de03 dissent: 0.0.25 -> 0.0.26 2024-08-01 13:54:31 +00:00
Peder Bergebakken Sundt
b926e6ece9
Merge pull request #331116 from pbsds/fix-finalattrs-docheck-1722356587
treewide: finalAttrs.doCheck -> finalAttrs.finalPackage.doCheck
2024-08-01 14:58:44 +02:00
zimbatm
1ccc99fe9e dispad: move to by-name 2024-07-31 09:10:32 +02:00
zimbatm
3d2cee1c04 direnv: move to by-name 2024-07-31 09:10:32 +02:00
Peder Bergebakken Sundt
29ab705c17 treewide: finalAttrs.doCheck -> finalAttrs.finalPackage.doCheck
repeat of #271241
discussion: #272978

I did not replace the instance in eiwd, since it causes an infinite recursion.
2024-07-30 18:32:01 +02:00
Vladimír Čunát
64c6a981fe
Merge branch 'master' into staging-next 2024-07-27 09:18:58 +02:00
Emily
b8faf5d599
Merge pull request #329470 from emilazy/push-omxsrkkkvymx
digikam: modernize, update, and use Qt 6; libsForQt5.libqtav: drop
2024-07-26 23:33:14 +01:00
K900
1410c766c8 Merge remote-tracking branch 'origin/master' into staging-next 2024-07-26 08:41:08 +03:00
Aleksana
0e563a350f
Merge pull request #328403 from rrcomtech/package/AddingDitaOT
dita-ot: init at 4.2.3
2024-07-26 10:31:32 +08:00
Robert Richter
c2735fd1e7 dita-ot: init at version 4.2.3 2024-07-25 10:58:02 +02:00
Emily
5ca94336fd digikam: use Qt 6 2024-07-23 20:20:51 +01:00
Emily
94a39c9ace digikam: 8.3.0 -> 8.4.0
Includes fixes for FFmpeg 7.
2024-07-23 18:54:54 +01:00
Emily
282f3440bb digikam: drop libqtav dependency
This isn’t being used any more; on Qt 5 they use QtAVPlayer and on
Qt 6 they use the Qt Multimedia module.
2024-07-23 18:54:54 +01:00
Emily
c363e27c57 digikam: modernize 2024-07-23 18:54:54 +01:00
Emily
60b1c879b2 digikam: reformat with nixfmt-rfc-style 2024-07-23 18:54:54 +01:00
github-actions[bot]
637b531dcf
Merge staging-next into staging 2024-07-19 18:01:40 +00:00
Artturin
a516ea8c99 Merge branch 'staging-next' into staging 2024-07-16 19:07:48 +03:00
seth
f5f90aa696
diesel-cli: 2.1.1 -> 2.2.1
Changelog: https://github.com/diesel-rs/diesel/releases/tag/v2.2.1
Diff: https://github.com/diesel-rs/diesel/compare/v2.1.1...v2.2.1
2024-07-15 13:17:07 -04:00
Aleksana
ccb1f96597
Merge pull request #326263 from katexochen/distribution/3-beta
distribution: 3.0.0-alpha.1 -> 3.0.0-beta.1
2024-07-16 00:06:42 +08:00
Emily
d25171fc8e dim: bump nightfall for FFmpeg >= 6 support
I have no idea if this works.
2024-07-14 08:34:24 +01:00
Peder Bergebakken Sundt
5f3fd5e599
Merge pull request #319288 from getchoo/pkgs/diesel-cli/adopt
diesel-cli: adopt; modernize
2024-07-12 22:57:44 +02:00
Paul Meyer
aacbcb197d distribution: 3.0.0-alpha.1 -> 3.0.0-beta.1
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-07-11 11:10:34 +02:00
seth
bc73ec689d
diesel-cli: modernize
- add version test
- skip tests requiring live database
- add updateScript
- update upstream URLs
  - linking directly to the diesel website makes more sense, as it's the
  actual homepage, not where the code is hosted
  the regular version changelogs should also include information on the
  cli
2024-07-10 15:38:29 -04:00
seth
342dab5b73
diesel-cli: add maintainer getchoo 2024-07-10 15:38:19 -04:00
toastal
5cd07decd8 displaycal: use python311 for wxPython compat
A newer version has yet to be released. Upstream moved on which causes
DisplayCAL @ python3 to now be broken.
2024-07-09 21:52:08 +07:00
Lily
d24d59a37a
maintainers: remove spacefault 2024-07-09 06:00:46 -06:00
Weijia Wang
b160fe2f0e
Merge pull request #321732 from r-ryantm/auto-update/discordchatexporter-cli
discordchatexporter-cli: 2.43.1 -> 2.43.3
2024-07-02 01:11:54 +02:00
éclairevoyant
71e728d3b8
maintainers: remove ivar 2024-06-29 03:09:10 -04:00
Pyrox
41a2be1c25
diagnostic-languageserver: remove from node-packages 2024-06-26 00:52:20 -04:00
R. Ryantm
4ee5871bf7 discordchatexporter-cli: 2.43.1 -> 2.43.3 2024-06-22 10:53:35 +00:00
Paul Meyer
e3eac43948
Merge pull request #280911 from katexochen/distribution/3
docker-distribution: 2.8.3 -> 3.0.0-alpha.1
2024-06-19 14:35:40 +02:00
Weijia Wang
30f3ff0b55
Merge pull request #320029 from matteo-pacini/discord-gamesdk
discord-gamesdk: set autoPatchelfHook for linux targets only
2024-06-18 10:23:44 +02:00
Paul Meyer
58d8ba6d7f distribution: add update script 2024-06-17 21:14:39 +02:00
Paul Meyer
66c729f191 distribution: add version test 2024-06-17 21:14:39 +02:00
Paul Meyer
77a81b7c8c distribution: update repo owner and meta 2024-06-17 21:14:04 +02:00
Paul Meyer
4b74b465e4 docker-distribution: rename to distribution 2024-06-17 21:12:45 +02: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
Pol Dellaiera
01d619bc95
Merge pull request #319994 from Aleksanaa/dissent
dissent: 0.0.24 -> 0.0.25
2024-06-16 08:32:53 +02:00
Matteo Pacini
eb0f84991d discord-gamesdk: set autoPatchelfHook for linux targets only 2024-06-15 11:26:19 +01:00
aleksana
781d879602 dissent: 0.0.24 -> 0.0.25 2024-06-15 14:22:00 +08:00
seth
78a212761a
diesel-cli: format with nixfmt 2024-06-12 05:08:49 -04:00
seth
8ad3581ac9
diesel-cli: migrate to by-name 2024-06-12 05:08:31 -04: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
R. Ryantm
748a669291 dillo: 3.1.0 -> 3.1.1 2024-06-08 12:49:08 +00:00
jopejoe1
27cde9a05a disko: use pname instead of name 2024-06-05 20:42:11 +02:00
R. Ryantm
a2bec07ded discordchatexporter-cli: 2.43 -> 2.43.1 2024-05-19 16:37:11 +00:00
Austin Seipp
5788c29ef0 diffedit3: init at 0.4.0
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2024-05-14 07:30:40 -05:00
Raghav Sood
66e29fc72b
dim: add missing darwin dependencies 2024-05-13 23:57:02 +08:00
Raghav Sood
6a2874d266
dim: nixfmt-rfc-style 2024-05-13 23:55:46 +08:00
Tomo
931dea32ac
discord-gamesdk: format with nixfmt-rfc-style 2024-05-10 10:46:44 -07:00
Tomo
9e50f5eab7
discord-gamesdk: move to pkgs/by-name 2024-05-10 10:45:39 -07:00
Anderson Torres
0e97dafeda dillo: 3.0.5-unstable-2021-02-09 -> 3.1.0
Dillo is now under new direction!
2024-05-10 07:47:04 +00:00
Anderson Torres
dc675957bf dillo: refactor
- fix version string
- strictDeps
- split outputs
- no nested with
2024-05-10 07:47:04 +00:00
Anderson Torres
d210f6bc5a dillo: migrate to by-name 2024-05-10 07:47:04 +00:00
Anderson Torres
bc5cd8dbd1 dillong: refactor
- fix version string
- strictDeps
- split outputs
- no nested with
2024-05-10 07:47:04 +00:00
Anderson Torres
d28c673f6d dillong: migrate to by-name 2024-05-10 07:47:04 +00:00
Leah Amelia Chen
a66b1dc4a4 dim: fix build failure
Who would've thought it's caused by unused imports of all things...?
2024-05-08 13:56:41 +02:00
Jörg Thalheim
e92141bfa6 disko: 1.6.0 -> 1.6.1
Diff: https://github.com/nix-community/disko/compare/v1.6.0...v1.6.1
2024-05-07 17:19:09 +02:00
Nick Cao
98af9b39b9
Merge pull request #308564 from r-ryantm/auto-update/discover-overlay
discover-overlay: 0.7.3 -> 0.7.4
2024-05-04 09:37:36 -04:00
Pascal Bach
b7bcb5a6e7
Merge pull request #308709 from bnapolitano/master
digikam: 8.2.0 -> 8.3.0
2024-05-03 21:00:23 +02:00
R. Ryantm
220bb5d326 discover-overlay: 0.7.3 -> 0.7.4 2024-05-02 16:35:39 +00:00
K900
a9c7210d0b Merge branch 'master' into staging-next 2024-05-01 09:37:47 +03:00
Brian Napolitano
8554713d95
Merge branch 'NixOS:master' into master 2024-04-30 23:29:35 -05:00
Peder Bergebakken Sundt
ed68198b5f
Merge pull request #306426 from dragonginger10/discover-overlay-0.7.3
discover-overlay: 0.7.0 -> 0.7.3
2024-05-01 04:04:14 +02:00
Weijia Wang
23cbc3c2b3 Merge branch 'master' into staging-next 2024-04-30 13:24:52 +02:00
R. Ryantm
9970ff4256 disko: 1.5.0 -> 1.6.0 2024-04-30 00:41:58 +00:00
Vladimír Čunát
ad6f6ba399
Merge branch 'master' into staging-next 2024-04-29 08:22:30 +02:00
R. Ryantm
6d051c4cb5 discordchatexporter-cli: 2.42.8 -> 2.43 2024-04-29 02:09:44 +00:00
Brian Napolitano
7f5518dd35
Merge branch 'NixOS:master' into master 2024-04-27 16:08:40 -05:00
Jan Tojnar
eb04659fc2 treewide: wrapGAppsHook → wrapGAppsHook3
This was achieved using the following command:

    sd 'wrapGAppsHook\b' wrapGAppsHook3 (rg -l 'wrapGAppsHook\b')

And then manually reverted the following changes:

- alias in top-level.nix
- function name in wrap-gapps-hook.sh
- comment in postFixup of at-spi2-core
- comment in gtk4
- comment in preFixup of 1password-gui/linux.nix
- comment in postFixup of qgis/unwrapped-ltr.nix and qgis/unwrapped.nix
- comment in postFixup of telegram-desktop
- comment in postFixup of fwupd
- buildCommand of mongodb-compass
- postFixup of xflux-gui
- comment in a patch in kdePackages.kde-gtk-config and plasma5Packages.kde-gtk-config
- description of programs.sway.wrapperFeatures.gtk NixOS option (manual rebuild)
2024-04-27 02:23:22 +02:00
R. Ryantm
f64fae7e1e dissent: 0.0.23 -> 0.0.24 2024-04-24 12:52:05 +00:00
JP
ee5df237da discover-overlay: 0.7.0 -> 0.7.3 2024-04-23 19:58:58 -05:00