Commit Graph

2126 Commits

Author SHA1 Message Date
figsoda
8212bd0ed1
Merge pull request #138466 from samuelgrf/mainProgram-multiple-II
Add meta.mainProgram to multiple packages
2021-09-19 11:59:16 -04:00
davidak
dfa2dd95c2
Merge pull request #138434 from bobby285271/pantheon-team
treewide: switch from pantheon.maintainers to lib.teams.pantheon
2021-09-19 02:58:11 +02:00
Samuel Gräfenstein
14791e1deb
gnugrep: add meta.mainProgram
Fix the following error when running `nix run .#gnugrep`:
error: unable to execute '/nix/store/p21zz3jvnsk6h7pb83lm9hyl2hb7d2g8-gnugrep-3.6/bin/gnugrep': No such file or directory
2021-09-19 00:05:31 +02:00
Robert Schütz
efcacf9ab1
Merge pull request #138294 from antifuchs/ocrmypdf-12-5
ocrmypdf: 12.3.0 -> 12.5.0
2021-09-18 10:00:31 -07:00
Bobby Rong
0fd8cc3908
treewide: switch from pantheon.maintainers to lib.teams.pantheon 2021-09-18 23:07:00 +08:00
figsoda
b560e06265
Merge pull request #138151 from figsoda/difftastic
difftastic: use existing tree-sitter grammars when possible, bump version
2021-09-18 09:25:34 -04:00
R. RyanTM
8596bd678a crowdin-cli: 3.6.5 -> 3.7.0 2021-09-18 03:50:26 +00:00
Andreas Fuchs
70ac11ca8a ocrmypdf: 12.3.0 -> 12.5.0
Version 12.3.0 is not compatible with pluggy 1.0 (which now is in
nixpkgs), so we have to upgrade to a version that supports it.
2021-09-17 14:56:50 -04:00
figsoda
4a304d940f
Merge pull request #134439 from r-ryantm/auto-update/peco
peco: 0.5.8 -> 0.5.10
2021-09-16 22:17:10 -04:00
Ryan Mulligan
a8c43f8eb7
Merge pull request #138143 from r-ryantm/auto-update/mark
mark: 6.2 -> 6.3
2021-09-16 09:36:27 -07:00
figsoda
6c5476df41 difftastic: use existing tree-sitter grammars when possible 2021-09-16 12:20:56 -04:00
figsoda
5e36da0a28 difftastic: 0.8 -> 0.9 2021-09-16 09:35:05 -04:00
R. RyanTM
538d84a80c mark: 6.2 -> 6.3 2021-09-16 13:33:31 +00:00
figsoda
dc73ffe1bd
Merge pull request #137958 from r-ryantm/auto-update/tv
tv: 0.5.1 -> 0.5.3
2021-09-16 07:49:59 -04:00
Dmitry Kalinkin
d8ed39b309
Merge pull request #135525 from veprbl/pr/open_memstream_fmemopen_darwin_fix
Add implemetations of open_memstream/fmemopen to be used on BSDs
2021-09-15 11:49:55 -04:00
github-actions[bot]
5663f4625d
Merge master into staging-next 2021-09-15 06:01:20 +00:00
Mario Rodas
cf5f9be60d
Merge pull request #137960 from r-ryantm/auto-update/vale
vale: 2.10.5 -> 2.10.6
2021-09-15 00:13:10 -05:00
R. RyanTM
ed74ad630c vale: 2.10.5 -> 2.10.6 2021-09-15 04:10:11 +00:00
R. RyanTM
7d1311c202 tv: 0.5.1 -> 0.5.3 2021-09-15 03:54:27 +00:00
github-actions[bot]
91c89490cc
Merge master into staging-next 2021-09-14 18:01:05 +00:00
figsoda
32f704c4fc
Merge pull request #137592 from r-ryantm/auto-update/proselint
proselint: 0.10.2 -> 0.12.0
2021-09-14 13:00:10 -04:00
github-actions[bot]
6f038e8b11
Merge master into staging-next 2021-09-14 12:01:03 +00:00
Sergei Trofimovich
03e61e35dd basex: fix Icon= store path to point to nix store.
Noticed the problem on never disappearing diff reported by:

    $ ./maintainers/scripts/rebuild-amount.sh --print HEAD
    Estimating rebuild amount by counting changed Hydra jobs.
          1 x86_64-linux

    basex.x86_64-linux /nix/store/5ng...-basex-9.4.3

