Commit Graph

21 Commits

Author SHA1 Message Date
Peter Hoeg
caeda29217 grc: add mainProgram 2023-11-11 21:38:06 +01:00
Azat Bahawi
028231c095 grc: add support for absolute store paths
Add support for absolute paths from Nix store. This will allow grc to
apply configs to direct execution of
`/nix/store/*-package-1.0.0/bin/hello` paths and not just PATH
expansion.
2023-09-22 16:14:49 +03:00
Azat Bahawi
1008fa1354
grc: add azahi as maintainer 2023-09-22 00:42:38 +03:00
Aaron Jheng
5bdef060ba
grc: use installShellFiles 2022-11-10 10:43:20 +00:00
AndersonTorres
8254f078fc grc: update meta.homepage 2022-01-05 14:50:02 -08:00
R. RyanTM
1f714c8205 grc: 1.12 -> 1.13 2021-08-08 13:03:21 +00:00
AndersonTorres
e763719a20 grc: 1.12 -> 1.13 2021-03-02 17:20:01 -03:00
Pavol Rusnak
a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01: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
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Peter Hoeg
10cc136ed1 grc: leave /etc/grc.conf alone so we can override it
plus a few minor cleanups
2019-08-13 04:19:30 +08:00
Peter Hoeg
8ce6db1624 grc: 1.11.1 -> 1.11.3 2018-04-30 16:11:49 +08:00
Peter Hoeg
b1b5c66fbc grc: 1.11 -> 1.11.1 2017-05-23 17:32:09 +08:00
Peter Hoeg
4639e68fd1 grc: 1.10.1 -> 1.11 2017-04-26 22:45:03 +08:00
Peter Hoeg
bb867aabd2 grc: 1.9 -> 1.10.1
Additionally, grc wasn't actually working unless you copied out the config files
to your home directory because it couldn't find the default config in
/etc/grc.conf

So now we patch the program to look in the right places.

Upstream has moved to github.
2017-03-06 10:57:12 +08:00
AndersonTorres
ba3de5cf9b GRC: 1.7 -> 1.9 2015-04-05 18:17:07 -03:00
koral
c5aa2e7946 grc: 1.5 -> 1.7 2015-03-27 15:57:03 +00:00
koral
52958ad4e1 Upgraded grc to v1.5 2014-09-20 23:15:45 +01:00
Evgeny Egorochkin
fd0b94dd6a Remove "v" prefix from package versions to make them machine-readable 2014-01-10 10:16:41 +02:00
Bjørn Forsman
083d0890f5 More description fixes
* Remove package name
* Start with upper case letter
* Remove trailing period

Also reword some descriptions and move some long descriptions to
longDescription.

I'm not touching generated packages.
2013-10-06 12:01:38 +02:00
Jason "Don" O'Conal
f3aedccfd4 grc: add expression 2013-08-06 09:42:24 +10:00