Commit Graph

120 Commits

Author SHA1 Message Date
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