Frederik Rietdijk
fd2bd6e433
Merge staging-next into master
2019-04-30 15:50:24 +02:00
Sam Doshi
3be0cc4de7
peco: fix incorrect termbox-go rev in deps.nix ( #60281 )
...
Peco 0.5.3 included an update to the termbox-go dependency to fix a bug,
this change did not make it into deps.nix.
See:
- peco/peco#446
- peco/peco#447
- nsf/termbox-go#185
2019-04-29 21:04:55 +02:00
Frederik Rietdijk
2f936f85d8
Merge master into staging-next
2019-04-29 13:46:20 +02:00
Yurii Rashkovskii
de70c139ec
qgrep: init at 1.1
2019-04-28 14:36:32 +07:00
Sarah Brofeldt
f96bf5bb2e
Merge pull request #60241 from Amar1729/init/sd
...
sd: init at 0.5.0
2019-04-27 08:07:54 +02:00
Frederik Rietdijk
883232c00d
Merge master into staging-next
2019-04-27 07:01:38 +02:00
Amar1729
3679d1b17e
sd: init at 0.5.0
2019-04-26 18:47:48 -04:00
Edmund Wu
5f6ddc2747
epubcheck: init at 4.2.0
2019-04-26 17:56:42 -04:00
Matthew Bauer
84d00355e8
Merge remote-tracking branch 'NixOS/master' into staging
2019-04-23 22:00:42 -04:00
Daniel Schaefer
bac4d95aa2
treewide: Change URLs to HTTPS
...
Lots of URLs were HTTP redirect to HTTPS. Changed those and checked them
if there's actual content. Inspired by
https://github.com/NixOS/nixpkgs/issues/60004
2019-04-22 10:19:54 +02:00
Frederik Rietdijk
2346182c2c
Merge staging-next into staging
2019-04-18 08:26:30 +02:00
Jan Tojnar
5c1d710a6b
gtranslator: init at 3.32.0
2019-04-17 22:38:32 +02:00
Lily Ballard
e50f79a110
mdbook: fix Darwin support ( #59385 )
2019-04-17 02:36:26 -04:00
Vladyslav M
f469313353
ripgrep: 11.0.0 -> 11.0.1
2019-04-16 23:27:05 +03:00
Lily Ballard
7946a284c2
ripgrep: 0.10.0 -> 11.0.0
2019-04-16 00:00:16 -07:00
Matthew Bauer
f475aeaf29
Merge pull request #59535 from matthewbauer/homepage-fixes
...
treewide: update homepages to https where available
2019-04-15 20:47:30 -04:00
Matthew Bauer
290a5d916e
treewide: update homepages to https where available
...
Based on "problems" from repology:
https://repology.org/repository/nix_unstable/problems
Mostly simple changes to reflect redirects.
2019-04-15 10:10:05 -04:00
R. RyanTM
096536ded5
csvkit: 1.0.3 -> 1.0.4
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/csvkit/versions
2019-04-14 05:38:44 -07:00
Mario Rodas
acdba71e47
Merge pull request #58568 from dtzWill/update/vale-1.4.0
...
vale: 1.3.2 -> 1.4.0
2019-04-09 22:04:10 -05:00
xeji
ca33a4fa01
Merge pull request #52320 from r-ryantm/auto-update/fanficfare
...
fanficfare: 3.1.1 -> 3.6.0
2019-04-09 22:10:20 +02:00
zimbatm
0fba99dedf
shfmt: 1.1.0 -> 2.6.4 ( #59113 )
...
and stop shipping the "gosh" binary with shfmt, make a separate package
if you want to use that
2019-04-07 15:26:50 +02:00
R. RyanTM
fe3e3892a8
link-grammar: 5.5.1 -> 5.6.0 ( #57303 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/link-grammar/versions
2019-04-07 09:59:27 +00:00
Jan Tojnar
621c4b8a59
fanficfare: 3.1.1 -> 3.6.0
...
Switch to Python 3 and fetching from Pypi
2019-04-07 00:33:26 +02:00
Will Dietz
85fae046ef
vale: 1.3.2 -> 1.4.0
2019-03-29 23:12:45 -05:00
Bignaux Ronan
3af28ab7bb
poedit : 1.5.7 -> 2.2.1
2019-03-28 18:24:41 +01:00
Jörg Thalheim
d9fc44e721
Merge pull request #57821 from illegalprime/fix/highlight-cross
...
highlight: use $CXX instead of c++ to build
2019-03-18 17:49:48 +00:00
Robert Schütz
5e39aa231a
csvkit: move out of pythonPackages
...
From https://csvkit.readthedocs.io/en/1.0.3/index.html :
> csvkit is a suite of *command-line tools* for [...]
2019-03-17 16:11:14 +01:00
Michael Eden
3947d2e966
highlight: use $CXX instead of c++ to build
2019-03-16 16:31:08 -04:00
Jascha Geerds
ffedc3e4a9
misc: Remove myself from list of maintainers
...
Unfortunately I don't have the time anymore to maintain those
packages.
2019-03-12 23:50:52 +01:00
Elis Hirwing
13c701e476
transifex-client: Fix build after updated dependencies
2019-03-04 13:15:01 +01:00
Frederik Rietdijk
2fcb11a244
Merge staging-next into master
2019-03-01 09:06:20 +01:00
Jörg Thalheim
dadc7eb329
treewide: use runtimeShell instead of stdenv.shell whenever possible
...
Whenever we create scripts that are installed to $out, we must use runtimeShell
in order to get the shell that can be executed on the machine we create the
package for. This is relevant for cross-compiling. The only use case for
stdenv.shell are scripts that are executed as part of the build system.
Usages in checkPhase are borderline however to decrease the likelyhood
of people copying the wrong examples, I decided to use runtimeShell as well.
2019-02-26 14:10:49 +00:00
Frederik Rietdijk
c2eac6741b
Merge master into staging-next
2019-02-24 09:19:12 +01:00
Mario Rodas
25a57de8a9
vale: 1.3.0 -> 1.3.2 ( #54922 )
2019-02-24 02:25:21 +01:00
Vladimír Čunát
71f4ba29a3
Merge branch 'master' into staging-next
...
Hydra nixpkgs: ?compare=1506218
2019-02-22 17:51:01 +01:00
zimbatm
b6c82183be
shab: init at 1.0.0 ( #56164 )
2019-02-22 13:33:26 +01:00
tilpner
5888faeee6
groff: Remove indeterminism in manpages
...
It was caused by including the modification date
2019-02-13 23:50:43 +01:00
Elis Hirwing
997fd64006
transifex-client: 0.13.5 -> 0.13.6
2019-02-08 14:45:12 +01:00
adisbladis
3514bf8654
Merge pull request #54162 from etu/init-transifex-client
...
transifex-client: init at 0.13.5
2019-01-21 07:45:49 +00:00
Elis Hirwing
96a8320aaa
transifex-client: init at 0.13.5
...
Utility used to manage translations.
2019-01-21 07:47:55 +01:00
worldofpeace
56507df617
discount: enable various configureFlags
...
Shouldn't be harmfull.
2019-01-19 21:56:08 -05:00
Mario Rodas
d158777c62
vale: 1.2.6 -> 1.3.0
2019-01-18 07:11:25 -05:00
Vladimír Čunát
287144e342
Merge branch 'master' into staging-next
2019-01-10 13:07:21 +01:00
Vladimír Čunát
10a12194e3
Merge #53490 : fix treewide linking errors after #51770
...
Issue #53001 . This might not be all of them, but let's not wait.
2019-01-06 12:14:52 +01:00
Will Dietz
d47a99c450
Merge pull request #53179 from dtzWill/update/diffutils-3.7
...
diffutils: 3.6 -> 3.7
2019-01-05 13:58:18 -06:00
Frederik Rietdijk
60a3973a55
Merge staging-next into staging
2019-01-05 10:15:00 +01:00
Piotr Bogdan
eb41113270
qshowdiff: build with a c++ compiler
2019-01-04 21:44:22 +00:00
Piotr Bogdan
ff1fc5a199
multitran.libmtquery: link with libbtree explicitly
2019-01-04 21:44:20 +00:00
Frederik Rietdijk
9618abe87c
Merge master into staging-next
2019-01-04 21:13:19 +01:00
R. RyanTM
22f0e9fb27
languagetool: 4.3 -> 4.4
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/languagetool/versions
2019-01-03 17:47:06 -05:00