Commit Graph

1717 Commits

Author SHA1 Message Date
Ryan Mulligan
3df16a48bf
Merge pull request #110043 from r-ryantm/auto-update/link-grammar
link-grammar: 5.8.0 -> 5.8.1
2021-01-20 07:31:42 -08:00
Jan Tojnar
db28fc965b
link-grammar: Improve
- Add meta.changelog
- Correct license
- Run tests
- Add quick smoke test to passthru.tests
2021-01-20 10:24:43 +01:00
R. RyanTM
dc912f45d7 link-grammar: 5.8.0 -> 5.8.1 2021-01-19 23:58:43 +00:00
zowoq
31f5dd3f36 treewide: editorconfig fixes
- remove trailing whitespace
- use spaces for indentation
2021-01-20 09:11:11 +10:00
Ryan Mulligan
db942b99ec
Merge pull request #109943 from r-ryantm/auto-update/diffstat
diffstat: 1.63 -> 1.64
2021-01-19 13:44:36 -08:00
R. RyanTM
a196b0c291 diffstat: 1.63 -> 1.64 2021-01-19 11:24:55 +00:00
R. RyanTM
1b0e552fad angle-grinder: 0.15.0 -> 0.16 2021-01-19 06:35:38 +00:00
Ben Siraphob
d6aeae8f90 pkgs/tools: pkgconfig -> pkg-config (2) 2021-01-17 23:27:27 +07:00
Guillaume Girol
979e6e67d3
Merge pull request #96762 from kampka/source-highlight
source-highlight: Skip building docs when cross-compiling
2021-01-17 16:03:35 +00:00
Sandro
73f1ed5f4b
Merge pull request #109610 from raboof/reckon-0.4.4-to-0.6.0
reckon: 0.4.4 -> 0.6.0
2021-01-17 14:12:03 +01:00
Arnout Engelen
f60ce0313d
reckon: 0.4.4 -> 0.6.0 2021-01-17 10:03:10 +01:00
Mario Rodas
568424435a peco: 0.5.3 -> 0.5.8 2021-01-16 04:20:00 +00:00
Ben Siraphob
badf51221d treewide: stdenv.lib -> lib 2021-01-16 17:58:11 +07:00
Ben Siraphob
8c5d37129f pkgs/tools: stdenv.lib -> lib 2021-01-15 17:12:36 +07:00
Jörg Thalheim
dbb48b45a5
Merge pull request #107961 from KAction/par-static
par: fix static build
2021-01-13 09:05:40 +00:00
Jörg Thalheim
11033cbb6b
par: fix build 2021-01-13 10:00:45 +01:00
Sandro
d61322ad92
Merge pull request #108912 from TredwellGit/languagetool
languagetool: 5.1 -> 5.2
2021-01-12 16:57:18 +01:00
Dmitry Bogatov
a5f92046ce par: fix static build
This change causes rebuild of both glibc and musl dynamic variants, but
no cascade rebuilds.
2021-01-12 00:00:00 +00:00
Daniel Nagy
51cb6bffed
poedit: use gtk3 2021-01-11 19:02:23 +01:00
TredwellGit
8b2edefcd6 languagetool: 5.1 -> 5.2
https://github.com/languagetool-org/languagetool/blob/v5.2/languagetool-standalone/CHANGES.md
2021-01-11 11:17:26 +00: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
Jan Tojnar
e6c0c98940
Merge branch 'master' into staging-next
zynaddsubfx conflict has been updated to 3.0.1, which conflicted with rewrite after 3.0.5 update on a different branch.
2021-01-08 02:07:34 +01:00
David Wood
70e7255831
mdcat: 0.22.1 -> 0.22.2 2021-01-07 17:08:11 +00:00
Jan Tojnar
f19eb635b4
Merge branch 'master' into staging-next
b04fc593e7 seems to have accidentally changed mkDerivation function for dfilemanager and solarus-quest-editor so I have reverted that here.
2021-01-07 13:04:31 +01:00
Sandro
fcc81bc974
Merge pull request #108483 from andresilva/mdbook-0.4.5
mdbook: 0.4.4 -> 0.4.5
2021-01-07 11:31:43 +01:00
Bernardo Meurer
0c1a71e855
vale: 2.6.5 -> 2.6.8 2021-01-05 13:45:11 -08:00
André Silva
397c5a3d08
mdbook: 0.4.4 -> 0.4.5 2021-01-05 14:58:19 +00:00
zowoq
fb2311d430 Merge staging-next into staging 2021-01-03 16:33:28 +10:00
Dmitry Bogatov
a8040c700a groff: fix static build
Without manual override following problematic code in generated
"configure" script (line 15918):

  case "$host_os" in
    # Guess yes on glibc systems.
    *-gnu* | gnu*) gl_cv_func_signbit="guessing yes" ;;
    # Guess yes on native Windows.
    mingw*)        gl_cv_func_signbit="guessing yes" ;;
    # If we don't know, assume the worst.
    *)             gl_cv_func_signbit="guessing no" ;;
  esac

