Silvan Mosberger
f460703211
Merge pull request #44154 from sh4r3m4n/fzf-fix-2
...
fzf: fix invalid symlink on vim-plugins
2018-07-28 05:27:48 +02:00
Matthew Bauer
53bf234c85
fortune: remove gcc from closure
...
Fixup is only run on $out/bin not $out/games. Luckily fortune is
relocatable so just moving it to $out/bin works & reduces closure size.
2018-07-27 19:39:33 -04:00
Bas van Dijk
ebcdb822f8
elk: 6.2.4 -> 6.3.2
...
* The ELK stack is upgraded to 6.3.2.
* `elasticsearch6`, `logstash6` and `kibana6` now come with X-Pack which is
a suite of additional features. These are however licensed under the unfree
"Elastic License".
* Fortunately they also provide OSS versions which are now packaged
under: `elasticsearch6-oss`, `logstash6-oss` and `kibana6-oss`.
Note that the naming of the attributes is consistent with upstream.
* The test `nix-build nixos/tests/elk.nix -A ELK-6` will test the OSS
version by default. You can also run the test on the unfree ELK using:
`NIXPKGS_ALLOW_UNFREE=1 nix-build nixos/tests/elk.nix -A ELK-6 --arg enableUnfree true`
2018-07-28 00:01:31 +02:00
Profpatsch
9a95c136d8
execline: 2.3.0.3 -> 2.5.0.0
2018-07-27 17:48:32 +02:00
Matías Lang
fcb4e32e9a
fzf: fix invalid symlink on vim-plugins
...
The fzf vim plugin wasn't working because it was making a symlink to a
directory with the full source code. This directory isn't present
anymore since the commit e95f17e272
wich
removes it because it isn't so useful for the go packages.
I fixed it by manually copying the plugin/ directory into the out
derivation, which is the only part of the source that contains the vim
plugin.
2018-07-27 12:27:42 -03:00
Ruben Maher
0438900c7a
eot_utilities: change platforms to unix
...
This works on Darwin too.
2018-07-25 11:36:25 +09:30
Profpatsch
4295da8af4
skarnet software: add Profpatsch as maintainer
2018-07-25 00:06:31 +02:00
Profpatsch
710f0f8c10
skarnet software: rename attributes and split outputs
...
Change the attribute names of camelCased utils to kebab-case to improve
consistency.
Split every package into multiple outputs where possible.
2018-07-25 00:06:31 +02:00
Michael Hoang
4fac5ea60c
minicom: Add macOS support
2018-07-24 17:25:28 +10:00
Pascal Wittmann
13a288dcee
yad: add license
...
see issue #43716
2018-07-22 16:54:01 +02:00
R. RyanTM
ace66a7aeb
autorandr: 1.5 -> 1.6 ( #43953 )
2018-07-22 09:20:46 +00:00
Frederik Rietdijk
6c72782d36
Merge staging-next into master
2018-07-22 11:04:28 +02:00
Frederik Rietdijk
b141d3f274
Merge pull request #43939 from r-ryantm/auto-update/graylog
...
graylog: 2.4.5 -> 2.4.6
2018-07-22 08:34:26 +02:00
volth
cc55a3ebcb
treewide: fix build with disallowed aliases ( #43872 )
...
fixes build with disallowed aliases
2018-07-21 22:03:24 -04:00
R. RyanTM
a651155e49
graylog: 2.4.5 -> 2.4.6
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/graylog/versions .
2018-07-21 17:47:11 -07:00
Matthew Bauer
916f096911
Merge pull request #43890 from matthewbauer/mingw-fixes
...
Mingw fixes
2018-07-21 17:04:20 -04:00
Matthew Bauer
09fed91ec8
file: build on windows
2018-07-21 17:00:05 -04:00
Frederik Rietdijk
ad47d658d1
Merge master into staging-next
2018-07-21 19:43:53 +02:00
Jörg Thalheim
218298b30f
Merge branch 'master' into unused5
2018-07-21 15:41:22 +01:00
Frederik Rietdijk
251a0a9a86
Merge pull request #43860 from volth/unused2
...
treewide: remove unused 'inherit' in let blocks
2018-07-21 11:13:36 +02:00
Frederik Rietdijk
d21911f9f4
Merge pull request #43734 from r-ryantm/auto-update/rcm
...
rcm: 1.3.1 -> 1.3.3
2018-07-21 11:00:00 +02:00
Frederik Rietdijk
f48f51257d
Merge pull request #43772 from r-ryantm/auto-update/esptool-ck
...
esptool-ck: 0.4.11 -> 0.4.13
2018-07-21 10:58:54 +02:00
Frederik Rietdijk
bac0f0a895
Merge pull request #43777 from r-ryantm/auto-update/fwup
...
fwup: 1.2.1 -> 1.2.3
2018-07-21 10:58:35 +02:00
Frederik Rietdijk
9b41494531
Merge pull request #43750 from r-ryantm/auto-update/mrtg
...
mrtg: 2.17.4 -> 2.17.7
2018-07-21 10:48:50 +02:00
volth
52f53c69ce
pkgs/*: remove unreferenced function arguments
2018-07-21 02:48:04 +00:00
volth
6d2857a311
[bot] treewide: remove unused 'inherit' in let blocks
2018-07-20 19:38:19 +00:00
Michael Weiss
accfb93503
lf: Install the manual page
2018-07-19 22:33:45 +02:00
Pascal Wittmann
aba0e560f0
ical2org: adhere to version number convention
...
see issue #43717
2018-07-19 21:56:29 +02:00
Frederik Rietdijk
8213ff161c
Merge master into staging-next
2018-07-19 18:24:24 +02:00
Matthew Bauer
76999cc40e
treewide: remove aliases in nixpkgs
...
This makes the command ‘nix-env -qa -f. --arg config '{skipAliases =
true;}'’ work in Nixpkgs.
Misc...
- qtikz: use libsForQt5.callPackage
This ensures we get the right poppler.
- rewrites:
docbook5_xsl -> docbook_xsl_ns
docbook_xml_xslt -> docbook_xsl
diffpdf: fixup
2018-07-18 23:25:20 -04:00
Michael Weiss
d7d31fea7e
lf: 6 -> 7
2018-07-19 02:11:15 +02:00
Tuomas Tynkkynen
20847b251e
diffoscope: Add gnumeric dependency
...
For the `ssconvert` tool.
2018-07-19 02:33:45 +03:00
Tuomas Tynkkynen
a595896c56
diffoscope: Document the script to locate missing optional dependencies
...
And give it it a bit more descriptive name of list-missing-tools.sh.
2018-07-19 02:31:23 +03:00
Will Dietz
0a46f8c198
diffoscope: fix manpage generation
...
Was already broken, not sure for how long.
Without this the tool fails to run,
so help2man ends up producing an empty file.
2018-07-19 02:11:00 +03:00
Will Dietz
dc29207e93
diffoscope: add lz4 tool
2018-07-19 02:11:00 +03:00
Will Dietz
b03ed95050
diffoscope: 98 -> 99
2018-07-19 02:11:00 +03:00
R. RyanTM
fd1c9d4c9a
fwup: 1.2.1 -> 1.2.3
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/fwup/versions .
2018-07-18 15:51:54 -07:00
R. RyanTM
6f7773cc2a
esptool-ck: 0.4.11 -> 0.4.13
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/esptool-ck/versions .
2018-07-18 15:14:22 -07:00
R. RyanTM
3c6a9e13a9
mrtg: 2.17.4 -> 2.17.7
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/mrtg/versions .
2018-07-18 10:26:17 -07:00
R. RyanTM
9fb190de50
rcm: 1.3.1 -> 1.3.3
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/rcm/versions .
2018-07-17 19:57:24 -07:00
Robert Schütz
2391d1dbf3
esptool: 2.4.1 -> 2.5.0 ( #43663 )
2018-07-18 01:16:57 +02:00
Frederik Rietdijk
12949bf84a
Merge master into staging
2018-07-17 10:05:50 +02:00
Frederik Rietdijk
1ae2f10642
Merge staging-next into master
2018-07-17 10:04:59 +02:00
Pascal Wittmann
e72ef5780d
mmake: fix description
2018-07-16 22:08:25 +02:00
Pascal Wittmann
f3d9353a75
toilet: add myself (pSub) as maintainer
2018-07-16 22:04:48 +02:00
Frederik Rietdijk
6d339e5863
Merge staging-next into staging
2018-07-16 17:14:44 +02:00
Frederik Rietdijk
3c09808160
Merge master into staging-next
2018-07-16 07:43:37 +02:00
William Casarin
fb130874fd
clipmenu: init at 5.4.0
...
clipmenu is a simple tool for managing you clipboard with dmenu.
2018-07-15 12:22:46 -07:00
Robert Schütz
18774d4173
Merge branch 'master' into staging
2018-07-15 12:31:18 +02:00
xeji
0ef2389327
Merge pull request #43315 from ryantm/cpan
...
treewide: replace search.cpan.org with metacpan.org
2018-07-15 11:51:58 +02:00