Before the change local non-store path was used:

    $ nix-build -A basex; fgrep -R Icon result/
    result/share/applications/basex.desktop:Icon=/home/.../tools/text/xml/basex/basex.svg

After the change the file got into store as expected:

    $ nix-build -A basex; fgrep -R Icon result/
    result/share/applications/basex.desktop:Icon=/nix/store/...-basex.svg
2021-09-14 09:36:34 +02:00
R. RyanTM
784aebbc61 proselint: 0.10.2 -> 0.12.0 2021-09-12 23:36:52 +00:00
github-actions[bot]
fc5d1c0828
Merge master into staging-next 2021-09-09 12:01:24 +00:00
Fabian Affolter
68590abf42
Merge pull request #137148 from figsoda/tv
tv: init at 0.5.1
2021-09-09 13:42:16 +02:00
Fabian Affolter
793a106992
Merge pull request #137143 from figsoda/csview
csview: init at 0.3.8
2021-09-09 13:22:02 +02:00
figsoda
52731e1d01 tv: init at 0.5.1 2021-09-08 21:35:11 -04:00
figsoda
90ec05be8f csview: init at 0.3.8 2021-09-08 20:56:13 -04:00
github-actions[bot]
8cd1da2362
Merge master into staging-next 2021-09-09 00:01:35 +00:00
Fabian Affolter
827cc25d08
Merge pull request #137101 from figsoda/hck-update
hck: 0.6.2 -> 0.6.3
2021-09-09 00:34:01 +02:00
github-actions[bot]
31efc58eb0
Merge master into staging-next 2021-09-08 18:01:03 +00:00
figsoda
6783402801 hck: 0.6.2 -> 0.6.3 2021-09-08 08:56:04 -04:00
Mario Rodas
f4c654f240 difftastic: 0.6 -> 0.8 2021-09-07 18:00:00 -05:00
Vladimír Čunát
09f5763784
Merge branch 'master' into staging-next
Conflicts:
 - pkgs/development/python-modules/pathspec/default.nix
   The hashes are equivalent, so it's not a real conflict.
 - pkgs/top-level/static.nix
   I can't see a solution, deffered redoing this to the later PR:
   https://github.com/NixOS/nixpkgs/pull/136849
2021-09-07 08:43:26 +02:00
Daniel Nagy
43ff4fde43
reckon: 0.7.1 -> 0.8.0 2021-09-06 22:22:45 +02:00
github-actions[bot]
79667a59e7
Merge master into staging-next 2021-09-06 00:01:28 +00:00
Fabian Affolter
1a83596928
Merge pull request #136663 from fabaff/sad
sad: init at 0.4.14
2021-09-06 00:04:52 +02:00
github-actions[bot]
5b6c2380ad
Merge master into staging-next 2021-09-05 12:01:20 +00:00
figsoda
96f5319abb hck: 0.6.1 -> 0.6.2 2021-09-04 21:09:53 -04:00
github-actions[bot]
5993483dcb
Merge master into staging-next 2021-09-05 00:01:33 +00:00
Fabian Affolter
da0626cad7 sad: init at 0.4.14 2021-09-04 10:18:48 +02:00
figsoda
ca899bfe66 hck: 0.5.4 -> 0.6.1 2021-09-03 11:55:19 -04:00
Martin Weinelt
e2575c7de1
Merge branch 'master' into staging-next 2021-08-30 16:08:03 +02:00
Tom Bereknyei
4a67110bee silver-searcher: add meta.mainProgram 2021-08-29 18:10:59 -04:00
github-actions[bot]
b13b005f0e
Merge master into staging-next 2021-08-26 12:01:09 +00:00
zowoq
13ea123c74 treewide: buildFlagsArray -> ldflags 2021-08-26 21:35:06 +10:00
github-actions[bot]
572dfaae2c
Merge master into staging-next 2021-08-26 06:01:19 +00:00
zowoq
e6494966dd treewide: buildFlagsArray -> ldflags 2021-08-26 15:43:28 +10:00
github-actions[bot]
1bf55a993f
Merge master into staging-next 2021-08-26 00:01:37 +00:00