Jörg Thalheim
53cd750ec6
backup: use gemdir
2017-01-18 00:52:48 +01:00
Joachim Fasting
5195e0d70f
borgbackup: cleanup inputs
...
tox/detox are removed; they are used to test multiple python
implementations in parallel, which isn't really appropriate for a Nix
install check. Also, because these were added to the propagated build
inputs, lots of unnecessary stuff ended up in the resulting closure.
Note that removing tox does not imply tests are not run; they never were
to begin with; this is a separate issue.
This fixes https://github.com/NixOS/nixpkgs/issues/16171
Also, for "correctness" ordinary build-time dependencies are added to
`buildInputs`; only inputs that are to be added to the python path are
added to `propagatedBuildInputs`.
2016-12-31 21:58:41 +01:00
Mitch Tishmack
e898a50325
duply: refactor allow builds on non linux
2016-12-26 15:04:40 -06:00
Mitch Tishmack
124f81785a
duplicity: refactor allow builds on non linux
2016-12-26 15:04:35 -06:00
Bjørn Forsman
7fda8db891
borgbackup: 1.0.8 -> 1.0.9 (security fixes)
...
And bug fixes. Changelog:
https://github.com/borgbackup/borg/blob/1.0.9/docs/changes.rst#version-109-2016-12-20
2016-12-24 13:36:04 +01:00
Christian Kampka
a1d9d7efc0
btrbk: 0.22.2 -> 0.24.0
2016-12-10 14:08:28 +01:00
Frederik Rietdijk
f3c8692232
rdiff-backup: use python2 and buildPythonApplication
2016-11-24 22:28:03 +01:00
Frederik Rietdijk
90d0bde89a
bareos: use python2
2016-11-24 22:28:02 +01:00
Vladimír Čunát
b5e89fe9bf
Merge branch 'master' into staging
2016-11-15 00:20:19 +01:00
Frederik Rietdijk
0674ed1b6b
bup: use python2
2016-11-08 22:48:54 +01:00
Frederik Rietdijk
bb35828d97
Merge pull request #19925 from FRidh/dup
...
duplicity: use buildPythonApplication
2016-11-07 11:41:32 +01:00
Maciek Starzyk
70bf493185
obnam: 1.19.1 -> 1.20.2
2016-11-01 13:00:52 +01:00
Bjørn Forsman
ee40829097
borgbackup: 1.0.7 -> 1.0.8
2016-10-31 22:25:50 +01:00
Frederik Rietdijk
cbc25e5506
duplicity: use buildPythonApplication
2016-10-27 17:16:40 +02:00
Manuel Reinhardt
8f6470f33a
duplicity: updated dependencies
...
fixes #18112
https://github.com/NixOS/nixpkgs/issues/18112
2016-10-27 08:36:02 +01:00
Frederik Rietdijk
7077a270bf
Merge remote-tracking branch 'upstream/master' into HEAD
2016-10-26 13:06:43 +02:00
Domen Kožar
5e28dcc502
amazon-glacier-cmd-interface: init at 2016-09-01
2016-10-22 21:51:25 +02:00
Frederik Rietdijk
9475510027
duplicity: use python2
2016-10-22 16:47:22 +02:00
derchris
9624080e86
bareos: 15.2.1 -> 15.2.4
2016-10-15 11:46:57 +02:00
sternenseemann
3fb2993cb3
maintainers: rename lukasepple according to github account name
2016-10-09 22:04:22 +02:00
jhhuh
89cbb88d26
bup-0.28.1: fix on darwin, upstream released patch removed
2016-10-09 16:54:51 +02:00
sternenseemann
c96ddb6433
bup: 0.26 -> 0.28.1 ( #18531 )
2016-09-13 07:01:16 +02:00
Russell O'Connor
8df0bb7aac
duplicity: add dependency on rsync
...
When using the rsync:// protocol, duplicity expects to find the rsync binary in the path.
Without rsync in the path, duplicity fails with the following error
Attempt 1 failed. AttributeError: 'NoneType' object has no attribute 'rfind'
Adding rsync to the path enables the rsync:// protocol to work correctly.
2016-09-09 18:37:25 +02:00
Michael Alan Dorman
739b058779
Fix borgbackup dependency on lz4
2016-09-09 11:24:15 -04:00
Robert Helgesson
d0c2c99571
ugarit: bump aes input from 1.3 to 1.5
2016-09-06 19:30:01 +02:00
Frederik Rietdijk
db1d965ae6
Revert "duply: add pythonPackages.cryptography"
...
This reverts commit 400d1d5c89
.
Didn't fix https://github.com/NixOS/nixpkgs/issues/18112
2016-08-30 12:54:59 +02:00
Frederik Rietdijk
400d1d5c89
duply: add pythonPackages.cryptography
2016-08-30 12:20:25 +02:00
obadz
57ddc155fc
Merge branch 'master' into staging
...
Conflicts:
pkgs/games/scummvm/default.nix
2016-08-28 12:20:59 +01:00
Bjørn Forsman
1ba0ef1c73
borgbackup: 1.0.6 -> 1.0.7
2016-08-28 10:50:42 +02:00
Robin Gloster
eddc0a5549
treewide: fix darwin builds by using getOutput
...
This fixes eval for pkgs referring to optional static output
2016-08-25 08:44:20 +00:00
Franz Pletz
df275f5b85
treewide: fix darwin builds by referring to stdenv's libc
2016-08-25 02:56:25 +02:00
Franz Pletz
6be25ae545
partclone: stable -> 0.2.89, cleanups
2016-08-24 21:31:02 +02:00
Tuomas Tynkkynen
1c761150f7
treewide: Make explicit that 'dev' output of libmysql is used
2016-08-23 03:52:06 +03:00
Tuomas Tynkkynen
74a3a2cd7e
treewide: Use makeBinPath
2016-08-23 01:18:10 +03:00
Franz Pletz
cfb930c985
znapzend: 0.15.5 -> 0.15.7
2016-08-17 13:17:46 +02:00
Frederik Rietdijk
e4b47de694
Remove top-level pycrypto
...
See #11567 .
2016-08-14 14:28:26 +02:00
Frederik Rietdijk
eb3e23c49e
Remove top-level setuptools
...
See #11567 .
2016-08-14 13:07:26 +02:00
Tobias Geerinckx-Rice
0e003d39bc
borgbackup: 1.0.5 -> 1.0.6
2016-08-04 00:25:20 +02:00
Tuomas Tynkkynen
21f17d69f6
treewide: Add lots of meta.platforms
...
Build-tested on x86_64 Linux & Mac.
2016-08-02 21:42:43 +03:00
Tuomas Tynkkynen
1bf5ded193
treewide: Lots of meta.hydraPlatforms -> meta.platforms
...
In all of these files, there is no meta.platforms but only
meta.hydraPlatforms, which doesn't seem to have any purpose except being
inconsistent.
2016-08-02 21:17:44 +03:00
lukasepple
bd14e4242e
rdup: init at 1.1.15
2016-08-01 19:43:05 +02:00
Tobias Geerinckx-Rice
3970c6da5e
borgbackup: 1.0.4 -> 1.0.5
...
This update slipped in between 1.0.4 and me pushing 276448a
. Upstream says:
This is a critical bugfix release - upgrading to it is strongly recommended!
Please read https://github.com/borgbackup/borg/blob/1.0.5/docs/changes.rst .
2016-07-08 20:52:39 +02:00
Tobias Geerinckx-Rice
276448a477
borgbackup: 1.0.3 -> 1.0.4
...
Take Pypi's hint and switch to GitHub.
2016-07-08 20:39:46 +02:00
Bjørn Forsman
de0264ce17
attic: unbreak "attic mount" by using old llfuse 0.41
...
llfuse >= 0.42 has breaking changes, causing "attic mount" to fail:
TypeError: main() got an unexpected keyword argument 'single'
Side note: borgbackup, a fork of attic, has been updated to work with
newer llfuse.
2016-06-24 20:16:41 +02:00
Bjørn Forsman
bd01fad0ed
Captialize meta.description of all packages
...
In line with the Nixpkgs manual.
A mechanical change, done with this command:
find pkgs -name "*.nix" | \
while read f; do \
sed -e 's/description\s*=\s*"\([a-z]\)/description = "\u\1/' -i "$f"; \
done
I manually skipped some:
* Descriptions starting with an abbreviation, a user name or package name
* Frequently generated expressions (haskell-packages.nix)
2016-06-20 13:55:52 +02:00
Tuomas Tynkkynen
bac26e08db
Fix lots of fetchgit hashes (fallout from #15469 )
2016-06-03 17:17:08 +03:00
zimbatm
0571c2e95e
httrack: 3.48.21 -> 3.48.22
2016-05-30 21:08:42 +01:00
Peter Simons
9cc9c0694e
Merge pull request #15792 from mbakke/duplicity
...
duplicity: 0.7.06 -> 0.7.07.1
2016-05-30 18:40:53 +02:00
Joachim Fasting
73e0c95288
Merge pull request #15778 from joachifm/bup-refactor
...
bup: refactorings
2016-05-28 23:03:46 +02:00
Marius Bakke
80ab61219b
duplicity: 0.7.06 -> 0.7.07.1
2016-05-28 19:54:47 +01:00