Commit Graph

11 Commits

Author SHA1 Message Date
Silvan Mosberger
4f0dadbf38 treewide: format all inactive Nix files
After final improvements to the official formatter implementation,
this commit now performs the first treewide reformat of Nix files using it.
This is part of the implementation of RFC 166.

Only "inactive" files are reformatted, meaning only files that
aren't being touched by any PR with activity in the past 2 months.
This is to avoid conflicts for PRs that might soon be merged.
Later we can do a full treewide reformat to get the rest,
which should not cause as many conflicts.

A CI check has already been running for some time to ensure that new and
already-formatted files are formatted, so the files being reformatted here
should also stay formatted.

This commit was automatically created and can be verified using

    nix-build a08b3a4d19.tar.gz \
      --argstr baseRev b32a094368
    result/bin/apply-formatting $NIXPKGS_PATH
2024-12-10 20:26:33 +01:00
stuebinm
ff1a94e523 treewide: add meta.mainProgram to packages with a single binary
The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
2024-03-19 03:14:51 +01:00
Lương Việt Hoàng
5b689b360b qView: fix failed build when x11Support is false 2023-10-19 00:18:02 +07:00
Lương Việt Hoàng
a4a209666e qView: 5.0 -> 6.1 2023-10-18 23:53:06 +07:00
zendo
c064354949 qview: 4.0 -> 5.0 2022-11-27 20:37:12 +08:00
Ryan Burns
d6fb49d8c2 qview: fix build on darwin, support extra formats
Clarified license to GPL3+.
Building on darwin requires qtsvg.
qtimageformats adds support for extra image formats, such as WebP.
2021-08-15 22:29:59 -07:00
R. RyanTM
d9565b8386 qview: 3.0 -> 4.0 2020-11-09 23:37:09 +00:00
worldofpeace
a8eba26d2c qview: use qt5's mkDerivation 2020-02-24 16:12:33 -05:00
R. RyanTM
5a4afd2cc4 qview: 2.0 -> 3.0 2020-01-22 23:33:25 +00:00
Anthony Cowley
6f07f1598f Address comments by @aanderse 2019-05-28 16:12:38 -04:00
Anthony Cowley
fbc46ae2ca Package the qView image viewer
A fast, unobtrusive Qt-based image viewer.
2019-05-28 12:46:47 -04:00