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
Redvers Davies
0af8c1f8b8
mt-st: init at 1.3
...
Closes #15787
2016-05-28 19:33:14 +02:00
Redvers Davies
2745b5a652
mtx: init at 1.3.12
2016-05-28 10:43:03 -04:00
Joachim Fasting
5e1bea1ec2
bup: refactorings
...
- Use `fetchFromGitHub`
- Apply patches standard patch phase
- Use `pythonPackages`
- Use `stdenv.is{Darwin,Linux}`
- meta fixups
- Enable support for the web front-end
2016-05-28 15:32:49 +02:00
Florent Becker
d7749f27f3
bup: add ${git} to the $PATH of the wrapper
...
Otherwise, bup tries to run git from the user's PATH, which may or may not
exist.
Closes #15691
2016-05-28 02:08:41 +02:00
Vladimír Čunát
0b192a0976
Merge branch 'master' into staging
...
That's to get mesa rebuild from master, as it's nontrivial.
2016-05-23 09:02:10 +02:00
Vladimír Čunát
c4661e9643
Merge: make dev output references explicit
...
This is a rebase of most commits from #14766 ,
resolving conflicts and a few other evaluation problems.
2016-05-22 12:09:23 +02:00
Tobias Geerinckx-Rice
b1f6a10e1e
borgbackup: 1.0.2 -> 1.0.3
...
Changes: https://github.com/borgbackup/borg/blob/1.0.3/docs/changes.rst
2016-05-21 14:23:27 +02:00
Tuomas Tynkkynen
7fb29bfa73
treewide: Make explicit that 'dev' output of zlib is used
2016-05-19 10:04:38 +02:00
Tuomas Tynkkynen
e80e4ba2bb
treewide: Make explicit that 'dev' output of sqlite is used
2016-05-19 10:04:34 +02:00
Tuomas Tynkkynen
8d473f107c
treewide: Make explicit that 'dev' output of readline is used
2016-05-19 10:03:35 +02:00
Tuomas Tynkkynen
2a73de6e6c
treewide: Make explicit that 'dev' output of openssl is used
2016-05-19 10:02:23 +02:00
Domen Kožar
b49bf121b8
rename iElectric to domenkozar to match GitHub
2016-05-17 13:00:47 +01:00
Franz Pletz
e98a0bc9e0
Merge pull request #15476 from matthiasbeyer/update-unmaintained
...
Update unmaintained packages
2016-05-16 23:45:11 +02:00
Peter Simons
8e462995ba
Bring my stdenv.lib.maintainers user name in line with my github nick.
2016-05-16 22:49:55 +02:00
Matthias Beyer
d7914d8f0a
rsnapshot: 1.4.1 -> 1.4.2
2016-05-16 16:12:22 +02:00
Alexei Robyn
3f35d670de
rsnapshot: Remove unnecessary argument, refactor one-line patch to flags.
2016-05-12 09:27:59 +10:00
Franz Pletz
ffdcdb5124
znapzend: 0.15.3 -> 0.15.5
2016-05-03 16:05:14 +02:00
Frederik Rietdijk
d5e6a4494a
Python: use PyPI mirror ( #15001 )
...
* mirrors: add pypi
* Python: Use pypi mirror for all PyPI packages
2016-04-26 13:38:03 +01:00
Tobias Geerinckx-Rice
6e261865a4
borgbackup: 1.0.1 -> 1.0.2
...
Changes: https://github.com/borgbackup/borg/blob/1.0.2/docs/changes.rst
2016-04-17 01:14:57 +02:00
Vladimír Čunát
39ebb01d6e
Merge branch 'staging', containing closure-size #7701
2016-04-13 09:25:28 +02:00
Tobias Geerinckx-Rice
f019db633f
borgbackup: 1.0.0 -> 1.0.1
...
Changes: https://github.com/borgbackup/borg/blob/1.0.1/docs/changes.rst
2016-04-12 01:35:24 +02:00
Tomasz Kontusz
789c281a62
partimage: correct the patch SHA256
...
It was using a hash for the file itself, instead of the one for a sanitized patch.
2016-04-10 20:41:42 +02:00
Vladimír Čunát
30f14243c3
Merge branch 'master' into closure-size
...
Comparison to master evaluations on Hydra:
- 1255515 for nixos
- 1255502 for nixpkgs
2016-04-10 11:17:52 +02:00
Vladimír Čunát
ab15a62c68
Merge branch 'master' into closure-size
...
Beware that stdenv doesn't build. It seems something more will be needed
than just resolution of merge conflicts.
2016-04-01 10:06:01 +02:00