Nikolay Amiantov
ea56bb7331
rockbox-utility: move to qmake4Hook
2016-04-20 18:55:56 +03:00
Nikolay Amiantov
6adce0a785
touchegg: move to qmake4Hook
2016-04-20 18:55:55 +03:00
Nikolay Amiantov
5a4cccd7e7
nifskope: move to qmake4Hook
2016-04-20 18:55:55 +03:00
Nikolay Amiantov
cef0e565e3
unetbootin: move to qmake4Hook
2016-04-20 18:55:55 +03:00
Nikolay Amiantov
a3a40c027c
qastools: move to qmake4Hook
2016-04-20 18:55:55 +03:00
Vladimír Čunát
57474b7d4a
Merge branch 'master' into staging
...
Compare to Hydra nixpkgs job 1260021.
2016-04-20 16:49:52 +02:00
Aneesh Agrawal
a01fdb3ad4
gzip: 1.6 -> 1.7 ( close #14828 )
2016-04-20 16:40:53 +02:00
Vladimír Čunát
60d6c5a92b
groff: fix build after --docdir fix
2016-04-20 16:38:42 +02:00
Thomas Tuegel
037400eea1
Merge pull request #14839 from ericsagnes/fix/fcitx-qt5
...
fcitx-qt5: fix build
2016-04-20 07:44:35 -05:00
Hurshal Patel
9023722e77
xbanish: init at 1.4 👻
2016-04-19 23:33:38 -07:00
Eric Sagnes
c99fdd5296
fcitx-qt5: fix build
2016-04-20 13:08:52 +09:00
Eelco Dolstra
b4bf432709
nghttp2: 1.8.0 -> 1.9.2, unify with libnghttp2, and use multiple outputs
...
Note: I ignored the C++ libraries, but it appears we're not currently
using them. Once we do, we'll probably want to put them in a separate
output as well (to prevent non-C++ users from depending on Boost).
2016-04-18 21:13:18 +02:00
Eelco Dolstra
21a2f2ba3b
nix: Add a "dev" output
...
This gets rid of boehm-dev in the closure (as well as Nix's own
headers).
2016-04-18 21:13:18 +02:00
zimbatm
961ad19660
Merge pull request #14408 from retrry/rustc-update
...
rustc: 1.6.0 -> 1.7.0. Enable Darwin platform.
2016-04-18 20:09:44 +01:00
Tuomas Tynkkynen
a3466e300d
dar: 2.5.2 -> 2.5.3
...
While at it, add xz support and enable parallel build.
2016-04-18 21:32:36 +03:00
Eelco Dolstra
be8fc33164
texlive-new: Export source tarballs via an attribute
...
This allows them to be found by find-tarballs.nix (which can only see
fetchurl dependencies if they are attributes, not if they're part of a
string context).
2016-04-18 15:18:21 +02:00
Michiel Leenaars
38c5319fd8
softhsm: init -> 2.1.0
2016-04-18 10:31:46 +01:00
Tuomas Tynkkynen
00f5f08e05
Merge pull request #14780 from womfoo/update-facter
...
Update facter: 3.1.3 -> 3.1.5 and add new library dependency leatherman 0.4.2
2016-04-18 05:42:56 +03:00
Kranium Gikos Mendoza
ca7f93a668
facter: 3.1.3 -> 3.1.5
2016-04-18 01:31:41 +08:00
Tobias Geerinckx-Rice
11ee4c394d
zpaq: 710 -> 711
2016-04-17 18:43:44 +02:00
Luca Bruno
627b7185b9
netdata: fix patch
2016-04-17 11:36:33 +02:00
Luca Bruno
07221cf39f
netdata: patch nonsense when serving static files
2016-04-17 11:16:33 +02: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
joachifm
dabacbb211
Merge pull request #14734 from sheenobu/sipsak_fixbuild_gnu89
...
sipsak: fix build by using --std=gnu89
2016-04-16 20:18:26 +02:00
Sheena Artrip
1a520f8aa4
sipsak: fix build by using --std=gnu89
2016-04-16 13:52:21 -04:00
Pascal Wittmann
0f48602926
Merge pull request #14745 from layus/update/urlwatch-2.1
...
urlwatch: update 2.0 -> 2.1
2016-04-16 09:53:50 +02:00
Aneesh Agrawal
6e4d06873f
openssh: fix CVE-2015-8325
...
Debian Security Advisory: https://www.debian.org/security/2016/dsa-3550
Upstream commit: https://anongit.mindrot.org/openssh.git/commit/?id=85bdcd7c92fe7ff133bbc4e10a65c91810f88755
2016-04-15 23:45:10 -04:00
Guillaume Maudoux
29280a60d5
urlwatch: update 2.0 -> 2.1
2016-04-15 22:23:01 +02:00
Joachim Fasting
36f7d498c9
unrtf: split man output
2016-04-15 17:41:41 +02:00
Joachim Fasting
ec406eb640
dnscrypt-proxy: split man output
2016-04-15 17:41:41 +02:00
joachifm
ff44872c77
Merge pull request #14713 from ericsagnes/fix/libpinyin
...
libpinyin: move to libraries
2016-04-15 05:50:06 +02:00
aszlig
2c024d28a2
cmst: Fix running of {pre,post}Configure
...
Commit 0055c6a
introduced a new preConfigure hook that sets the right
qmake path. Unfortunately the mkDerivation attributes of cmst override
the whole configurePhase, so this hook isn't run at all.
I've also added running the preBuild and postBuild hooks for the sake of
completeness so that it's easier to override the derivation attributes.
This fixes the build of cmst and it now successfully compiles on my
machine.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-04-15 05:26:02 +02:00
Eric Sagnes
c6ec758fe3
libpinyin: move to libraries
2016-04-15 10:22:35 +09:00
Luca Bruno
0876c2f4ac
netdata: init at 1.0.0
2016-04-14 23:43:01 +02:00
Tobias Geerinckx-Rice
7818fda09e
eid-mw: 4.1.13 -> 4.1.14
2016-04-14 18:34:53 +02:00
joachifm
20095d48de
Merge pull request #14224 from yokto/add/libpinyin
...
ibus-libpinyin: init at 1.7.4
2016-04-14 14:55:00 +02:00
Tuomas Tynkkynen
897e0d1224
treewide: Mass replace 'openssl}/bin' to refer to the correct outputs
2016-04-14 08:32:20 +03:00
Tuomas Tynkkynen
87cb1b0ca1
treewide: Mass replace 'libxslt}/bin' to refer to the correct outputs
2016-04-14 08:32:20 +03:00
Tuomas Tynkkynen
df2dd60b4e
treewide: Mass replace 'flac}/bin' to refer to the correct outputs
2016-04-14 08:32:20 +03:00
Nikolay Amiantov
3f9cfba02c
Merge commit 'refs/pull/14677/head' of git://github.com/NixOS/nixpkgs
2016-04-14 05:14:58 +03:00
Sergey Sofeychuk
9a11aafb91
imgur-screenshot: 1.5.4 -> 1.7.1
...
Updated imgur-screenshot i guess
Wrong hash in previous commit, it's fixed now.
2016-04-14 05:12:56 +03:00
Tobias Geerinckx-Rice
550b878e46
zstd: 0.5.1 -> 0.6.0
...
Changes:
- Stronger high compression modes
- Changed : highest compression modes require --ultra command to
remove memory restrictions
- API: ZSTD_getFrameParams() provides size of decompressed content
- Fixed: zstd cli return error code > 0 and removes dst file artifact
when decompression fails
- Various fixes and small performance improvements
2016-04-14 02:37:53 +02:00
Kevin Cox
08a035725f
daemontools: init at 0.76 ( #14675 )
2016-04-14 01:32:52 +01:00
Nikolay Amiantov
8b7ebaffeb
replace makeSearchPath tree-wise to take care of possible multiple outputs
2016-04-13 22:09:41 +03:00
obadz
bd9089987a
Merge pull request #14665 from bendlas/update-i2p
...
i2p: 0.9.24 -> 0.9.25
2016-04-13 19:50:47 +01:00
Herwig Hochleitner
e4a56dbff8
i2p: 0.9.24 -> 0.9.25
2016-04-13 20:48:20 +02:00
zimbatm
04267ed630
Merge pull request #14647 from MostAwesomeDude/tahoe
...
Tahoe-LAFS improvements
2016-04-13 16:39:53 +01:00
Tadas Barzdzius
1f3e2ced4a
exa: 2016-03-22 -> 2016-04-11
2016-04-13 18:11:52 +03:00
Michael Raskin
c2d9c35ebd
tigervnc: fix build by adding dependencies
2016-04-13 15:21:11 +02:00
Michael Raskin
530fdc5362
asymptote: 2.36 -> 2.37
2016-04-13 14:47:04 +02:00