Commit Graph

12 Commits

Author SHA1 Message Date
Weijia Wang
2ee39b6c1c
Merge pull request #317079 from r-ryantm/auto-update/neo4j-desktop
neo4j-desktop: 1.5.8 -> 1.5.9
2024-06-10 19:11:12 +02: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
f86bcce2f0 neo4j-desktop: 1.5.8 -> 1.5.9 2024-06-04 03:31:39 +00: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
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
8121f3559a
treewide: add mainProgram 2024-02-11 03:19:15 +01:00
R. Ryantm
18609569de neo4j-desktop: 1.5.7 -> 1.5.8 2023-05-13 13:42:11 +00:00
R. Ryantm
93cabac35e neo4j-desktop: 1.5.6 -> 1.5.7 2023-02-25 04:40:51 +00:00
Bob van der Linden
b88bf50e11
neo4j-desktop: 1.4.12 -> 1.5.6 2023-01-21 15:57:39 +01:00
Bob van der Linden
aa9cc7d3cc
neo4j-desktop: 1.4.7 -> 1.4.12 2022-01-27 08:36:21 +01:00
Bob van der Linden
64bf0aa023
neo4j-desktop: 1.4.5 -> 1.4.7 (#129948) 2021-07-11 18:29:04 +02:00
Bob van der Linden
d1ac06b009
neo4j-desktop: init at 1.4.5 (#127341)
* neo4j-desktop: init at 1.4.5

* Update pkgs/applications/misc/neo4j-desktop/default.nix

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-06-18 15:22:49 +02:00