Commit Graph

13 Commits

Author SHA1 Message Date
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
Martino Fontana
6e465f4550 treewide: fix use of extraPkgs in AppImages
Mostly removes unnecessary use of `extraPkgs = pkgs: appimageTools.defaultFhsEnvArgs.multiPkgs pkgs;`
This caused some packages to be listed twice.

Also, fix some styling, and accidental use of top-level packages (sometimes due to the `with;` keyword, e.g. on `beeper`).
Remove inclusions of `bash`, since `bashInteractive` is already present by default.
2024-05-13 20:35:07 +02:00
Martino Fontana
bea50e5f6e treewide: remove multiArch=false from buildFHSEnv usages
Cleanup after the work of #240860.
Also preventing new packages to copy from outdated ones.
2024-05-13 20:32:47 +02:00
Peder Bergebakken Sundt
985aa8174d treewide: unbreak appimageTools.wrapType2 builds
`appimageTools.wrapType2` no longer creates a binary `$out/bin/${name}` if `pname` and `version` is provided.
Derivations that have worked around this behavior with a `mv $out/bin/{${name},${pname}}` broke as a result.
This should fix most instances.

contex: #271071
2024-04-24 15:26:52 +02:00
Atemu
f0c58f6e96 tree-wide: use new multiArch buildFHSEnv argument
This is much more direct and sensible than setting a function null
2023-07-01 13:42:17 +02:00
Markus S. Wamser
c10bdd233c notable: add seccomp-fix for AppImage 2023-03-09 11:47:28 +01:00
Artturin
1a634cc057 treewide: remove unecessary XDG_DATA_DIRS from appimage wrapType2
they're unnecessary since https://github.com/NixOS/nixpkgs/pull/161739/files

which links the schemas to their correct fhs locations and adds
gsettings-desktop-schemas and hicolor-icon-theme to appimage fhs
2022-05-15 05:19:23 +03:00
Markus S. Wamser
0ee07ed92b notable: use .desktop file from AppImage 2020-03-22 14:16:35 +01:00
Lancelot SIX
08edf7f27c
notable: update license to unfree
Notable used to be released under AGPL-v3 until v1.5.x but is is now
nonfree.

See https://github.com/notable/notable/blob/master/SOURCE_CODE.md
2020-03-06 23:54:23 +01:00
ajs124
0904686bcc notable: 1.7.3 -> 1.8.4 2020-03-06 23:04:20 +01:00
Will Dietz
f9b0b681dc notable: 1.6.0 -> 1.7.3, fix launch error by adding atspi dep 2019-11-16 01:27:28 -06:00
Will Dietz
126c81b65d
notable: 1.4.0 -> 1.6.0 2019-07-09 05:12:08 -05:00
Will Dietz
fb62c5d9aa notable: init at 1.4.0 2019-04-25 23:24:29 -05:00