William A. Kennington III
fe705a664c
gnupg: 2.1.5 -> 2.1.6
2015-07-05 16:51:03 -07:00
William A. Kennington III
d605663ae2
Merge branch 'master.upstream' into staging.upstream
2015-07-05 13:06:02 -07:00
William A. Kennington III
282e7e6c84
Merge pull request #8647 from ts468/upstream.trusted_grub
...
trustedGRUB: GRUB 1 based -> GRUB 2 based
2015-07-05 11:52:13 -07:00
Thomas Strobel
c9e5218b33
sbsigntool: init at 0.5
2015-07-05 14:59:01 +02:00
Tuomas Tynkkynen
167cf5c0da
asymptote: Fix source URL
...
The particular mirror (softlayer-ams.dfl.sourceforge.net) seems to be
down (no DNS entry).
2015-07-05 14:31:46 +03:00
Thomas Strobel
2285ad1bfa
trustedGRUB: GRUB 1 based -> GRUB 2 based
2015-07-05 11:48:36 +02:00
aszlig
2467c437b7
xdg_utils: Fix wrong substitution of grep command.
...
Fixes regression introduced by 16406e63b3
.
Not replacing "egrep" with a negated character class on [^e] needs to be
put back into the replacement, because if we have something like:
foo="$(grep xxx)"
The replacement would be something like this:
foo="$/nix/store/.../bin/grep xxx)"
Which will lead to wrong behavior and in cases of for example
"xdg-screensaver", even directly to a syntax error:
xdg-screensaver: line 178: syntax error near unexpected token `('
xdg-screensaver: line 178: `command="/nix/store/.../bin/grep -E
"^Exec(\[[^]=]*])?=" "$file" |
/nix/store/.../bin/cut -d= -f 2- |
first_word`"'
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-07-05 09:25:13 +02:00
Thomas Strobel
36f2ec82cc
tmp-luks: init at 0.9pre
2015-07-04 23:57:59 +02:00
Michael Raskin
d2cfc1dec6
Mailsend: update 1.17b15 -> 1.18
2015-07-05 00:32:54 +03:00
Michael Raskin
8454055ed4
GlusterFS: update 3.7.1 -> 3.7.2
2015-07-05 00:32:53 +03:00
Arseniy Seroka
093a8994f9
Merge pull request #8624 from ambrop72/minidlna-update
...
minidlna 1.1.4
2015-07-04 13:59:32 +03:00
Arseniy Seroka
a9a2868095
Merge pull request #8626 from ts468/upstream.chaps
...
New: chaps: PKCS #11 implementation with TPM backend
2015-07-04 13:58:06 +03:00
Thomas Strobel
b73e917237
chaps: init at version 0.42-6812
...
Chaps is a PKCS #11 implementation with TPM backend.
2015-07-04 12:53:09 +02:00
Ambroz Bizjak
42a5ad5c5e
minidlna: 1.0.25 -> 1.1.4
...
Changes:
- gettext is needed to build
- Switched to using non-legacy ffmpeg.
- Removed ffmpeg stuff from include path since it causes build errors related to
a time.h header.
- Removed unneeded patch.
- Adjusted NixOS service due to the binary being renamed.
2015-07-04 09:16:28 +02:00
Tobias Geerinckx-Rice
8e16c57424
nox: show trace for evaluation errors
...
Backports upstream commit 8900531.
2015-07-03 04:52:06 +02:00
Tobias Geerinckx-Rice
1869f171fd
stress-ng: 0.04.07 -> 0.04.10
2015-07-03 04:08:49 +02:00
aszlig
b65d351c30
duperemove: Update from 0.09.beta2 to 0.09.4.
...
Also switches to fetchFromGitHub to remove the need to depend on Git for
fetching the source tarball.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-07-02 12:28:26 +02:00
Pascal Wittmann
f0c00accd4
crackxls: fix build
2015-07-02 00:17:58 +02:00
William A. Kennington III
7eae48871f
Merge branch 'master.upstream' into staging.upstream
2015-07-01 13:38:17 -07:00
Matthias Beyer
ab9e853801
cloc: 1.62 -> 1.64
2015-07-01 20:42:44 +02:00
Shea Levy
dd9530c819
Merge remote-tracking branch 'projectorhq/riemann-tools'
...
Add riemann-tools package and service
2015-07-01 08:45:33 -04:00
Shea Levy
145768bf9b
Unmaintain a bunch of packages
2015-07-01 08:11:05 -04:00
William A. Kennington III
612f0bdd67
Merge branch 'master.upstream' into staging.upstream
2015-06-30 23:58:07 -07:00
William A. Kennington III
ddf15bc78a
glusterfs: Propagate acl due to header references
2015-06-30 23:54:42 -07:00
Tobias Geerinckx-Rice
8712de495f
netsniff-ng: 0.5.9-18-g9977ec6 -> 0.5.9-21-g8c75168
...
Relevant changes:
- netsniff-ng: nlmsg: Define NTF_* constants if not provided by kernel
headers
2015-07-01 01:17:22 +02:00
Robert Pitts and Trenton Strong
bbb36ea039
Add riemann-tools to nixpkgs
...
Adds package via bundlerEnv and service for Riemann health.
2015-06-30 17:16:51 -04:00
Jascha Geerds
db53d84a98
screen: 4.3.0 -> 4.3.1
2015-06-30 22:59:15 +02:00
William A. Kennington III
83895f4901
keepalived: 1.2.17 -> 1.2.18
2015-06-30 13:11:18 -07:00
Pascal Wittmann
e46933f554
bmon: update from 3.6 to 3.7
2015-06-30 18:22:25 +02:00
Pascal Wittmann
16406e63b3
xdg_utils: fix handling of runtime dependencies, closes #8564
...
'egrep' was substituted with the path to the grep binary
2015-06-30 15:45:09 +02:00
Tobias Geerinckx-Rice
e0038d7571
lz4 130 -> 131
...
Changes:
- liblz4: xxhash symbols are dynamically changed (namespace
emulation) to avoid symbol conflict
- liblz4.a (static library) no longer compiled with -fPIC by
default
2015-06-30 09:49:52 +02:00
Pascal Wittmann
512225ef81
Fixed some descriptions
2015-06-29 16:20:58 +02:00
William A. Kennington III
90d041b4b5
keepalived: Fix ip release
2015-06-27 23:19:05 -07:00
William A. Kennington III
3ea1c5bc0c
keepalived: Add libnl support
2015-06-27 19:59:52 -07:00
William A. Kennington III
06b2804bea
memtest86+: Make compatible with gcc5
2015-06-27 15:49:30 -07:00
William A. Kennington III
b6adf14ebf
reiserfsprogs: Fix gcc5 compiling
2015-06-27 15:43:42 -07:00
William A. Kennington III
511fc648b5
keepalived: Add derivation
2015-06-27 14:33:29 -07:00
William A. Kennington III
cab3572e99
btrfsprogs: 4.0.1 -> 4.1
2015-06-27 12:39:52 -07:00
William A. Kennington III
ca2cf48e10
tinc_pre: 2015-05-15 -> 2015-06-20
2015-06-27 11:31:10 -07:00
William A. Kennington III
12102562f7
Merge branch 'master.upstream' into staging.upstream
2015-06-27 00:18:18 -07:00
William A. Kennington III
7297255019
Convert all jack references to libjack2
2015-06-27 00:17:52 -07:00
William A. Kennington III
ef253212f4
Merge branch 'master.upstream' into staging.upstream
2015-06-26 17:25:49 -07:00
William A. Kennington III
fa1bdb8cbd
Migrate all krb5 -> libkrb5
2015-06-26 17:21:49 -07:00
Profpatsch
62921384e0
stow: patch that removes warning for 2.2.0, closes #8513
2015-06-26 18:02:59 +02:00
Jude Taylor
7e4f41b16f
patch pinentry to work with ncurses
2015-06-25 16:36:05 -07:00
Jude Taylor
33de26c029
darwin purity: wget
2015-06-25 16:36:05 -07:00
Jude Taylor
d0951cb68d
darwin purity: recode
2015-06-25 16:36:05 -07:00
Eelco Dolstra
7f54f99656
Don't build texLive in Hydra
...
It's way too big (texlive-core-2014 alone is > 1.5 GB).
2015-06-25 17:34:08 +02:00
Thomas Tuegel
a8c52d0958
Merge branch 'master' into staging
2015-06-25 09:15:05 -05:00
Vladimír Čunát
9e1704c1bb
file: add another mirror (macports, fixes #8500 )
2015-06-25 16:14:28 +02:00
Luca Bruno
1baf402f8a
gtk-vnc: fix .la file
2015-06-25 15:14:54 +02:00
William A. Kennington III
6bb4c1e89f
ceph: 0.80.9 -> 0.80.10
2015-06-24 18:34:10 -07:00
William A. Kennington III
6b0f0c6f41
ceph: Changes rollup from triton
2015-06-24 18:25:53 -07:00
William A. Kennington III
7a0bbce2e6
lz4: Don't test by default as it takes forever
2015-06-24 17:51:59 -07:00
Pascal Wittmann
cb757098d5
cv: update from 0.6 to 0.7.1
2015-06-24 19:20:12 +02:00
Tobias Geerinckx-Rice
0cf1a5c5e1
netsniff-ng -> 0.5.9-18-g9977ec6
...
New features:
- netsniff-ng: use Linux "cooked" header for Netlink interface
automatically or as replacement of L2 header if "--cooked"
option is specified.
- nlmsg: print rtnl neigh info
2015-06-24 19:14:41 +02:00
tv@shackspace.de
e14c8fd368
highlight: fixes an issue locating the default conf_dir, closes #8385
2015-06-24 17:19:56 +02:00
Pascal Wittmann
c491e4669d
parallel: update from 20150522 to 20150622
2015-06-23 15:38:09 +02:00
Mateusz Kowalczyk
e149ba4768
Merge pull request #8461 from dezgeg/pr-calamares-fixes
...
calamares: Patch out all file references to /usr
2015-06-23 12:38:56 +01:00
lethalman
0f1abcc78d
Merge pull request #8395 from mbakke/ipcalcs
...
add ipcalc and sipcalc
2015-06-23 13:33:25 +02:00
Peter Simons
3baa1b97c0
Merge pull request #8468 from jb55/clib-patch
...
clib: a micro-package manager for C
2015-06-23 11:34:07 +02:00
Rickard Nilsson
af5472a739
google-cloud-sdk: Update from 0.9.58 to 0.9.65
2015-06-23 11:23:45 +02:00
William Casarin
634d9eb4c1
clib: a micro-package manager for C
2015-06-23 00:35:03 -07:00
William A. Kennington III
282d03befa
Merge branch 'master.upstream' into staging.upstream
2015-06-22 10:57:36 -07:00
Robert Scott
ad779acd3b
findutils: disable test_canonicalize ( close #8324 )
...
It fails when user doesn't have permission to list all TMPDIR's parent directories.
2015-06-22 18:55:14 +02:00
laMudri
22172b8e43
ibus-table-others: init at 1.3.7, closes #8460
2015-06-22 18:25:45 +02:00
laMudri
f0b4065392
ibus-table: init at 1.9.6
2015-06-22 18:25:45 +02:00
lassulus
2204206a47
asciinema: init at 1.1.1, closes #8459
2015-06-22 18:16:52 +02:00
Tuomas Tynkkynen
fc4be77491
calamares: Patch out all file references to /usr
...
This makes the timezone selection page as well as the keyboard layout
selection page work correctly.
2015-06-22 19:03:12 +03:00
Arseniy Seroka
1c444984bc
Merge pull request #8448 from dezgeg/pr-ckbcomp
...
ckbcomp: New package at version 1.129
2015-06-22 18:45:24 +03:00
Jascha Geerds
a612e397d8
silver-searcher: Replace fetchurl with fetchFromGitHub
2015-06-22 16:19:23 +02:00
Tuomas Tynkkynen
4ac3bc3330
ckbcomp: init at 1.129
2015-06-22 15:32:42 +03:00
Jascha Geerds
b9cebbe9b1
silver-searcher: 0.29.1 -> 0.30.0
2015-06-22 12:10:03 +02:00
Jascha Geerds
3113d31070
dnscrypt-proxy: Add myself as maintainer
2015-06-22 08:45:48 +02:00
Jascha Geerds
5afdc14871
Merge pull request #8420 from joachifm/dnscrypt-proxy-1_5_0
...
dnscrypt-proxy: 1.4.3 -> 1.5.0
2015-06-22 08:44:31 +02:00
Jascha Geerds
3f66bb7ff2
Add myself as maintainer
2015-06-22 08:26:09 +02:00
Tobias Geerinckx-Rice
066d4d92f5
stress-ng -> 0.04.07
...
* Make semaphore stressors linux only because of timeout
* Make stress-sem conditional on STRESS_SEMAPHORE_POSIX
* stress-sem{,-sysv}: Add timeout to semaphore wait
* stress-sem{,-sysv}: ensure parent is waiting and not thrashing
* stress-sem: remove verbose timeout info, it can spam the output
2015-06-21 22:37:17 +02:00
devhell
ec31bead9f
kpcli: 2.8 -> 3.0
2015-06-21 14:37:43 +01:00
Domen Kožar
d99baf3d5c
Merge pull request #8439 from joachifm/attic-0_16
...
attic: 0.15 -> 0.16
2015-06-21 09:25:58 +02:00
Travis B. Hartwell
f4d876f73c
i3-py: init at 0.6.4
...
Extract i3-py from i3minator so it can be installed on its own.
2015-06-20 23:31:38 -06:00
Joachim Fasting
0d6ef780c7
attic: 0.15 -> 0.16
2015-06-21 06:47:40 +02:00
Marius Bakke
aef2a813a8
add ipcalc
2015-06-20 10:24:19 +01:00
Marius Bakke
c0d4cdce07
add sipcalc
2015-06-20 10:24:19 +01:00
Jude Taylor
14d83e9565
add gnused to impure darwin stdenv
2015-06-19 22:08:01 -07:00
Arseniy Seroka
8043c4834b
Merge pull request #8400 from andrewrk/wolfebin
...
wolfebin: init at 5.4
2015-06-20 00:31:37 +02:00
Joachim Fasting
359215e3fd
dnscrypt-proxy: 1.4.3 -> 1.5.0
2015-06-19 22:52:38 +02:00
Jude Taylor
099f85465c
darwin purity: tetex-3.0
2015-06-19 12:56:39 -07:00
Andrew Kelley
3d7125d1a7
wolfebin: init at 5.4
2015-06-19 12:26:00 -07:00
William A. Kennington III
c96d269ad7
coreutils: Fix gmp in cross build
2015-06-19 11:23:43 -07:00
Mateusz Kowalczyk
fc26e89159
Merge pull request #8394 from mbakke/maim
...
Add maim and slop
2015-06-19 15:22:20 +01:00
William A. Kennington III
6f4fbcc981
dnsmasq: Fix build
2015-06-19 00:54:41 -07:00
William A. Kennington III
be9a0a8943
logrotate: 3.8.9 -> 3.9.1
2015-06-18 23:52:33 -07:00
William A. Kennington III
fe03404ade
Merge pull request #8382 from DamienCassou/update-pinentry-0.9.4
...
pinentry: 0.9.1 -> 0.9.4
2015-06-18 23:36:33 -07:00
William A. Kennington III
91e87c5f58
Merge branch 'master.upstream' into staging.upstream
2015-06-18 23:33:44 -07:00
William A. Kennington III
d12cc767bd
file: 5.22 -> 5.23
2015-06-18 23:33:29 -07:00
William A. Kennington III
588d20ea39
opensc: 0.14.0 -> 0.15.0
2015-06-18 22:59:38 -07:00
William A. Kennington III
b8f3c4c659
ttylog: 0.25 -> 0.26
2015-06-18 22:52:44 -07:00
William A. Kennington III
fe4f8903b4
Merge branch 'master.upstream' into staging.upstream
2015-06-18 22:37:00 -07:00
William A. Kennington III
8b7d3127b5
efibootmgr: 0.11.0 -> 0.12
2015-06-18 22:34:43 -07:00
William A. Kennington III
5668e3911c
efivar: Fix linking against libdl
2015-06-18 22:34:29 -07:00
William A. Kennington III
81636c4e60
dosfstools: 3.0.26 -> 3.0.28
2015-06-18 22:06:59 -07:00
William A. Kennington III
0b9419f4a9
efivar: 0.15 -> 0.20
2015-06-18 22:03:00 -07:00
William A. Kennington III
bdeac100db
dnsmasq: 2.72 -> 2.73
2015-06-18 21:56:18 -07:00
William A. Kennington III
7aa425e541
lftp: 4.6.1 -> 4.6.3a
2015-06-18 21:39:39 -07:00
William A. Kennington III
3d9be37df7
curl: 7.42.1 -> 7.43.0
2015-06-18 20:55:19 -07:00
William A. Kennington III
3a60e40d9b
nix-serve: Update
2015-06-18 19:29:39 -07:00
Marius Bakke
10ff6c3fe0
new package: slop
2015-06-18 22:55:56 +01:00
Marius Bakke
3d68e0b0e2
new package: maim
2015-06-18 22:13:06 +01:00
Jude Taylor
e26b421b71
fix conditionals for bootstrap sed calls
2015-06-18 13:41:34 -07:00
Vladimír Čunát
61596bf405
Merge #8363 : pure-darwin stdenv
2015-06-18 22:38:08 +02:00
Jude Taylor
fa9c81f694
pure darwin stdenv
2015-06-18 12:37:41 -07:00
Andrew Kelley
8925d17034
add myself as maintainer
2015-06-18 11:52:39 -07:00
lethalman
4239b7fe0a
Merge pull request #8387 from dezgeg/pr-tmux
...
tmux: Homepage & releases no longer hosted at sourceforge
2015-06-18 18:48:31 +02:00
Tuomas Tynkkynen
0a597ec094
tmux: Homepage & releases no longer hosted at sourceforge
2015-06-18 17:44:41 +03:00
Jascha Geerds
124c2b14bb
vdirsyncer: 0.4.3 -> 0.5.2
2015-06-18 15:17:22 +02:00
lethalman
0243472c05
Merge pull request #8344 from joachifm/redundant-cheetah
...
Delete redundant expression cheetahTemplate
2015-06-18 14:51:17 +02:00
lethalman
af4c5f9cc4
Merge pull request #8249 from joachifm/clamav-milter
...
clamav: build mail filter
2015-06-18 14:47:17 +02:00
lethalman
e5f9ffbb99
Merge pull request #8267 from hiberno/bump-xcape
...
xcape: bump to latest revision
2015-06-18 14:46:06 +02:00
Damien Cassou
e88de8308b
pinentry: 0.9.1 -> 0.9.4
2015-06-18 14:11:55 +02:00
hiberno
deadb4e0aa
tor-browser: update 4.5.1 to 4.5.2, closes #8379
2015-06-18 11:25:32 +02:00
Rok Garbas
ca407f3738
xdg_utils: fixing some of the impurities in xdg-utilso, #8377
2015-06-18 10:51:35 +02:00
William A. Kennington III
8a13108d42
Merge pull request #8376 from eduarrrd/rsyslog
...
rsyslog: 8.9.0 -> 8.10.0
2015-06-17 20:34:27 -07:00
Eduard Bachmakov
e6f81661aa
rsyslog: 8.9.0 -> 8.10.0
2015-06-17 21:59:54 -04:00
Tobias Geerinckx-Rice
4e5e44140b
dpkg, x2goclient: fix evaluation
...
Bed time.
2015-06-17 23:25:09 +02:00
Tobias Geerinckx-Rice
c544a2b74b
nxproxy: add patch file...
2015-06-17 22:24:12 +02:00
Tobias Geerinckx-Rice
98b2d7b727
Separate nativeBuildInputs where maintainers |= nckx
2015-06-17 22:21:32 +02:00
William A. Kennington III
8e19ac8d7c
Merge branch 'master.upstream' into staging.upstream
2015-06-17 11:57:40 -07:00
lethalman
ff3972b217
Merge pull request #8349 from berdario/ansible-win
...
Add support for Windows in ansible
2015-06-17 16:09:37 +02:00
Tobias Geerinckx-Rice
d7530a0630
nxproxy: nxcomp: fix "negotiation in stage 10" error
...
Apply backported upstream patch.
2015-06-17 14:03:16 +02:00
lethalman
c1f7f6df4c
Merge pull request #8366 from andrewrk/rhash
...
expose librhash
2015-06-17 13:01:18 +02:00
Andrew Kelley
bb2d249706
expose librhash
2015-06-17 03:01:26 -07:00
Peter Simons
fcd7b6829b
nix-repl: bump version to add support for current versions of Nix
2015-06-17 11:11:25 +02:00
William A. Kennington III
bc4e1f3c1a
inetutils: 1.9.3 -> 1.9.4
2015-06-16 15:20:28 -07:00
William A. Kennington III
01c2ad2525
screen: 4.2.1 -> 4.3.0
2015-06-16 14:28:12 -07:00
Jascha Geerds
07cdc40222
Merge pull request #7872 from matthiasbeyer/fix-khal_python
...
Fix: khal 0.4.0 does not work with python 3
2015-06-16 15:06:42 +02:00
Cillian de Róiste
a2a69400a4
jmtpfs: add platform
2015-06-16 11:30:20 +02:00
Joachim Fasting
ed554d5ae2
Delete redundant expression cheetahTemplate
...
Use the one provided by python-packages instead; retain the
top-level cheetahTemplate name as an alias.
2015-06-15 23:31:37 +02:00
Dario Bertini
1c87fd82d4
Fix python-packages.nix conflict
...
Merge remote-tracking branch 'origin/master' into ansible-win
2015-06-15 19:41:30 +01:00
Dario Bertini
99912bbf0e
Add (optional, but opted in by default) support for Windows in ansible
2015-06-15 19:24:02 +01:00
Luca Bruno
aa800fa0fe
Merge branch 'master' into staging
2015-06-15 09:56:29 +02:00
Shea Levy
dbf1e0fb53
Merge branch 'update-gnupg-2.1.5' of https://github.com/DamienCassou/nixpkgs
2015-06-15 10:07:43 -04:00
Shea Levy
2d3933151b
Merge remote-tracking branch 'origin/fix-CVE-2015-4171'
2015-06-15 09:56:14 -04:00
Damien Cassou
c2116191d3
gnupg 2.1.4 -> 2.1.5
...
According to someone on #gnupg, the patch is not necessary anymore.
2015-06-15 15:42:23 +02:00
koral
6c213c6e44
rmlint: 2.1.0 -> 2.2.0 ( closes #8268 )
2015-06-15 15:35:37 +02:00
Michael Raskin
d9354c6a2a
Add xwinmosaic window switcher
2015-06-14 23:26:58 +03:00
Michael Raskin
649b0affe1
Adding Skippy-XD window switcher
2015-06-14 23:26:58 +03:00
Michael Raskin
a6d54b3fdd
A comment about the license
2015-06-14 23:26:58 +03:00
Michael Raskin
14695867cb
Add ratmen X11 menu generator
2015-06-14 23:26:58 +03:00
Pascal Wittmann
4e0fb6578a
strongswan: update from 5.2.1 to 5.3.2, fixes CVE-2015-4171
2015-06-14 21:44:18 +02:00
Austin Seipp
1ee742b0ef
nixpkgs: afl 1.80b -> 1.83b
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-06-14 14:28:00 -05:00
Vladimír Čunát
a9c3392836
bmon: fix build by including a proper header
2015-06-14 20:40:35 +02:00
Michael Raskin
f39c3ebf04
Update GlusterFS, adding new dependencies
2015-06-14 11:23:42 +03:00
Michael Raskin
2b35cccc5b
Update dd_rescue and switch to bzip2 releases
2015-06-14 11:23:18 +03:00
Michael Raskin
000162daed
Update FreeIPMI
2015-06-14 11:22:56 +03:00
Michael Raskin
9c726f502d
Update getmail
2015-06-14 11:22:40 +03:00
Michael Raskin
de7c3eef17
Update Asymptote
2015-06-14 11:22:32 +03:00
Thomas Tuegel
af6c270b6d
pinentry: find moc when qt4 enabled
2015-06-13 10:12:13 -05:00
Tobias Geerinckx-Rice
c8c15ba95d
stress-ng -> 0.04.06
...
- stess-sysfs: Do not read sysfs files when running as root
2015-06-13 16:38:04 +02:00
William A. Kennington III
84aad77f54
trousers: Add gcc5 compat
2015-06-12 15:40:48 -07:00
William A. Kennington III
dce591e0b8
bcache-tools: Add gcc5 compatability patch
2015-06-12 13:57:05 -07:00
William A. Kennington III
954801a9a8
Merge branch 'master.upstream' into staging.upstream
2015-06-12 13:47:46 -07:00
Sander van der Burg
093b2de396
dysnomia: fix compatibility with mariadb derivation
2015-06-12 16:19:26 +00:00
Joachim Fasting
114cb31b65
dnscrypt-proxy: enable systemd support on linux
...
This permits using socket activation in the NixOS service
module.
2015-06-12 15:12:33 +02:00
Eelco Dolstra
192d20e820
nix: Update to 1.9
2015-06-12 13:19:48 +02:00
Chris Double
36a1d2d4f8
Update tor to 0.2.6.9
2015-06-12 12:49:41 +02:00
Damien Cassou
da10587d1b
Merge pull request #8306 from DamienCassou/8305-gparted-gmpc-should-depend-on-hicolor_icon_theme
...
Add hicolor_icon_theme dependency
2015-06-12 11:58:22 +02:00
Damien Cassou
69f4fc4be6
Add hicolor_icon_theme dependency
...
This avoids having icon-theme.cache generated.
2015-06-12 11:53:33 +02:00
Nikolay Amiantov
bb6e504d6b
thermald: update and adopt
2015-06-12 03:42:29 +03:00
Tobias Geerinckx-Rice
776608a332
aha: remove default GitHub downloadPage
2015-06-12 02:27:53 +02:00
Nikolay Amiantov
4e49773d26
sdl-jstest: add package
2015-06-12 02:03:29 +03:00
Arseniy Seroka
2e5f4a0152
Merge pull request #8255 from adevress/master
...
New expression for the davix toolkit
2015-06-12 00:52:37 +02:00
Adrien Devresse
f12a466730
New expression for the davix toolkit
2015-06-11 22:57:13 +02:00
John Chee
85da7792b8
openconnect: update to version 7.06 and support openssl or gnutls
2015-06-11 11:56:18 -07:00
Mateusz Kowalczyk
1cc999e09d
Merge branch 'youtube-dl' of https://github.com/KaiSforza/nixpkgs
2015-06-11 00:36:00 +01:00
William Giokas
51ce297187
youtube-dl: make a python package
...
This allows youtube-dl to support all versions of python, and be built
correctly even when the python version is overridden by the user.
An alias to youtube-dl has been added which points to the default python
version's youtube-dl.
Also, ffmpeg has been made into an optional dependency. If ffmpeg is set
to 'null' then it will not be built and there will be no wrapper for it
either. An extra package, youtube-dl-light, is the same as youtube-dl
but without the ffmpeg dependency.
2015-06-10 15:50:17 -07:00
Eelco Dolstra
4970574409
Merge remote-tracking branch 'origin/gcc-4.9' into staging
...
Conflicts:
pkgs/development/libraries/wayland/default.nix
2015-06-11 00:23:03 +02:00
Joachim Schiele
a398088ec6
Merge pull request #8265 from k0ral/dfc
...
dfc: 3.0.4 -> 3.0.5
2015-06-10 20:46:05 +02:00
hiberno
429461c3e2
xcape: bump to latest revision
2015-06-10 14:37:49 +02:00
koral
e3b3dff1d5
dfc: 3.0.4 -> 3.0.5
2015-06-10 11:18:55 +00:00
Pascal Wittmann
62d62b6588
Fixed some licenses
2015-06-10 13:00:42 +02:00
Pascal Wittmann
556562173c
t1utils: update from 1.38 to 1.39, fixes CVE-2015-3905
2015-06-10 08:54:21 +02:00
Pascal Wittmann
d362ef845e
Merge pull request #8250 from pesterhazy/fix/httpie
...
httpie: bump version to fix ImportError
2015-06-09 19:19:08 +02:00
Paulus Esterhazy
fdc8e6beff
httpie: bump version to fix ImportError
...
Fixes https://github.com/jakubroztocil/httpie/issues/314
2015-06-09 17:45:00 +02:00
lethalman
253d30b986
Merge pull request #8231 from DamienCassou/add-carddav-util
...
Add carddav-util
2015-06-09 10:39:46 +02:00
William A. Kennington III
ddafa487fc
dnstop: Update to 20140915
2015-06-08 17:59:09 -07:00
William A. Kennington III
8d4c5c956d
ethtool: 3.18 -> 4.0
2015-06-08 17:45:31 -07:00
Bob van der Linden
e593a8d3bf
zopfli: removed roconnor as a maintainer
...
roconnor was added as a maintainer by accident
2015-06-08 19:41:45 +02:00
Arseniy Seroka
ae6d056188
Merge pull request #8229 from KoviRobi/vips-nip-8.0.2
...
Major update to vips and nip2 to 8.0.2, changes:
2015-06-08 19:49:41 +03:00
Damien Cassou
5647c894c6
Add carddav-util
2015-06-08 18:03:41 +02:00
Tobias Geerinckx-Rice
b2d300e59b
boxfs: work around box.com breaking their API
...
See <https://github.com/drotiro/boxfs2/issues/11 >.
This should soon be fixed upstream. Until then, any bugs are mine.
2015-06-08 16:56:55 +02:00
Tobias Geerinckx-Rice
dd6ceb61fa
netsniff-ng -> 0.5.9-10-gb7ece46
2015-06-08 16:56:54 +02:00
Pascal Wittmann
794feb7879
opkg: update from 0.2.4 to 3.0.0
2015-06-08 16:19:42 +02:00
Pascal Wittmann
0ed4ad8c63
pdf2djvu: update from 0.7.17 to 0.7.21, adopt it
2015-06-08 16:19:42 +02:00
lethalman
7fb476c99e
Merge pull request #8046 from gebner/ibus-version-bump
...
Update: ibus, ibus-qt, ibus-anthy
2015-06-08 14:34:20 +02:00
Arseniy Seroka
24a8c23617
Merge pull request #8212 from ktosiek/sstp-1.0.10
...
Bump sstp to 1.0.10
2015-06-08 14:28:27 +03:00
Eelco Dolstra
cea6207a05
Merge pull request #8219 from KoviRobi/remind-3.1.14
...
Remind update to 3.1.14, changes:
2015-06-08 12:24:33 +02:00
Kovacsics Robert (NixOS-SSD2)
f4dce11c19
Major update to vips and nip2 to 8.0.2, changes:
...
- Much better conversion to greyscale
- More efficient use of file descriptors
- Rewritten TIFF pyramid creator
- Removed old stuff
See http://libvips.blogspot.co.uk/2015/05/whats-new-in-80.html
and https://github.com/jcupitt/libvips/blob/master/ChangeLog
2015-06-08 10:56:00 +01:00
Peter Simons
b5f868f48b
Merge pull request #8150 from ts468/upstream.calamares
...
Add Calamares: A distribution independent installer framework.
2015-06-08 11:48:41 +02:00
Kovacsics Robert (NixOS-SSD2)
8e7f4d3c33
Remind update to 3.1.14, changes:
...
* Version 3.1 Patch 14 - 2014-04-24
- NEW FEATURE: Putting the line __EOF__ in a .rem file causes Remind to
treat it as end-of-file.
- IMPROVEMENT: Use better PNG images for moons in the HTML display
- CHANGE: Author name updated from "David" to "Dianne"
- BUG FIX: The "-n" command-line option should really run in
"ADVANCE_MODE" rather than "CAL_MODE" internally; otherwise, the
substitution sequences may be misinterpreted.
- BUG FIX: A typo in clearing out MD5 sum context has been fixed.
- BUG FIX: Typo in Spanish translation was fixed.
2015-06-08 10:36:18 +01:00
Thomas Strobel
d3435d7ce0
New package: Calamares
...
Add Calamares, a distribution independent installer framework.
2015-06-08 11:22:09 +02:00