Commit Graph

21 Commits

Author SHA1 Message Date
R. Ryantm
cb594c8557 gremlin-console: 3.7.1 -> 3.7.2 2024-04-29 06:16:53 +00:00
h7x4
8121f3559a
treewide: add mainProgram 2024-02-11 03:19:15 +01:00
R. Ryantm
ffed3c4586 gremlin-console: 3.7.0 -> 3.7.1 2023-12-05 07:36:04 +00:00
Ivan Necas
7e46f059b6 gremlin-console: 3.6.4 -> 3.7.0 2023-09-05 09:04:40 +02:00
R. Ryantm
6835a7b510 gremlin-console: 3.6.3 -> 3.6.4 2023-05-23 04:05:06 +00:00
R. Ryantm
5d55a8642f gremlin-console: 3.6.2 -> 3.6.3 2023-05-12 03:49:28 +00:00
R. Ryantm
382cad7adf gremlin-console: 3.6.1 -> 3.6.2 2023-01-31 05:34:38 +00:00
R. Ryantm
474c627a55 gremlin-console: 3.6.0 -> 3.6.1 2022-07-27 18:30:55 +00:00
R. Ryantm
b8ba058959 gremlin-console: 3.5.3 -> 3.6.0 2022-04-25 00:36:23 +00:00
R. Ryantm
1bc3080a83 gremlin-console: 3.5.2 -> 3.5.3 2022-04-11 16:28:21 +00:00
Joshua Potter
18c02d81b0 gremlin-console: 3.5.1 -> 3.5.2 2022-02-17 05:46:00 -05:00
R. Ryantm
c34b82f4b4 gremlin-console: 3.5.0 -> 3.5.1 2021-12-21 23:42:02 +00:00
Antoine Eiche
a4ae041a22 gremlin-console: 3.4.10 -> 3.5.0 2021-05-15 08:59:18 +02:00
R. RyanTM
2749351acd
gremlin-console: 3.4.8 -> 3.4.10
Also add install hooks
2021-03-28 10:00:07 +02:00
Ben Siraphob
e03c068af5 treewide: makeWrapper buildInputs to nativeBuildInputs 2021-02-19 20:09:16 +07:00
Profpatsch
4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
R. RyanTM
8fbb662a06 gremlin-console: 3.3.4 -> 3.4.8 2020-11-12 13:47:30 +00:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
volth
46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
volth
f3282c8d1e treewide: remove unused variables (#63177)
* treewide: remove unused variables

* making ofborg happy
2019-06-16 19:59:05 +00:00
Antoine Eiche
28e08aa254 gremlin-console: init at 3.3.4 2018-11-12 18:12:20 +01:00