results in declaration conflict with gnulib declaring

  int signbit(double)

while system "math.h" providing modern declaration as

  constexpr bool signbit(double)
2021-01-02 08:44:20 +01:00
Ben Siraphob
b04fc593e7 treewide: cmake buildInputs to nativeBuildInputs, minor cleanups 2021-01-01 11:52:33 +07:00
Tim Steinbach
05bf935bc6
ripgrep: Add test 2020-12-23 12:30:39 -05:00
Sandro
fe458a9dfd
Merge pull request #104494 from sternenseemann/chroma-0.8.2
chroma: 0.8.1 -> 0.8.2
2020-12-22 17:29:02 +01:00
sternenseemann
b3aed95a6e chroma: 0.8.1 -> 0.8.2
Populate version information manually to avoid having to integrate
goreleaser into the build process.
2020-12-22 16:20:53 +01:00
Mario Rodas
68dfd5df47 languagetool: add platforms 2020-12-20 04:20:00 +00:00
Matthias Beyer
dc8f4337d2 ugrep: 3.0.6 -> 3.1.0
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2020-12-19 21:02:00 +01:00
Mario Rodas
a1e783c666
Merge pull request #106331 from r-ryantm/auto-update/vale
vale: 2.6.4 -> 2.6.5
2020-12-08 04:01:10 -05:00
R. RyanTM
9659da62f6 vale: 2.6.4 -> 2.6.5 2020-12-08 08:38:18 +00:00
R. RyanTM
ccca330f61 ugrep: 3.0.5 -> 3.0.6 2020-12-08 08:27:12 +00:00
R. RyanTM
c18ffac4c7 pbgopy: 0.1.1 -> 0.2.0 2020-12-08 02:39:00 +00:00
Maximilian Bosch
5f8809b4ea
Merge pull request #105727 from zowoq/shfmt
shfmt: 3.2.0 -> 3.2.1
2020-12-02 21:42:18 +01:00
zowoq
adc4367197 shfmt: 3.2.0 -> 3.2.1
https://github.com/mvdan/sh/releases/tag/v3.2.1
2020-12-03 05:49:57 +10:00
IvarWithoutBones
b8ad3d4e9e pbgopy: init at 0.1.1 2020-12-02 03:47:10 +01:00
Sandro
63cf5d0c68
Merge pull request #105578 from r-ryantm/auto-update/vale
vale: 2.6.3 -> 2.6.4
2020-12-01 14:06:47 +01:00
Sandro
43acf1bc95
Merge pull request #105527 from r-ryantm/auto-update/miller
miller: 5.9.1 -> 5.10.0
2020-12-01 13:54:52 +01:00
R. RyanTM
4aa370b6b3 vale: 2.6.3 -> 2.6.4 2020-12-01 12:06:37 +00:00
R. RyanTM
93d86b89e0 miller: 5.9.1 -> 5.10.0 2020-12-01 01:48:03 +00:00
Anderson Torres
7714edc2e5
Merge pull request #105489 from AndersonTorres/update-rst2html5
rst2html5: 1.9.4 -> 1.10.6
2020-11-30 18:42:08 -03:00
AndersonTorres
90aacae8a5 rst2html5: 1.9.4 -> 1.10.6 2020-11-30 17:58:53 -03:00
Anderson Torres
881dee5284
Merge pull request #105411 from AndersonTorres/wip-ucg
ucg: init at 20190225
2020-11-30 16:55:03 -03:00
AndersonTorres
4bcdf302e1 ucg: init at 20190225 2020-11-30 16:21:41 -03:00