Bjørn Forsman
ff4d8513b4
qtcreator: add qtdeclarative to QML2_IMPORT_PATH
...
When building with Qt 5.4 this is not a problem, but with Qt 5.5 (tested
locally), it is clear that this dependency is missing:
$ ./result/bin/qtcreator
file:///nix/store/zmpf6ydrjdydd85wh6splpywv6aj4782-qtcreator-3.4.2/share/qtcreator/welcomescreen/welcomescreen.qml:31:1:
module "QtQuick" is not installed
import QtQuick 2.1
^
With Qt 5.4 something else is pulling in the qtdeclarative dependency,
it can be seen in the qtcreator wrapper script.
Note to self: "import QtQuick" != qtquickcontrols. QtQuick is
apparently located in the qtdeclarative module.
2015-11-09 21:00:10 +01:00
Peter Simons
0435fe715c
Merge pull request #10790 from mcmtroffaes/feature/openssl-mingw
...
openssl: cross build improvement
2015-11-09 20:53:22 +01:00
Arseniy Seroka
f60d710f88
Merge pull request #10894 from dezgeg/pr-trinity-update
...
trinity: 1.5 -> 1.6
2015-11-09 22:47:01 +03:00
Arseniy Seroka
bb7562a14d
Merge pull request #10898 from mstarzyk/obnam
...
obnam: 1.17 -> 1.18.1
2015-11-09 22:45:23 +03:00
Frederik Rietdijk
8ea2c84119
python numtraits: init at 0.2
2015-11-09 20:00:46 +01:00
Domen Kožar
0d19f68d2b
popcorntime: mark as broken
2015-11-09 19:44:17 +01:00
Michael Fellinger
cdb79acd0c
seafile-*: 4.0.6 -> 4.4.2 ( close #10755 )
2015-11-09 18:43:20 +01:00
AndersonTorres
b5665317b4
Darkcoin 0.10.99.99 -> Dash 0.12.0.55 ( close #10772 )
...
Now, Darkcoin changed his name for Dash.
2015-11-09 18:43:20 +01:00
Tobias Geerinckx-Rice
0c55a42dfb
fatrace 0.10 -> 0.11
2015-11-09 18:07:05 +01:00
Tobias Geerinckx-Rice
10df3db175
kexec-tools 2.0.10 -> 2.0.11
2015-11-09 18:03:11 +01:00
Tobias Geerinckx-Rice
ba527075af
kexec-tools: add mirror://kernel URI
...
From http://horms.net/projects/kexec/kexec-tools :
"The canonical site for kexec-tools release is
http://kernel.org/pub/linux/utils/kernel/kexec/ . It should also be
available on the extensive network of kernel.org mirror sites and
it is mirrored at http://horms.net/projects/kexec/kexec-tools/
just for good measure."
2015-11-09 18:03:10 +01:00
Tobias Geerinckx-Rice
7db3b90df6
netsniff-ng 0.5.9-130-ga81b515 -> 0.6.0
2015-11-09 17:30:14 +01:00
Tobias Geerinckx-Rice
81a7a3f652
exfat 1.2.1 -> 1.2.2
...
Changes:
- Improved reliability in case of a sudden unplug: FS will be in a clean
state after closing all files and performing sync(1).
- Fixed compilation on Debian GNU/kFreeBSD and GNU/Hurd platforms.
- Updated mount.exfat-fuse man page.
2015-11-09 17:30:14 +01:00
Vincent Laporte
39e585b925
qgis: enable GRASS ( close #9931 )
2015-11-09 15:50:12 +01:00
Vincent Laporte
931b56bafc
grass: 6.4.0RC6 -> 7.0.1
2015-11-09 15:50:12 +01:00
Nikolay Amiantov
23845d7084
tlp: add x86_energy_perf_policy, refactor
2015-11-09 17:29:59 +03:00
Nikolay Amiantov
265718c985
x86_enegry_perf_policy: init at kernel versions
2015-11-09 17:29:48 +03:00
Nikolay Amiantov
779d3a2ec7
Merge branch 'DamienCassou-tlp-add-dependencies'
2015-11-09 16:34:09 +03:00
Damien Cassou
444abd91dd
tlp: add pciutils and smartmontools dependencies
...
When running `tlp stat`, `tlp` complained about missing tools. This
patch should fix that.
2015-11-09 16:32:59 +03:00
Pascal Wittmann
f5d1642a22
Merge pull request #10659 from jb55/wkhtmltopdf-bump
...
wkhtmltopdf: 0.12.1 -> 0.12.2.4
2015-11-09 13:32:32 +01:00
Thomas Tuegel
d9f64f975b
Merge pull request #10916 from bjornfor/fix-qt55-qtmultimedia
...
qt55: fix qtmultimedia gstreamer support
2015-11-09 05:41:58 -06:00
Matthijs Steen
13ae3cf15d
audio-recorder: init at 1.7-5
...
The only issue with this package is that under Gnome 3, without installing any different icon themes but the standard, the icons will be missing. I also had some icons missing under the Arch Linux (AUR) build, so I assume they are rare icons, not provided by most icon themes.
2015-11-09 11:00:04 +01:00
Bjørn Forsman
2cec70ce6c
qt55: fix qtmultimedia gstreamer support
...
Without this, configure will say:
Checking for openal... no
/tmp/nix-build-qtmultimedia-5.5.0.drv-0/qtmultimedia-opensource-src-5.5.0/qtmultimedia.pro:28:
Variable GST_VERSION is not defined.
Checking for resourcepolicy... no
And there may be application runtime errors like
defaultServiceProvider::requestService(): no service found for - "org.qt-project.qt.camera"
After this fix, configure will say:
Checking for openal... no
Checking for gstreamer... yes
Checking for gstreamer_photography... no
Checking for gstreamer_encodingprofiles... yes
Checking for gstreamer_appsrc... yes
Checking for linux_v4l... yes
Checking for resourcepolicy... no
And the above runtime error will not appear.
This fix is similar to 449b6028
("qt5.multimedia: fix gstreamer
support."), except with Qt 5.5 we also need to set GST_VERSION.
2015-11-09 10:55:04 +01:00
Domen Kožar
1971f39ab1
Merge pull request #10914 from desiderius/elasticsearchdsl-0.0.9
...
pythonPackages.elasticsearchdsl: 0.0.8 -> 0.0.9
2015-11-09 10:54:04 +01:00
Chris Martin
d03cee22c4
parse: init at 3.0.1
2015-11-09 04:22:34 -05:00
Pascal Wittmann
fc6c73c3c2
Merge pull request #10887 from devhell/mediainfo
...
{lib}mediainfo-{gui}, libzen: 0.7.78 -> 0.7.79, 0.4.31 -> 0.4.32
2015-11-09 10:06:06 +01:00
desiderius
773e752324
pythonPackages.elasticsearchdsl: 0.0.8 -> 0.0.9
2015-11-09 09:51:40 +01:00
goibhniu
ac3ad9515a
Merge pull request #10908 from robgssp/master
...
New package: clfswm
2015-11-09 09:50:51 +01:00
goibhniu
2583b323c5
Merge pull request #10910 from wjlroe/exercism-go
...
exercism: migrate to go-packages, 1.9.2 -> 2.2.1
2015-11-09 09:49:13 +01:00
Domen Kožar
5396d92c5d
Merge pull request #10905 from sjourdois/openpyxl
...
python packages: update openpyxl with new dep package et_xmlfile
2015-11-09 08:53:20 +01:00
Domen Kožar
954b3b616d
Merge pull request #10906 from sjourdois/pygal
...
python: pygal: 2.0.8 -> 2.0.10
2015-11-09 08:52:24 +01:00
Domen Kožar
8e715dcfde
Merge pull request #10907 from sjourdois/jinja2
...
python: jinja2: 2.7.3 -> 2.8
2015-11-09 08:50:05 +01:00
William A. Kennington III
eca34a1341
rsyslog: 8.12.0 -> 8.14.0
2015-11-08 20:42:12 -08:00
William A. Kennington III
4674e53eea
rdkafka: 0.8.6 -> 2015-11-03
2015-11-08 20:42:12 -08:00
William A. Kennington III
7e56400d4f
rabbitmq-c: 0.7.0 -> 0.7.1
2015-11-08 20:42:12 -08:00
William Roe
3c8f2fc9a7
exercism: migrate to go-packages, 1.9.2 -> 2.2.1
2015-11-09 01:17:57 +00:00
Robert Glossop
5623e1b145
Add the CLFSWM window manager
2015-11-08 18:49:40 -05:00
Stéphane Jourdois
a7274e3d3b
python: jinja2: 2.7.3 -> 2.8
2015-11-09 00:43:33 +01:00
Stéphane Jourdois
7639a564d3
pygal: 2.0.8 -> 2.0.10
2015-11-09 00:03:26 +01:00
Stéphane Jourdois
e35621c27b
python: openpyxl: 2.2.6 -> 2.3.0
2015-11-08 23:33:57 +01:00
Stéphane Jourdois
699b477997
python: et_xmlfile: init at 1.0.1
2015-11-08 23:33:57 +01:00
vbgl
6fa6ff9e25
Merge pull request #10899 from krgn/update-mono
...
update mono to 4.0.4.1
2015-11-08 23:29:35 +01:00
Adam Russell
a3ec50791f
dwarf-fortress: add dfhack
2015-11-08 22:46:17 +01:00
Karn Kallio
60b4d47f90
xulrunner: fix path to configure script
2015-11-08 22:12:06 +01:00
karsten gebbert
16f7b10a59
update mono to 4.0.4.1
2015-11-08 21:40:22 +01:00
Maciek Starzyk
d70b452b41
obnam: 1.17 -> 1.18.1
2015-11-08 21:28:31 +01:00
Tuomas Tynkkynen
291f187334
trinity: 1.5 -> 1.6
...
Need to fix a /usr/include reference in the new release.
2015-11-08 20:09:17 +02:00
Stéphane Jourdois
d2452d1951
darwin: gnutls: add missing libiconv dep
2015-11-08 19:02:43 +01:00
Stéphane Jourdois
31c3301d23
darwin: libidn: add missing libiconv dep
2015-11-08 19:02:12 +01:00
Peter Simons
adb74ad2f9
Merge pull request #10620 from gebner/postfix-3.0.3
...
postfix: 2.11.5 -> 3.0.3
2015-11-08 18:10:26 +01:00
ruebezahl
0069867c51
update 5.0.3 -> 5.0.4
2015-11-08 18:07:02 +01:00
devhell
e20ce69aca
libzen: 0.4.31 -> 0.4.32
...
This is the update to `libzen` which is a dependency of `mediainfo{-gui}`.
2015-11-08 15:05:26 +00:00
devhell
25ba56a263
{lib}mediainfo-gui: 0.7.78 -> 0.7.79
...
Following a commit by @k0ral, this completes the upgrade of the other
`mediainfo` components.
From the changelog:
```
Version 0.7.79, 2015-11-02
+ CLI/DLL only, XML: new option --Output=MIXML, with XML v2.0beta1
status, not for production, see
https://github.com/MediaArea/MediaAreaXml for more details
+ MediaTrace: support of more than 1 file in XML output.
+ CLI/DLL only, XML: new option --Output=MAXML, with XML v0.1 status, in
order to have bot MediaInfo and MediaTrace in the same output, not for
production, see https://github.com/MediaArea/MediaAreaXml for more
details
x MediaTrace: fixed some invalid outputs
x #B951, Amazon S3 support (REST API v2), CLI/DLL only and if compiled
with libcurl support: URL without credential were badly interpreted
```
2015-11-08 15:03:00 +00:00
Peter Simons
6687047a04
configuration-hackage2nix.yaml: update list of broken builds
2015-11-08 15:20:28 +01:00
Peter Simons
f050c42f0b
hackage-packages.nix: update Haskell package set
...
This update was generated by hackage2nix v20150922-35-g816abb5 using the following inputs:
- Nixpkgs: 1df25a5f13
- Hackage: cb4ec9770f
- LTS Haskell: 71e581f8e4
- Stackage Nightly: 6fbe569da0
2015-11-08 15:19:55 +01:00
Arseniy Seroka
bf5466b83d
Merge pull request #10861 from sjourdois/tig
...
tig: add libiconv dep on darwin
2015-11-08 17:12:50 +03:00
Arseniy Seroka
afc06c11b9
Merge pull request #10882 from phile314/master
...
uhc: Update to 1.1.9.2
2015-11-08 17:11:32 +03:00
Arseniy Seroka
848d16ca75
Merge pull request #10883 from k0ral/mpd
...
mpd: 0.19.9 -> 0.19.11
2015-11-08 17:11:14 +03:00
Arseniy Seroka
ad4ca587e8
Merge pull request #10884 from k0ral/mediainfo
...
mediainfo: 0.7.78 -> 0.7.79
2015-11-08 17:11:03 +03:00
Arseniy Seroka
9a97849987
Merge pull request #10886 from k0ral/ntp
...
ntp: 4.2.8p3 -> 4.2.8p4
2015-11-08 17:10:33 +03:00
koral
f510253de3
ntp: 4.2.8p3 -> 4.2.8p4
2015-11-08 13:44:11 +00:00
koral
6d31dcb4df
mediainfo: 0.7.78 -> 0.7.79
2015-11-08 12:49:24 +00:00
koral
51c0dc06dd
mpd: 0.19.9 -> 0.19.11
2015-11-08 11:59:17 +00:00
Philipp Hausmann
4030070e40
uhc: Update to 1.1.9.2
2015-11-08 12:24:19 +01:00
Pascal Wittmann
3cd1e728e4
Merge pull request #10880 from k0ral/rmlint
...
rmlint: 2.2.0 -> 2.4.1
2015-11-08 11:39:22 +01:00
koral
c848977a30
rmlint: 2.2.0 -> 2.4.1
2015-11-08 10:07:41 +00:00
Pascal Wittmann
640f26686f
Merge pull request #10850 from tohl/master
...
paredit: added Minor Emacs mode for performing structured editing of …
2015-11-08 10:38:11 +01:00
Pascal Wittmann
050f0b1227
Merge pull request #10860 from zimbatm/tmux-cssh
...
tmux-cssh: init at 21750733c5b6fa2fe23b9e50ce69d8564f2f742a
2015-11-08 10:37:21 +01:00
Domen Kožar
11b8e4c935
Merge pull request #10878 from ericsagnes/goaccess-geoipdb
...
goaccess: added geoip db
2015-11-08 08:52:45 +01:00
Domen Kožar
792fcd9f70
pycairo: disable on py35
2015-11-08 08:22:04 +01:00
Eric Sagnes
9a97dc8f63
goaccess: added geoip db
2015-11-08 12:34:19 +09:00
William A. Kennington III
b2b568d782
man-db: 2.7.3 -> 2.7.5
2015-11-07 18:53:08 -08:00
William A. Kennington III
1c72ed0ffc
btrfsProgs: 4.2.3 -> 4.3
2015-11-07 18:52:57 -08:00
William A. Kennington III
e41d1a8c93
uid_wrapper: 1.1.1 -> 1.2.0
2015-11-07 18:52:45 -08:00
William A. Kennington III
faad921106
tevent: 0.9.25 -> 0.9.26
2015-11-07 18:52:27 -08:00
William A. Kennington III
332e1dd2ab
tdb: 1.3.7 -> 1.3.8
2015-11-07 18:52:12 -08:00
William A. Kennington III
863ef41025
talloc: 2.1.3 -> 2.1.5
2015-11-07 18:51:59 -08:00
William A. Kennington III
d6f46e31af
socket_wrapper: 1.1.4 -> 1.1.5
2015-11-07 18:51:46 -08:00
William A. Kennington III
a11a88aad9
ldb: 1.1.21 -> 1.1.23
2015-11-07 18:51:34 -08:00
William A. Kennington III
37a5b16588
ipset: 6.26 -> 6.27
2015-11-07 16:28:14 -08:00
William A. Kennington III
9fd510e95a
zeromq: Fix with new libsodium
2015-11-07 15:44:53 -08:00
William A. Kennington III
d33c63c19d
kernel: 3.12.49 -> 3.12.50
2015-11-07 15:44:53 -08:00
Tomas Hlavaty
24dc085916
paredit: init at 25
2015-11-07 23:20:10 +01:00
Domen Kožar
6e1a2ecdaf
Merge pull request #10872 from devhell/rainbowstream
...
rainbowstream: 1.2.7 -> 1.3.1
2015-11-07 22:57:13 +01:00
devhell
66a1d52698
rainbowstream: 1.2.7 -> 1.3.1
...
Built and run locally.
This commit includes a patch which allows `rainbowstream` to use
`requests2` versions higher than `2.5.3`, since we ship a newer version.
`rainbowstream` was tested and behaved as expected.
2015-11-07 21:46:32 +00:00
Thomas Tuegel
9a2d5cb4d5
openblas: include which
on all platforms
...
The `f_check` script uses `which` to check that the Fortran compiler is
available. `which` is a shell built-in on NixOS, but not on Darwin or
other Linuxes.
2015-11-07 14:00:04 -06:00
Thomas Tuegel
841df2cd7a
openblas: use packaged LAPACK
...
Upstream began shipping OpenBLAS with LAPACK 3.4.1. This is the version
we were using in Nixpkgs anyway, so there is no reason to continue
copying the LAPACK sources into the build tree.
2015-11-07 14:00:04 -06:00
Domen Kožar
9af0c23883
Merge pull request #10870 from zimbatm/fix/tidy-html5
...
tidy-html5: fix missing dependency
2015-11-07 20:48:01 +01:00
zimbatm
c0278ded1c
gist: 4.3.0 -> 4.4.2
2015-11-07 19:36:31 +00:00
zimbatm
efdcc6c16b
tidy-html5: fix missing dependency
...
xsltproc is used during the build
2015-11-07 19:35:33 +00:00
Domen Kožar
6110f1c944
python35Packages.oslosphinx: disable
2015-11-07 20:29:43 +01:00
Domen Kožar
4f44172f49
Merge pull request #10855 from ryanartecona/jq-oniguruma
...
jq: build with oniguruma for regex support
2015-11-07 20:01:19 +01:00
Ryan Artecona
76e99d76ce
jq: build with oniguruma for regex support
2015-11-07 13:54:45 -05:00
Rok Garbas
0b516052e8
neovim: collect gui's in one place
2015-11-07 19:53:41 +01:00
Domen Kožar
819a375382
Merge pull request #10868 from devhell/ipfs
...
ipfs: Disable building with Go 1.4
2015-11-07 18:49:16 +01:00
Domen Kožar
fab62fba82
qpid-cpp: use boost155
2015-11-07 18:48:03 +01:00
devhell
c5a63bfe76
ipfs: Disable building with Go 1.4
...
As @domenkozar pointed out, `ipfs` will not build with `Go 1.4`.
However, building with `Go 1.5` works just fine. Thanks again for the
hints Domen!
2015-11-07 17:40:20 +00:00
Raymond Gauthier
34eb56e16b
mousepad: fix the Using the 'memory' GSettings backend
issue.
...
Close #10867 .
It means that settings couldn't be saved. The issue appeared
since upgrade to nixos 15.09 and fall as part of #4415 .
Tested on nixos.
- No longer has a stderr when running the application.
- Settings are effectively saved.
2015-11-07 18:21:37 +01:00
Domen Kožar
310b7e24d2
zeromq: add patch to fix build
2015-11-07 18:13:50 +01:00
zimbatm
c46bc1f7e4
tmux-cssh: init at 21750733c5b6fa2fe23b9e50ce69d8564f2f742a
...
Currently based on master because the last release doesn't work with
makeWrapper
2015-11-07 16:47:52 +00:00
Aristid Breitkreuz
c35e349409
rename make->gnustep-make to avoid people installing it accidentally
2015-11-07 16:08:17 +01:00
goibhniu
04d45939d0
Merge pull request #10688 from demin-dmitriy/pinta
...
pinta: 1.4 -> 1.6
2015-11-07 15:38:44 +01:00
goibhniu
21def21772
Merge pull request #10767 from AndersonTorres/kid3
...
Kid3: 3.1.2 -> 3.3.0
2015-11-07 15:36:36 +01:00
Pascal Wittmann
eded257680
Merge pull request #10859 from DamienCassou/notmuch-0.21
...
notmuch: 0.20.2 → 0.21
2015-11-07 15:33:02 +01:00
Rok Garbas
144d13cf2c
goPackages.acbuild: init at 0.1.1
2015-11-07 14:49:17 +01:00
Domen Kožar
c478d12bc1
libssh: current url is down, provide a new one
2015-11-07 14:16:47 +01:00
Domen Kožar
74d79c9b19
urllib3: fix test suite
2015-11-07 13:53:54 +01:00
Stéphane Jourdois
221965a918
tig: add libiconv dep on darwin
2015-11-07 13:51:43 +01:00
Damien Cassou
c6f01358ed
notmuch: 0.20.2 → 0.21
2015-11-07 12:29:56 +01:00
Domen Kožar
e67e2cbe1b
Merge pull request #10856 from richardipsum/add-sandboxlib
...
sandboxlib: init at version 0.31
2015-11-07 11:22:08 +01:00
Richard Ipsum
9881782370
sandboxlib: init at version 0.31
2015-11-07 09:12:43 +00:00
Pascal Wittmann
5b95018644
Merge pull request #10760 from sjourdois/binwalk
...
binwalk: remove useless dep on mtdutils
2015-11-07 10:07:49 +01:00
Domen Kožar
772e950cd7
Merge pull request #10798 from spacefrogg/gencfsm
...
gnome-encfs-manager: init at 1.8.15
2015-11-07 02:29:05 +01:00
Vincent Laporte
080420676b
csdp: does not require Atlas
2015-11-06 22:56:58 +01:00
Nikolay Amiantov
75259cbf87
Merge pull request #10849 from lolwat97/imgur-screenshot
...
Add imgur-screenshot package
2015-11-06 23:58:39 +03:00
Sergey Sofeychuk
998934bf89
imgur-screenshot: init at 1.5.4
2015-11-06 23:48:32 +03:00
Bjørn Forsman
7df8515bb5
t1utils: set meta.platforms = all
...
Suggested by @sjourdois on github, to allow building on darwin.
2015-11-06 17:26:06 +01:00
Pascal Wittmann
ecb651349a
Merge pull request #10738 from matthewbauer/emscripten-1.35
...
emscripten 1.29 -> 1.35
2015-11-06 17:21:21 +01:00
Pascal Wittmann
fcb4627695
Merge pull request #9980 from wavewave/gradle25
...
add gradle 2.5.
2015-11-06 17:17:28 +01:00
Ian-Woo Kim
3d5f95d61b
gradle: reinit at 2.5.
...
For some projects (especially using android ndk), we still need to keep 2.5.
2015-11-06 07:31:58 -08:00
Domen Kožar
d9cd10d3aa
pythonPackages.urllib3: remove problematic test
2015-11-06 16:31:15 +01:00
Domen Kožar
6e8cbbd34c
Revert "t1utils: use github cache and allow build on darwin"
...
This reverts commit 9b2bff7097
.
It fails to build: http://hydra.nixos.org/build/27428175/nixlog/2/raw
2015-11-06 16:25:09 +01:00
Domen Kožar
916c10138a
Merge pull request #10510 from taku0/oraclejdk-8u65
...
oraclejdk: 8u60 -> 8u65, 8u66
2015-11-06 16:21:37 +01:00
aszlig
9846e69ae2
mariadb: 10.0.21 -> 10.0.22
...
Fixes the following security vulnerabilities:
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-4802
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-4807
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-4815
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-4826
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-4830
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-4836
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-4858
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-4861
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-4870
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-4913
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-4792
Release notes can be found here:
https://mariadb.com/kb/en/mariadb/mariadb-10022-release-notes/
Detailled changelog:
https://mariadb.com/kb/en/mariadb/mariadb-10022-changelog/
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-11-06 16:10:23 +01:00
Pascal Wittmann
2b3d97a936
Merge pull request #10656 from rycee/bump/gpsbabel
...
gpsbabel: 1.4.3 -> 1.5.2
2015-11-06 15:40:15 +01:00
Bjørn Forsman
1909a6335e
gnuradio: 3.7.8 -> 3.7.8.1
...
Tested with nox-review.
2015-11-06 15:05:53 +01:00
Pascal Wittmann
309d4e955b
Merge pull request #10299 from bcdarwin/smlnj-upgrade
...
smlnj: 110.78 -> 110.79
2015-11-06 12:28:35 +01:00
Pascal Wittmann
06181dc126
Merge pull request #10334 from rnhmjoj/pirate-get
...
pirate-get: 0.2.7 -> 0.2.8
2015-11-06 12:13:49 +01:00
Domen Kožar
07405ee187
Merge pull request #9463 from khumba/nm-connection-sharing
...
Fix NetworkManager connection sharing
2015-11-06 11:16:50 +01:00
Domen Kožar
0a05adc711
Merge pull request #10056 from pmahoney/s6-rc
...
s6-rc: new derivation
2015-11-06 11:11:56 +01:00
Domen Kožar
b654d87df0
Merge pull request #10709 from robbinch/pkg-collectd-smart
...
collectd: Enable SMART plugin
2015-11-06 10:59:50 +01:00
Vladimír Čunát
a33619fcbf
neovim-qt: init at 0pre-2015-10-18
...
Unfortunately, it doesn't really seem more usable than text-mode neovim
in a good terminal.
2015-11-06 10:58:52 +01:00
Domen Kožar
bdc0219f42
Merge pull request #10724 from Beauhurst/djangoredis
...
add django_redis package
2015-11-06 10:58:20 +01:00
Domen Kožar
8e4ee7d0a6
Merge pull request #10745 from sjourdois/t1utils
...
t1utils: use github cache and allow build on darwin
2015-11-06 10:57:16 +01:00
Pascal Wittmann
0142e95f8c
Merge pull request #10842 from AndersonTorres/calibre
...
Calibre: 2.42.0 -> 2.43.0
2015-11-06 10:53:32 +01:00
Domen Kožar
e9c48edc85
Merge pull request #10792 from msteen/indicator
...
indicator libraries: init at 12.10
2015-11-06 10:52:46 +01:00
AndersonTorres
c38e130062
Calibre: 2.42.0 -> 2.43.0
2015-11-06 07:48:21 -02:00
Samuel Rivas
d3ed672b6a
fish: fix use hostname from the store instead of from the environment
2015-11-06 09:55:55 +01:00
Tobias Geerinckx-Rice
5a162cd068
clipgrab 3.5.1 -> 3.5.2
2015-11-06 04:02:01 +01:00
William A. Kennington III
ddbb174bb0
accelio: 2015-08-30 -> 1.5
2015-11-05 18:28:29 -08:00
William A. Kennington III
123a3c5484
iperf: 3.0.11 -> 3.1
2015-11-05 18:23:00 -08:00
William A. Kennington III
452f1736d5
ceph: Major Update 0.94.4 -> 9.2.0
2015-11-05 18:22:48 -08:00
William A. Kennington III
cf802b8075
gmp: 6.0.0a -> 6.1.0
2015-11-05 18:21:44 -08:00
William A. Kennington III
97d215deba
pulseaudio: 7.0 -> 7.1
2015-11-05 18:21:43 -08:00
William A. Kennington III
7cd13a21af
cryptsetup: 1.6.7 -> 1.7.0
2015-11-05 18:21:43 -08:00
William A. Kennington III
168220741d
bluez5: 5.35 -> 5.36
2015-11-05 18:21:43 -08:00
William A. Kennington III
84b2e41f83
rocksdb: 3.13.1 -> 4.0
2015-11-05 18:21:43 -08:00
William A. Kennington III
7de7628c98
libssh: 0.7.1 -> 0.7.2
2015-11-05 18:21:43 -08:00
William A. Kennington III
f9c77b6d72
libsodium: 1.0.3 - 1.0.6
2015-11-05 18:21:42 -08:00
William A. Kennington III
cfda3f3eed
qemu: 2.4.0.1 -> 2.4.1
2015-11-05 18:18:35 -08:00
William A. Kennington III
ebedbec72b
git: 2.6.2 -> 2.6.3
2015-11-05 18:18:21 -08:00
Nikolay Amiantov
2ad3cf9140
caligra: add additional paths
2015-11-06 01:55:18 +03:00
Matthias Beyer
6deaa270f8
vdirsyncer: 0.7.0 -> 0.7.3
2015-11-05 23:40:25 +01:00
Matthew O'Gorman
f761f06988
gnuradio-nacl: init at 2015-11-05
2015-11-05 21:17:39 +01:00
Pascal Wittmann
17fbc42cde
groovy: 2.4.3 -> 2.4.5 and wrap correctly
2015-11-05 20:37:08 +01:00
Domen Kožar
cb30c3a95e
neutron: include migrations upon install
2015-11-05 19:23:16 +01:00
Thomas Tuegel
3d87c5f9c3
openblas: 0.2.14 -> 0.2.15
2015-11-05 10:24:31 -06:00
Vladimír Čunát
53c60a0ce4
live555: fixup after accidental merge, close #10624
...
Use a URL that works (checked md5 was the same) but use a stronger hash.
2015-11-05 16:58:09 +01:00
Domen Kožar
1962484d15
Merge pull request #10812 from tokudan/burp
...
burp: new package (backup program)
2015-11-05 16:38:35 +01:00
Domen Kožar
faeedc131e
Merge pull request #10837 from makefu/python_magic-bump-version
...
pythonPackages.python_magic: 0.4.6 -> 0.4.10
2015-11-05 16:36:30 +01:00
Domen Kožar
9794ed4cdf
Merge pull request #10836 from makefu/python_magic_replace_find_library
...
pythonPackages.python_magic: fix hardcode find_library("magic")
2015-11-05 16:36:16 +01:00
Vladimír Čunát
fa7d863af0
goPackages: include buildFromGithub to fix #10805
2015-11-05 16:07:24 +01:00
makefu
68eb1b59c4
pythonPackages.python_magic: 0.4.6 -> 0.4.10
2015-11-05 16:02:02 +01:00
makefu
58585de213
pythonPackages.python_magic: fix hardcode find_library("magic")
2015-11-05 16:01:35 +01:00
Ilya Novoselov
398611fb6c
vlc: added live555 dependency
2015-11-05 15:47:04 +01:00
Ilya Novoselov
ac2582baea
live555: added package
2015-11-05 15:47:03 +01:00
Nicolas B. Pierron
13a379cfa2
Merge pull request #10672 from wizeman/u/upd-rr
...
rr: 3.0.0 -> 4.0.0
2015-11-05 14:21:25 +00:00
Nikolay Amiantov
87906b6140
Merge pull request #10835 from cleverca22/ipxe
...
ipxe: add undionly.kpxe so the output
2015-11-05 17:16:01 +03:00
Pascal Wittmann
0c5bdf68c2
fix: substitute path to bc in math.fish
...
closes #10141
2015-11-05 15:14:04 +01:00
michael bishop
9f34689658
ipxe: add undionly.kpxe so the output
...
its needed to chainload iPXE from normal PXE
2015-11-05 10:10:36 -04:00
Pascal Wittmann
499be4736f
perl-DBI: 1.633 -> 1.634
2015-11-05 14:56:58 +01:00
Pascal Wittmann
44af3d438d
perl-DBD-mysql: 4.031 -> 4.033
2015-11-05 14:56:58 +01:00
Pascal Wittmann
6f37d11e8c
perl-DBD-Pg: 3.0.0 -> 3.5.3
2015-11-05 14:56:58 +01:00
Lluís Batlle i Rossell
73e9dbfe86
Updating homebank to 5.0.6.
...
The old 5.0.0 is not available anymore.
I use the gtk33 hook to get proper icons, but still some icons are
broken (open, save, ...)
(cherry picked from commit 5e432c047e131da402d040c67dd9f6e3b5153681)
2015-11-05 14:55:44 +01:00
Eelco Dolstra
43147bedab
blender: Update to 2.76b
2015-11-05 13:48:22 +01:00
Peter Simons
f119c9d43d
configuration-hackage2nix.yaml: update list of broken builds
2015-11-05 11:57:00 +01:00
Peter Simons
2b3485181f
git-annex: update overrides
2015-11-05 11:57:00 +01:00
Peter Simons
cdc4c4f906
LTS Haskell: add version 3.12
2015-11-05 11:57:00 +01:00
Peter Simons
78615301aa
hackage-packages.nix: update Haskell package set
...
This update was generated by hackage2nix v20150922-35-g816abb5 using the following inputs:
- Nixpkgs: f90e42f382
- Hackage: 96af3096ee
- LTS Haskell: 71e581f8e4
- Stackage Nightly: 97a0714af7
2015-11-05 11:57:00 +01:00
vbgl
81e78face8
Merge pull request #10776 from manveru/di
...
di: 4.35 -> 4.36
2015-11-05 10:33:08 +01:00
Pascal Wittmann
74ab083014
Merge pull request #10830 from sjourdois/openpyxl
...
python openpyxl: 2.2.4 -> 2.2.6
2015-11-04 23:45:01 +01:00
Pascal Wittmann
3ee6baf7ee
perl-Clone: 0.36 -> 0.38
2015-11-04 23:30:08 +01:00
Pascal Wittmann
28abf148a7
perl-Class-C3: 0.28 -> 0.30
2015-11-04 23:30:08 +01:00
vbgl
343de3b64a
Merge pull request #10637 from vbgl/ppx
...
ocaml-ppx_tools: init at 0.99.2
2015-11-04 23:16:54 +01:00
Stéphane Jourdois
463b95c093
python openpyxl: 2.2.4 -> 2.2.6
2015-11-04 22:14:23 +01:00
Nikolay Amiantov
0b1ddbfd6d
sddm: 0.12.0 -> 0.13.0
2015-11-05 00:11:47 +03:00
Tobias Geerinckx-Rice
486d58748f
vc: fix evaluation (licences -> licenses)
2015-11-04 22:04:45 +01:00
Tobias Geerinckx-Rice
6d7273571c
stress-ng 0.04.20 -> 0.04.21
2015-11-04 22:02:18 +01:00
Pascal Wittmann
23c729f958
perl-Catalyst-View-TT: 0.41 -> 0.44
2015-11-04 22:01:00 +01:00
Pascal Wittmann
1f624bafcc
perl-Catalyst-View-JSON: 0.33 -> 0.35
2015-11-04 22:01:00 +01:00
Pascal Wittmann
8b811659bf
perl-JSON-MaybeXS: 1.002005 -> 1.003005
2015-11-04 22:01:00 +01:00
Nikolay Amiantov
88f7853e16
calligra: remove unneeded patch
2015-11-04 23:11:37 +03:00
Nikolay Amiantov
b052cb1a10
calligra: 2.8.7 -> 2.9.8
2015-11-04 23:10:40 +03:00
Nikolay Amiantov
997bf2c665
vc: init at 0.7.5, 1.0.0
2015-11-04 23:10:36 +03:00
Pascal Wittmann
e3ce30bef4
perl-Catalyst-Plugin-Static-Simple: 0.31 -> 0.33
2015-11-04 21:08:57 +01:00
Pascal Wittmann
8843f53fcb
pugixml: 1.6 -> 1.7
2015-11-04 21:08:57 +01:00
Pascal Wittmann
23dd686230
perl-Catalyst-Plugin-Session: 0.39 -> 0.40
2015-11-04 21:08:57 +01:00
Pascal Wittmann
1f6c647f6c
perl-Catalyst-Plugin-ConfigLoader: 0.33 -> 0.34
2015-11-04 21:08:57 +01:00
Pascal Wittmann
d2bb99b6e3
perl-Catalyst-Plugin-Authorization-ACL: 0.15 -> 0.16
2015-11-04 21:08:57 +01:00
Jude Taylor
7161be03c4
add libutil into darwin.Libsystem
2015-11-04 10:49:19 -08:00