1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-25 03:17:13 +00:00
Commit graph

16 commits

Author SHA1 Message Date
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
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
h7x4 41974d5ed9
treewide: add mainProgram 2023-11-27 02:17:53 +01:00
oxalica 9b3ff4831b
{birdtray,isgx,mycrypto,osu-lazer,stretchly,tree-sitter}: remove oxalica as maintainer 2023-07-19 16:20:11 +08: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
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
K900 cb2cfba6f7 treewide: switch all desktop file generators to new API
Notably:
- remove explicit arguments that match the defaults
- convert everything to the right Nix types
2022-02-25 13:40:38 -08:00
Andrey Petrov 65b30d36be mycrypto: 1.7.16 -> 1.7.17 2021-09-14 17:24:34 -04:00
oxalica 075586b488 mycrypto: 1.7.13 -> 1.7.16 2021-05-20 12:19:15 -07:00
Jens Nolte 5c66c2233d mycrypto: Fix crash when opening FileChooser dialog 2021-03-03 17:36:45 +01:00
Dmitry Ivankov c249d03341 mycrypto: 1.7.12 -> 1.7.13 2021-01-12 19:06:41 +01:00
oxalica 726bf83ffa mycrypto: 1.7.11 -> 1.7.12 2020-08-18 11:16:19 -07:00
oxalica 1ce7c5af12 mycrypto: fix icon 2020-08-18 11:16:19 -07:00
oxalica e3193c9cdf mycrypto: init at 1.7.11 2020-08-18 11:16:19 -07:00