Chris Ostrouchov
300ca8132b
pythonPackages.ansible: refactor move to python-modules
2019-03-01 14:46:56 -05:00
Will Dietz
983c54dca5
stress-ng: 0.09.49 -> 0.09.54
2019-03-01 08:37:32 -06:00
Robert Schütz
391e59108d
papis: remove obsolete patches
2019-03-01 14:32:21 +01:00
Frederik Rietdijk
2fcb11a244
Merge staging-next into master
2019-03-01 09:06:20 +01:00
Izorkin
ce2ef06c35
datadog-process-agent: 6.5.0 -> 6.10.0
2019-03-01 10:55:07 +03:00
Izorkin
35b6943507
datadog-trace-agent: trace-agent moved to datadog-agent
2019-03-01 10:47:02 +03:00
Izorkin
19b61b98d6
datadog-agent: update sub-packages
2019-03-01 10:21:10 +03:00
Izorkin
c915e479b9
datadog-agent: update go packages
2019-03-01 10:06:19 +03:00
Robert Schütz
8a495116a5
papis: 0.8.1 -> 0.8.2
2019-02-28 22:42:50 +01:00
Yurii Izorkin
fa20f98571
datadog-agent: 6.9.0 -> 6.10.0 ( #56523 )
2019-02-28 11:48:49 -08:00
Vladyslav M
ab9c2c1148
Merge pull request #56527 from dtzWill/update/broot-0.6.3
...
broot: 0.6.0 -> 0.6.3
2019-02-28 21:18:01 +02:00
Silvan Mosberger
7387854714
Merge pull request #55367 from hhm0/toybox
...
toybox: init at 0.8.0
2019-02-28 19:22:29 +01:00
Will Dietz
277314c608
broot: 0.6.0 -> 0.6.3
2019-02-28 09:55:09 -06:00
Yurii Izorkin
90d1f9b095
dar: 2.6.1 -> 2.6.2 ( #56460 )
2019-02-28 16:24:46 +01:00
Michael Weiss
410650c128
scdoc: 1.9.0 -> 1.9.1
2019-02-28 13:48:30 +01:00
hhm
88e69dbc52
toybox: init at 0.8.0
...
B"H toybox package, supporting static building via enableStatic, and custom configurations via extraConfig and enableMinimal parameters
parseconfig shell function, and misc other parts, are based on busybox package derivation
2019-02-27 20:49:39 -05:00
Will Dietz
63ca967f5c
ddrescue: 1.23 -> 1.24 ( #56484 )
...
http://lists.gnu.org/archive/html/info-gnu/2019-02/msg00012.html
2019-02-28 00:04:45 +01:00
Robert Schütz
33e6ef827b
papis: bash completions are now installed automatically
2019-02-27 22:03:47 +01:00
Will Dietz
8b6b3c9445
Merge pull request #56463 from dotlambda/papis-0.8
...
papis: 0.7.5 -> 0.8.1
2019-02-27 14:45:25 -06:00
Robert Schütz
9e10cd4fe5
papis: 0.7.5 -> 0.8.1
2019-02-27 21:16:36 +01:00
Will Dietz
d1fdcf67b5
scfbuild: bump to latest git (Jun 2017)
...
No release tags on the repo, unclear how versioning works,
keeping version number reported in repo for now.
Users of this (such as twemoji-color-font) have build instructions
that always grab latest git revision so this seems appropriate.
2019-02-27 13:52:31 -06:00
José Romildo Malaquias
83f12564db
pygmentex: add tlType attribute; install latex style and demo ( #56063 )
2019-02-27 13:13:16 -05:00
R. RyanTM
bc8eab4621
plantuml: 1.2019.0 -> 1.2019.1
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/plantuml/versions
2019-02-27 16:55:29 +01:00
hhm
fdca55e6fe
cdimgtools: init at 0.3
2019-02-26 22:17:21 -05:00
worldofpeace
1c4630b17a
Merge pull request #56397 from hhm0/cuetools_cuetag
...
cuetools: symlink cuetag to cuetag.sh
2019-02-26 20:30:53 -05:00
worldofpeace
3fb66709ff
cuetools: use fetchFromGitHub
2019-02-26 20:29:34 -05:00
hhm
99d338b130
cuetools: symlink cuetag to cuetag.sh
...
Debian-based distros call cuetag.sh "cuetag" (see https://packages.debian.org/buster/amd64/cuetools/filelist ).
This adds a symlink for compatibility with those distros.
2019-02-26 20:26:52 -05:00
John Ericson
8293ab8461
Merge pull request #56408 from Mic92/runtime-shell
...
treewide: use runtimeShell instead of stdenv.shell whenever possible
2019-02-26 18:04:27 -05:00
Matthew Bauer
dd94b0724c
Merge pull request #56421 from Ericson2314/pinenty-dedup
...
pinentry: Use lib.string.{enable,with}Feature to avoid duplication
2019-02-26 17:31:03 -05:00
John Ericson
f07097902c
pinentry: Use lib.string.{enable,with}Feature to avoid duplication
2019-02-26 13:22:08 -05:00
Will Dietz
e8f4e5af8d
radvd: 2.17 -> 2.18
...
First release in over a year, not sure of changelog.
Release announcement:
http://lists.litech.org/pipermail/radvd-announce-l/2019-February/000045.html
2019-02-26 11:30:03 -06: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
Vladyslav M
1233c8d9e9
Merge pull request #56405 from dywedir/slurp
...
slurp: 1.0.1 -> 1.1.0
2019-02-26 13:26:12 +02:00
aszlig
6dc9f79c0f
ip2unix: 2.0.0 -> 2.0.1
...
Upstream fixes:
- Unregister socket as soon as we know that no rule matches.
I also removed the encode_rules() function which was an artifact left in
version 2.0.0.
Built and tested on i686-linux and x86_64-linux.
Signed-off-by: aszlig <aszlig@nix.build>
2019-02-26 11:30:07 +01:00
dywedir
b3521db304
slurp: 1.0.1 -> 1.1.0
2019-02-26 11:30:54 +02:00
Sarah Brofeldt
fe2a2b3ed5
Merge pull request #56356 from johanot/certmgr-1.6.4
...
certmgr: 1.6.1 -> 1.6.4
2019-02-25 20:09:03 +01:00
Johan Thomsen
b5c81d0154
certmgr: 1.6.1 -> 1.6.4
2019-02-25 17:26:00 +01:00
Melkor333
a75e25b919
mcfly: init at v0.3.1
2019-02-25 13:49:09 +01:00
Robert Schütz
84f1d93c00
vdirsyncer: fix tests
2019-02-25 11:13:46 +01:00
Profpatsch
a36d2eac2e
nettee: init at 0.3.4
2019-02-25 10:34:16 +01:00
Edmund Wu
eb95a19877
wakatime: 10.6.0 -> 10.8.0
2019-02-24 20:45:58 -05:00
Jean-Philippe Braun
98d8bf4bea
mpdris2: 0.7 -> 0.8 ( #56287 )
2019-02-25 00:43:12 +01:00
Ryan Mulligan
66cead5863
Merge pull request #54727 from phi-gamma/afio-2.5.2
...
afio: update 2.5.1 -> 2.5.2
2019-02-24 14:55:32 -08:00
Ryan Mulligan
d97724e9ff
Merge pull request #53849 from guillaumekoenig/master
...
enpass: 5.6.5 -> 6.0.1
2019-02-24 13:55:18 -08:00
Michael Weiss
2685d2722d
scdoc: 1.8.1 -> 1.9.0
2019-02-24 22:11:15 +01:00
Daniel Frank
1a50038ed7
burp: 2.2.16 -> 2.2.18 ( #56288 )
2019-02-24 17:17:18 +01:00
Vladimír Čunát
18fe630281
Merge #56291 : cmake: fix darwin bootstrapping
...
... into staging-next.
2019-02-24 16:52:03 +01:00
Ryan Mulligan
a13f0a1dcd
Merge pull request #53472 from borisbabic/feature/init-virtscreen
...
virtscreen: init at 0.3.1
2019-02-24 07:12:56 -08:00
talyz
fb58041386
nomachine-client: 6.4.6_1 -> 6.5.6 ( #56269 )
...
Update package. Also, since the last digit differs between the 32- and
64-bit version, remove it from the version number and introduce two
separate variables - one for each architecture.
2019-02-24 12:11:22 +01:00
xeji
631bc2c99f
Merge pull request #55488 from winpat/add_dirvish
...
dirvish: init at 1.2.1
2019-02-24 12:02:11 +01:00
R. RyanTM
ed239c3947
bfs: 1.3.2 -> 1.3.3 ( #55911 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/bfs/versions
2019-02-24 11:53:20 +01:00
Maximilian Bosch
225f8b9d64
vcs_query: init at 0.4.0 ( #55514 )
...
This is a simple, python-based CLI utility that queries vCard files for
a certain pattern. It's fairly easy to integrate with e.g. NeoMutt to
look for contacts.
2019-02-24 11:36:57 +01:00
Daiderd Jordan
fa82915e01
xar: add explicit lzma input
...
lzma is part of the stdenv but not during bootstrapping?
2019-02-24 11:32:01 +01:00
xeji
e04f56eb75
Merge pull request #56282 from NixOS/update-parallel
...
parallel: 20190122 -> 20190222
2019-02-24 11:22:58 +01:00
Elis Hirwing
c69915d685
Merge pull request #56275 from pjones/pjones/gromit-mpx
...
gromit-mpx: 1.2 -> 1.3
2019-02-24 10:13:36 +01:00
Pascal Wittmann
dd162d8472
parallel: 20190122 -> 20190222
2019-02-24 09:41:31 +01:00
Frederik Rietdijk
c2eac6741b
Merge master into staging-next
2019-02-24 09:19:12 +01:00
Vladimír Čunát
0cf158006b
Merge #52833 : netatalk: 3.1.11 -> 3.1.12 (security)
2019-02-24 09:10:31 +01:00
Peter Jones
fe9d4ca50e
gromit-mpx: 1.2 -> 1.3
2019-02-23 19:56:12 -07:00
Scott Dunlop
5f2252cc6a
awless: 0.0.14 -> 0.1.11 ( #54121 )
2019-02-24 02:37:30 +01:00
Mario Rodas
25a57de8a9
vale: 1.3.0 -> 1.3.2 ( #54922 )
2019-02-24 02:25:21 +01:00
Ryan Mulligan
f6fc56b2a0
Merge pull request #43791 from kiloreux/fluentd-upgrade
...
fluentd: 0.14.11 -> 1.2.3
2019-02-23 16:32:53 -08:00
R. RyanTM
5bb8254b9a
cryfs: 0.9.9 -> 0.9.10 ( #54850 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/cryfs/versions
2019-02-24 00:53:11 +01:00
R. RyanTM
a977695d0f
ansible: 2.7.5 -> 2.7.6 ( #54855 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python2.7-ansible/versions
2019-02-24 00:50:44 +01:00
R. RyanTM
5bcec140f0
apt-dater: 1.0.3 -> 1.0.4 ( #55901 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/apt-dater/versions
2019-02-24 00:18:25 +01:00
Graham Christensen
695fb802f1
Merge pull request #54693 from tilpner/appimage-tools
...
appimageTools: init
2019-02-23 18:06:31 -05:00
Ryan Mulligan
245c11c613
Merge pull request #56263 from tokudan/burp-2216
...
burp: 2.1.32 -> 2.2.16 (current stable)
2019-02-23 14:55:31 -08:00
Profpatsch
b64d25c447
skawarePackages.execline: wrap execlineb with tools
...
The execlineb program is the launcher (and lexer) of execline scripts.
So it makes a lot of sense to have all the small tools in scope by
default.
We append to the end of PATH so that they can be easily overwritten by
the user.
Co-authored-by: Alyssa Ross <hi@alyssa.is>
2019-02-23 23:28:26 +01:00
Daniel Frank
29e0588d5c
burp: 2.1.32 -> 2.2.16 (current stable)
2019-02-23 23:09:04 +01:00
tilpner
58443d8a50
appimageTools: init
...
The appimageTools attrset contains utilities to prevent
the usage of appimage-run to package AppImages, like done/attempted
in #49370 and #53156 .
This has the advantage of allowing for per-package environment changes,
and extracts into the store instead of the users home directory.
The package list was extracted into appimageTools to prevent
duplication.
2019-02-23 21:04:21 +01:00
Ryan Mulligan
1fb596b20a
Merge pull request #56205 from dtzWill/update/yubikey-personalization-1.19.3
...
yubikey-personalization: 1.19.0 -> 1.19.3
2019-02-23 07:12:27 -08:00
dywedir
ec600a5f1d
skim: 0.5.4 -> 0.5.5
2019-02-23 13:02:12 +02:00
Michael Raskin
7ad31a337a
Merge pull request #56231 from dotlambda/getmail-5.13
...
getmail: 5.10 -> 5.13
2019-02-23 09:29:47 +00:00
Robert Schütz
3e14d7193e
getmail: 5.10 -> 5.13
2019-02-23 08:05:11 +01:00
Ryan Mulligan
309c6d315b
Merge pull request #56099 from matthiasbeyer/add-dasht
...
dasht: init at v2.3.0
2019-02-22 21:53:13 -08:00
Ryan Mulligan
6490466c7d
dasht: use pname, quote homepage
2019-02-22 21:01:31 -08:00
Matthias Beyer
a66c88f66a
fltrdr: init at 0.1.0 ( #56048 )
...
* fltrdr: init at 0.1.0
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
* fixup! fltrdr: init at 0.1.0
* fixup! fltrdr: init at 0.1.0
2019-02-22 14:33:57 -06:00
Ryan Mulligan
99c7399969
Merge pull request #55904 from r-ryantm/auto-update/bdf2psf
...
bdf2psf: 1.188 -> 1.189
2019-02-22 12:24:22 -08:00
zimbatm
732cbd3be9
nixUnstable: 2.2pre6600_85488a93 -> 2.3pre6631_e58a7144
2019-02-22 19:54:36 +01:00
Will Dietz
5f6caed82f
yubikey-personalization: 1.19.0 -> 1.19.3
...
https://developers.yubico.com/yubikey-personalization/Release_Notes.html
2019-02-22 11:10:55 -06:00
Vladimír Čunát
71f4ba29a3
Merge branch 'master' into staging-next
...
Hydra nixpkgs: ?compare=1506218
2019-02-22 17:51:01 +01:00
Florian Friesdorf
fbef5ab82f
Remove myself as maintainer from packages
...
I'm currently not maintaining any packages.
2019-02-22 16:14:13 +01:00
elseym
2380290ad8
wireguard-go: 0.0.20181001 -> 0.0.20181222
2019-02-22 16:02:51 +01:00
zimbatm
b6c82183be
shab: init at 1.0.0 ( #56164 )
2019-02-22 13:33:26 +01:00
GRBurst
396965fa58
init automirror at v49
2019-02-22 09:46:31 +01:00
markuskowa
5c8c258727
Merge pull request #54877 from markuskowa/upd-openmpi4
...
openmpi: 3.1.3 -> 4.0.0
2019-02-22 09:31:23 +01:00
Vladimír Čunát
4ba49d3d6c
Merge #55988 : treewide meta.platforms: linux -> unix
2019-02-22 07:59:34 +01:00
Vladimír Čunát
52a2414aae
Merge #55819 : unbound: 1.8.3 -> 1.9.0 (into staging)
...
It would be quite a shame if 19.03 missed dnsflagday.net changes
and some other features/fixes from 1.9.0.
2019-02-22 07:38:38 +01:00
Will Dietz
c2239ffde6
Revert "file: 5.35 -> 5.36"
2019-02-21 17:10:39 -06:00
Will Dietz
e20a69f45d
Merge pull request #56009 from dtzWill/update/jdupes-1.12
...
jdupes: 1.11.1 -> 1.12
2019-02-21 16:59:59 -06:00
Sarah Brofeldt
9c26b10bee
Merge pull request #53873 from tilpner/tahoelafs-update
...
tahoe-lafs: 1.12.1 -> 1.13.0
2019-02-21 21:29:49 +01:00
Matthias Beyer
e77902ce7b
dasht: init at v2.3.0
...
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2019-02-21 20:05:20 +01:00
Will Dietz
c1d1bd2391
file: 5.35 -> 5.36
...
https://mailman.astron.com/pipermail/file/2019-February/000073.html
2019-02-21 12:48:53 -06:00
Markus Kowalewski
99ca454f23
hdf5: add openmpi-4 compatibility patches
2019-02-21 15:08:33 +01:00
Sarah Brofeldt
49d963855a
Merge pull request #56148 from adamtulinius/morph-v1.2.0
...
morph: 1.1.0 -> 1.2.0
2019-02-21 14:28:07 +01:00
Robert Schütz
255f67e50f
abcmidi: 2019.01.01 -> 2019.02.08
2019-02-21 14:18:22 +01:00
Adam Finn Tulinius
3ad5550d21
morph: 1.1.0 -> 1.2.0
2019-02-21 13:55:46 +01:00
Michael Raskin
ecfcf8bdf0
Merge pull request #53878 from msteen/nix-prefetch
...
nix-prefetch: init at 0.1.0
2019-02-21 09:48:49 +00:00
Frederik Rietdijk
5871da418f
Merge staging into python-unstable
2019-02-21 08:02:10 +01:00
Frederik Rietdijk
e2cd07b997
Merge staging-next into staging
2019-02-21 07:54:33 +01:00
Matthijs Steen
b0ec4c1fd3
nix-prefetch: init at 0.1.0
2019-02-21 01:52:51 +01:00
Maximilian Bosch
de2bb1094b
Merge pull request #56108 from artemist/lepton
...
lepton: init at 1.2.1
2019-02-21 01:28:47 +01:00
Tim Steinbach
51483ec5c9
xsel: 2016-09-02 -> 2018-01-10
2019-02-20 19:03:47 -05:00
Maximilian Bosch
a55d96bf9e
lepton: only build on x86_64-linux for now
...
Darwin and `aarch64-linux` builds currently fail[1][2].
Also cleaned up the `meta` section a bit.
[1] https://github.com/NixOS/nixpkgs/pull/56108/checks?check_run_id=66442317
[2] https://github.com/NixOS/nixpkgs/pull/56108#issue-254801596
2019-02-21 00:59:46 +01:00
Artemis Tosini
3fa211dfb8
lepton: init at 1.2.1
2019-02-20 22:55:13 +00:00
Orivej Desh
d7f4b13ccf
lftp: do not look for expat and zlib in /usr/include
...
This behaviour affects builds without sandboxing.
2019-02-20 20:11:15 +00:00
Robert Schütz
5124cf7a14
beets: use checkInputs
2019-02-20 20:07:21 +01:00
Matthias Beyer
f1f4f38909
Revert "Remove maintainership"
...
I'm baaaaack!
This patch reverts my patch where I removed myself as maintainer because
of my traveling. I'm back now and I want to maintain these packages
again.
This reverts commit ce1c1e3093
.
2019-02-20 19:57:34 +01:00
Sarah Brofeldt
c88f5cf52a
Merge pull request #56081 from dywedir/skim
...
skim: 0.5.2 -> 0.5.4
2019-02-20 18:51:59 +01:00
Sarah Brofeldt
770d6cecb1
Merge pull request #56089 from fadenb/aptly_1.3.0
...
aptly: 1.2.0 -> 1.3.0
2019-02-20 18:47:48 +01:00
Tristan Helmich (omniIT)
ecd5297e87
aptly: 1.2.0 -> 1.3.0
2019-02-20 13:11:53 +01:00
Vladimír Čunát
61ef8f0b42
grub2: patch to work with updated binutils
...
This blocked some EFI stuff and consequently the channels.
I would fetchpatch, but their cgit server won't work on this commit.
2019-02-20 11:22:54 +01:00
dywedir
fa78399161
skim: 0.5.2 -> 0.5.4
2019-02-20 10:38:47 +02:00
Vladimír Čunát
32767d139f
Merge branch 'staging-next'
...
This round is without the systemd CVE,
as we don't have binaries for that yet.
BTW, I just ignore darwin binaries these days,
as I'd have to wait for weeks for them.
2019-02-20 09:38:45 +01:00
Franz Pletz
7694c5149a
youtubeDL: 2019.01.30.1 -> 2019.02.18
2019-02-19 21:45:00 +01:00
Ryan Mulligan
e27fabb737
Merge pull request #55749 from delroth/tpm2-tools
...
Add package tpm2-tools (+ deps) to nixpkgs
2019-02-19 11:51:58 -08:00
Pierre Bourdon
d21e4f1ab4
tpm2-tools: init at 3.1.3
2019-02-19 20:02:31 +01:00
Pierre Bourdon
67d912af0a
ibm-sw-tpm2: init at 1332
2019-02-19 20:02:31 +01:00
Alyssa Ross
9e8c2671d7
gotop: use vendored dependencies
2019-02-19 18:00:33 +00:00
Alyssa Ross
6208ad3ee3
gotop: 1.7.1 -> 2.0.1
2019-02-19 12:27:40 +00:00
Vladimír Čunát
024407bf9a
Merge branch 'master' into staging-next
...
Hydra nixpkgs: ?compare=1505754
2019-02-19 12:11:04 +01:00
Vladimír Čunát
424efc7e71
Merge branch 'staging-next' into staging
2019-02-19 11:08:32 +01:00
Matthew Bauer
b1bbd94bb6
Merge remote-tracking branch 'NixOS/master' into staging
2019-02-18 20:36:48 -05:00
Will Dietz
55560a61d7
jdupes: 1.11.1 -> 1.12
...
https://github.com/jbruchon/jdupes/releases/tag/v1.12
2019-02-18 13:16:05 -06:00
Boris Babic
712f5f9daf
virtscreen: init at 0.3.1
2019-02-18 13:45:20 -05:00
Frederik Rietdijk
815b77cbe6
Merge master into staging-next
2019-02-18 14:18:04 +01:00
Freezeboy
8f87a61de2
Replace platforms.linux with platforms.darwin for expressions that compile on darwin too (too restrictive platforms)
2019-02-18 10:56:58 +01:00
dywedir
3f55bc49e6
watchexec: 1.10.0 -> 1.10.1
2019-02-18 11:53:08 +02:00
Ryan Mulligan
b75eab88bd
Merge pull request #53876 from thefloweringash/bitwarden-cli
...
bitwarden-cli: init at 1.7.0
2019-02-17 21:41:45 -08:00
Ryan Mulligan
f19ac5ccf5
Merge pull request #53641 from manveru/docker-sync
...
docker-sync: init at 0.5.9
2019-02-17 21:13:28 -08:00
Ryan Mulligan
fdcf9bbd89
Merge pull request #53563 from rbrewer123/feature/pyznap-init
...
pyznap: init at 1.1.2
2019-02-17 21:09:24 -08:00
Ryan Mulligan
92bc2f7350
Merge pull request #55726 from cransom/bug/update-gh-ost
...
gh-ost: 1.0.36 -> 1.0.47
2019-02-17 09:28:54 -08:00
worldofpeace
4bf34f16d8
Merge pull request #54953 from arilotter/update-usbmuxd
...
usbmuxd: 2018-07-22 -> 2018-10-10
2019-02-17 15:48:05 +00:00
worldofpeace
54cb062ac9
usbmuxd: cleanup
2019-02-17 10:47:20 -05:00
worldofpeace
0faa6bab50
Merge pull request #55248 from r-ryantm/auto-update/lynis
...
lynis: 2.7.0 -> 2.7.1
2019-02-17 15:44:19 +00:00
Frederik Rietdijk
a88c739b58
awscli: 1.16.104 -> 1.16.106
2019-02-17 14:40:57 +01:00
Frederik Rietdijk
d2c3fd5af0
Python: fix outfall after setting strictDeps = true;
2019-02-17 14:40:54 +01:00
Robert Schütz
47061712cf
papis: fix build with recent python-slugify
2019-02-17 14:40:52 +01:00
Frederik Rietdijk
d40bd10e68
vulnix: ronn is a native build input
2019-02-17 14:40:51 +01:00
Frederik Rietdijk
6da810586d
awscli: 1.16.90 -> 1.16.104
2019-02-17 14:40:51 +01:00
Robert Schütz
9f275067b3
borgbackup: use msgpack-python-0.5.6
2019-02-17 14:40:49 +01:00
hyper_ch
db9603a000
easysnap: 2018-11-20 -> 2019-02-17
2019-02-17 13:08:51 +01:00
Vladimír Čunát
f7f1a2f54e
Merge branch 'master' into staging-next
...
A mass darwin rebuild from master (#55784 ).
2019-02-17 08:05:24 +01:00
Pierre Bourdon
705167a5dc
unzip: patch CVE-2018-18384
...
Patch from https://sourceforge.net/p/infozip/bugs/53/
2019-02-17 05:55:30 +01:00
worldofpeace
e6fc400958
Merge pull request #55912 from r-ryantm/auto-update/calamares
...
calamares: 3.2.2 -> 3.2.4
2019-02-17 01:40:11 +00:00
R. RyanTM
17b75d7dad
calamares: 3.2.2 -> 3.2.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/calamares/versions
2019-02-16 09:34:37 -08:00
R. RyanTM
4c1e9cdbb5
bdf2psf: 1.188 -> 1.189
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/bdf2psf/versions
2019-02-16 07:14:04 -08:00
Florian Klink
5ddda9776c
Merge pull request #55884 from r-ryantm/auto-update/network-manager-applet
...
gnome3.networkmanagerapplet: 1.8.18 -> 1.8.20
2019-02-16 16:05:48 +01:00
Jaka Hudoklin
fa6e25da50
Merge pull request #55827 from r-ryantm/auto-update/rofi-pass
...
rofi-pass: 2.0.1 -> 2.0.2
2019-02-16 13:13:31 +01:00
Maximilian Bosch
3784198856
Merge pull request #55723 from jD91mZM2/x11docker
...
x11docker: init at 5.4.1
2019-02-16 10:27:42 +01:00
R. RyanTM
45fb4481aa
netmask: 2.4.3 -> 2.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/netmask/versions
2019-02-16 10:26:13 +01:00
R. RyanTM
ec3525b652
gnome3.networkmanagerapplet: 1.8.18 -> 1.8.20
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/network-manager-applet/versions
2019-02-16 00:54:28 -08:00
Will Dietz
b77c7e9f1d
bashplotlib: 2017-10-11 -> 2019-01-02
2019-02-16 09:52:15 +01:00
Frederik Rietdijk
fd48a94b62
Merge staging-next into staging
2019-02-16 09:30:46 +01:00
Frederik Rietdijk
6fe10d2779
Merge master into staging-next
2019-02-16 09:29:54 +01:00
Will Dietz
d98ac166b5
Merge pull request #55598 from dtzWill/update/networkmanager-openvpn-1.8.10
...
networkmanager-openvpn: 1.8.8 -> 1.8.10
2019-02-16 01:36:22 -06:00
Maximilian Bosch
346df14000
nx-libs: minor fixes
...
* Add an alias with a deprecation warning for `nxproxy` to avoid an
immediate breaking change.
* Use the default shell used in the build environment (`stdenv.shell`)
for patching. This shell is in the environment and thus used to patch
scripts using `patchShebangs`. The shell is referenced as `stdenv.shell`
in Makefiles to patch the remaining occurrences of `/bin/bash` in the
build environment.
2019-02-16 05:03:10 +01:00
worldofpeace
44509439a6
Merge pull request #55731 from dywedir/fd
...
fd: 7.2.0 -> 7.3.0
2019-02-15 23:09:18 +00:00
Samuel Dionne-Riel
f8eef26991
Merge pull request #55732 from oxij/tree/move-defaults-to-package-files-mostly-pulse
...
all-packages.nix: move defaults to package files continues
2019-02-15 17:49:01 -05:00
Maximilian Bosch
2e359d93ef
Merge pull request #55587 from avdv/pkg/yubikey-manager-qt
...
New package for `yubikey-manager-qt`
2019-02-15 23:37:17 +01:00
Maximilian Bosch
703e8763d5
yubikey-manager-qt: cleanup
...
* Explicitly specify all QT dependencies rather than import from the
`qt5` attr set. This makes overrides of a single library easier.
* Drop the superfluous `with stdenv` expression and reference lib or
stdenv itself where possible.
* Don't manually configure shared libraries to load. This is mostly done
automatically during the build steps.
2019-02-15 22:19:35 +01:00
Vladyslav M
a7d6c38aee
Merge pull request #55748 from hhm0/bbe
...
bbe: init at 0.2.2
2019-02-15 22:49:53 +02:00
Vladyslav M
afd19a0bcb
Merge pull request #55830 from r-ryantm/auto-update/slurp
...
slurp: 1.0 -> 1.0.1
2019-02-15 22:01:00 +02:00
R. RyanTM
311b70dd3e
slurp: 1.0 -> 1.0.1
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/slurp/versions
2019-02-15 21:41:48 +02:00
Jaka Hudoklin
2912c1c8ac
Merge pull request #55690 from Ma27/fix-osquery
...
osquery: fix build
2019-02-15 19:52:27 +01:00
Jaka Hudoklin
7e09befcea
Merge pull request #55813 from r-ryantm/auto-update/vault
...
vault: 1.0.2 -> 1.0.3
2019-02-15 19:48:59 +01:00
jD91mZM2
5a00711ef8
x11docker: init at 5.4.1
2019-02-15 17:16:42 +01:00
R. RyanTM
3e4eb0aed6
rofi-pass: 2.0.1 -> 2.0.2
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/rofi-pass/versions
2019-02-15 04:54:24 -08:00
volth
293ca25fea
mkp224o: init at 1.2.0 ( #55104 )
...
* mkp224o: init at 1.2.0
* mkp224o: remove unwanted spaces
2019-02-15 11:52:46 +01:00
R. RyanTM
c84e7d1b6d
unbound: 1.8.3 -> 1.9.0
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/unbound/versions
2019-02-15 02:45:27 -08:00
Michael Howell
66d9561345
Fix compilation
...
```
building '/nix/store/7n2cag47gl93wp3f0mv7fiq3dybq2a6l-wkhtmltopdf-0.12.5.drv'...
unpacking sources
unpacking source archive /nix/store/lv2zcapqqn1kjlc616ljap1ddlc2lvx8-source
source root is source
patching sources
configuring
Info: creating stash file /tmp/nix-build-wkhtmltopdf-0.12.5.drv-0/source/.qmake.stash
building
build flags: -j4 -l4 SHELL=/nix/store/i82x3x0yiijkgyqkzh8ni87gspas0f48-bash-4.4-p23/bin/bash
cd src/lib/ && ( test -e Makefile || /nix/store/334ck8czp3jhfy0ppy55sb6dxf7yxsdv-qtbase-5.12.0-dev/bin/qmake -o Makefile /tmp/nix-build-wkhtmltopdf-0.12.5.drv-0/source/src/lib/lib.pro INSTALLBASE=/nix/store/rc8z502xa3w0n2qm2vmr5d3l73v1lyyd-wkhtmltopdf-0.12.5 ) && make -f Makefile
Project ERROR: Unknown module(s) in QT: xmlpatterns
make: *** [Makefile:47: sub-src-lib-make_first-ordered] Error 3
builder for '/nix/store/7n2cag47gl93wp3f0mv7fiq3dybq2a6l-wkhtmltopdf-0.12.5.drv' failed with exit code 2
```
2019-02-15 04:00:45 -05:00
R. RyanTM
59641ac201
vault: 1.0.2 -> 1.0.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/vault/versions
2019-02-15 00:55:29 -08:00
Elis Hirwing
38c7b7a7e2
Merge pull request #55788 from kalbasit/nixpkgs_update-direnv
...
direnv: 2.19.0 -> 2.19.2
2019-02-15 07:58:13 +01:00
Bart Brouns
4a82f6ac58
broot: init at 0.6.0
2019-02-14 23:20:19 -05:00
Uli Baum
a70e52647a
restic: 0.9.2 -> 0.9.4
2019-02-14 23:27:34 +01:00
Wael M. Nasreddine
738d4362d1
direnv: 2.19.0 -> 2.19.2
2019-02-14 13:42:31 -08:00
Jörg Thalheim
0ac83f0857
Merge pull request #55499 from eadwu/bcachefs/20190209
...
linux_testing_bcachefs,bcachefs-tools: 20190209
2019-02-14 16:18:05 +00:00
Graham Christensen
a71f344211
Merge pull request #55450 from tilpner/fuse-overlayfs-update
...
fuse-overlayfs: 0.2 -> 0.3
2019-02-14 06:47:38 -05:00
Linus Heckemann
3cf2745c30
Merge pull request #55729 from tilpner/groff-man-determinism
...
groff: Remove indeterminism in manpages
2019-02-14 12:30:17 +01:00
Frederik Rietdijk
a25d48cd4f
Merge master into staging
2019-02-14 11:35:50 +01:00
Pascal Wittmann
53a73b0914
Merge pull request #55740 from flokli/brasero-libdvdcss
...
brasero: fix libdvdcss usage
2019-02-14 10:36:33 +01:00
Till Höppner
9f93ed5450
slirp4netns: init at 0.3.0-alpha.2 ( #55446 )
2019-02-14 06:23:26 +00:00
hhm
300094d2aa
bbe: init at 0.2.2
2019-02-13 23:53:59 -05:00
Jan Tojnar
606ceda352
gnome3: stop using aliases
2019-02-14 02:31:15 +01:00
Florian Klink
ea4431750e
brasero: fix libdvdcss usage
...
turns out, prefixing LD_PRELOAD with the path to libdvdcss works just
fine.
2019-02-14 01:20:41 +01:00
tilpner
0ce675a3d5
tahoe-lafs: 1.12.1 -> 1.13.0
2019-02-14 00:13:44 +01:00
Jan Malakhovski
578408aa16
brltty: move defaults to package file, use ALSA on Linux
2019-02-13 23:10:56 +00:00
tilpner
5888faeee6
groff: Remove indeterminism in manpages
...
It was caused by including the modification date
2019-02-13 23:50:43 +01:00
dywedir
0b006f60ac
fd: 7.2.0 -> 7.3.0
2019-02-13 22:45:31 +02:00
Michael Raskin
8384cfe455
Merge pull request #55129 from oxij/tree/move-defaults-to-package-files
...
all-packages.nix: move defaults to package files
2019-02-13 20:04:08 +00:00
Casey Ransom
81a288124e
gh-ost: 1.0.36 -> 1.0.47
...
Also fixes a weirdness with the derivation where to use it, you needed
to specify `gh-ost.gh-ost`. There's nothing special about the extra
output.
2019-02-13 14:29:14 -05:00
Alyssa Ross
7cc1f8e032
Merge pull request #55146 from Ma27/fix-nix1-perl-bindings
...
nix1: fix `perl-bindings` build
2019-02-13 18:29:16 +00:00
Michael Raskin
06bbf48015
Merge pull request #55704 from dotlambda/getmail-5.10
...
getmail: 5.8 -> 5.10
2019-02-13 14:11:13 +00:00
Robert Schütz
776350de0a
getmail: 5.8 -> 5.10
2019-02-13 14:33:36 +01:00
Frederik Rietdijk
8b05b829be
Merge staging-next into staging
2019-02-13 13:27:42 +01:00
Frederik Rietdijk
7257dedd7c
Merge master into staging-next
2019-02-13 12:33:29 +01:00
Frederik Rietdijk
b0e2f24050
Merge pull request #55670 from dotlambda/dateparser-0.7.1
...
python.pkgs.dateparser: 0.7.0 -> 0.7.1
2019-02-13 12:10:35 +01:00
Maximilian Bosch
7a961cf06f
osquery: fix build
...
We use `dpkg` 1.19.2 since 23661254e4
.
This version dropped pkg_db_reset` in `<dpkg/dpkg_db.h>` which broke compilation with the
following errors:
```
/build/source/osquery/tables/system/linux/deb_packages.cpp: In function 'void osquery::tables::dpkg_setup(pkg_array*)':
/build/source/osquery/tables/system/linux/deb_packages.cpp:83:3: error: 'pkg_array_init_from_db' was not declared in this scope
pkg_array_init_from_db(packages);
^~~~~~~~~~~~~~~~~~~~~~
/build/source/osquery/tables/system/linux/deb_packages.cpp:83:3: note: suggested alternative: 'pkg_array_init_from_hash'
pkg_array_init_from_db(packages);
^~~~~~~~~~~~~~~~~~~~~~
pkg_array_init_from_hash
/build/source/osquery/tables/system/linux/deb_packages.cpp: In function 'void osquery::tables::dpkg_teardown(pkg_array*)':
/build/source/osquery/tables/system/linux/deb_packages.cpp:93:3: error: 'pkg_db_reset' was not declared in this scope
pkg_db_reset();
^~~~~~~~~~~~
/build/source/osquery/tables/system/linux/deb_packages.cpp:93:3: note: suggested alternative: 'pkg_hash_reset'
pkg_db_reset();
^~~~~~~~~~~~
pkg_hash_reset
make[2]: *** [osquery/tables/CMakeFiles/osquery_system_tables.dir/build.make:115: osquery/tables/CMakeFiles/osquery_system_tables.dir/system/linux/deb_packages.cpp.o] Error 1
```
As there's currently no upstream fix, it's better to use an older
version of `dpkg` for now.
2019-02-13 11:21:43 +01:00
dywedir
0354db279a
rdedup: mark as broken on darwin
2019-02-13 12:12:01 +02:00
Stefan Junker
8f1ab5f539
rdedup: 3.0.1 -> 3.1.1 ( #55530 )
2019-02-13 12:06:20 +02:00