Commit Graph

92283 Commits

Author SHA1 Message Date
Armijn Hemel
192659af57 radare2: 1.3.0 -> 1.4.0 2017-04-19 12:23:45 +02:00
Matthias Beyer
2052ff856f mutt: 1.8.1 -> 1.8.2 2017-04-19 11:26:25 +02:00
Jörg Thalheim
3a8a027c44 Merge pull request #25013 from amiloradovsky/dale
dale: 20170416 -> 20170419
2017-04-19 10:22:16 +02:00
Jörg Thalheim
024cbbd520
iana-etc: 20170328 -> 20170417 2017-04-19 08:29:31 +02:00
Andrew Miloradovsky
30b774a5c7 dale: 20170416 -> 20170419
- now builds on x86-32 too (+ tests)
- fairer platforms declaration
- corrected the license information
2017-04-19 05:46:35 +00:00
Benjamin Staffin
ad0ad62c31
oraclejdk: 8u121 -> 8u131 2017-04-19 00:13:17 -04:00
aszlig
b017935103
vlc: Fix build for Qt >= 5.7.0
This basically does something similar than the AUR build:

https://aur.archlinux.org/packages/vlc-qt5/

On our side, all there is to do is to force compiling using C++11 mode
and use a patch that the AUR package took from the following upstream
patchwork URL:

https://patches.videolan.org/patch/14061/

Instead of passing CXXFLAGS to the configure script, I'm using sed here
to make sure we don't override flags figured out by configure.

For example if ./configure is used with CXXFLAGS=-std=c++11 appended or
prepended, we have something like:

... -I../include   -std=c++11 -Wall -Wextra -Wsign-compare ...

While if we don't do that at all, we have something like:

... -I../include   -g -O2 -Wall -Wextra -Wsign-compare ...

Another way would be to use NIX_CFLAGS_COMPILE, but that would affect
even compilation of C code and thus resulting in a bunch of warnings
like this:

cc1: warning: command line option '-std=c++11' is valid for C++/ObjC++
              but not for C

So with our approach the flags during build look much better:

... -I../include   -std=c++11 -g -O2 -Wall -Wextra -Wsign-compare ...

Another thing I've changed is that the vlc_qt5 attribute in
all-packages.nix now uses the latest Qt 5 version, because the build for
Qt >= 5.7.0 is now no longer broken.

I've also ordered the preConfigure attribute before the configureFlags
attribute, because it makes more sense in terms of context (pre ->
configure -> post).

Tested by building on x86_64-linux with libsForQt56.vlc, libsForQt58.vlc
and vlc (the Qt 4 version, just to be sure I didn't accidentally break
it).

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Cc: @ttuegel
2017-04-19 05:09:47 +02:00
taku0
cf1a925fae firefox-bin: 52.0.2 -> 53.0 2017-04-19 09:12:17 +09:00
Jaka Hudoklin
e0b0a07a74 Merge pull request #23073 from volth/libguestfs-1.34
libguestfs: 1.29.5 -> 1.36.3
2017-04-19 02:01:54 +02:00
Joachim F
1dcb587d93 Merge pull request #24888 from Ralith/electron
electron: 1.4.15 -> 1.6.2
2017-04-18 21:47:33 +01:00
Jörg Thalheim
dc017e634c Merge pull request #25001 from jb55/new/pidgin-carbons
pidgin-carbons: init at 0.1.3
2017-04-18 22:46:51 +02:00
Mathias Schreck
6cdec33141 nodejs: 7.7.3 -> 7.9.0 2017-04-18 22:43:50 +02:00
Joachim F
0d6caccfb4 Merge pull request #24979 from mdorman/emacs-updates
Automated Emacs package updates
2017-04-18 21:37:48 +01:00
Benno Fünfstück
bc09640d91 Merge pull request #24977 from dsprenkels/master
mpDris2: 0.6 -> 0.7
2017-04-18 22:29:06 +02:00
Jörg Thalheim
f27206c952 Merge pull request #24993 from romildo/upd.elementary-icon-theme
elementary-icon-theme: 4.0.1.1 -> 4.0.3
2017-04-18 22:09:15 +02:00
Jörg Thalheim
6231781930 Merge pull request #24992 from romildo/upd.mate
mate-themes: 3.22.7 -> 3.22.10, mate-icon-theme: 1.18.0 -> 1.18.1
2017-04-18 22:09:01 +02:00
armijnhemel
a8c8d5a588 upx: 3.91 -> 3.93
* moved from sourceforge to github
2017-04-18 21:49:54 +02:00
Jörg Thalheim
41b43c0b64 Merge pull request #25000 from NickHu/fdr
fdr: fix Qt library dependency
2017-04-18 21:46:20 +02:00
Jörg Thalheim
032cf416ef Merge pull request #25002 from romildo/upd.flat-plat
flat-plat: 2016-12-03 -> 20170323
2017-04-18 21:41:34 +02:00
James ‘Twey’ Kay
cba00cb44b
git-lfs: 1.3.1 -> 2.0.2
fixes #25004
2017-04-18 21:39:12 +02:00
Masayuki Takeda
733cc23a1b
slock: add configFile support
fixes #24994
2017-04-18 21:06:17 +02:00
Vincent Laporte
0c8cf28091 ocamlPackages.llvm: fix hash 2017-04-18 17:32:18 +00:00
Vincent Laporte
2230009e7d ocaml: 4.04.0 -> 4.04.1 2017-04-18 17:19:16 +00:00
Vincent Laporte
ca47895d7f ocamlPackages.batteries: 2.5.3 -> 2.6.0 2017-04-18 17:19:16 +00:00
Daiderd Jordan
da811a56b5 Merge pull request #24976 from hamishmack/darwin-icons
defaultIconTheme: Enable darwin support
2017-04-18 19:16:43 +02:00
romildo
ca3d37ffbe greybird: 2017-02-26 -> 3.22.3 2017-04-18 13:54:31 -03:00
Benno Fünfstück
eb1e63505a wai-app-file-cgi: remove outdated overrides 2017-04-18 18:52:06 +02:00
romildo
e7a3186d28 flat-plat: 2016-12-03 -> 20170323 2017-04-18 13:41:10 -03:00
Benjamin Staffin
2c14055aaa Merge pull request #24990 from jlesquembre/git-recent
git-recent: init at 1.0.3
2017-04-18 12:33:05 -04:00
William Casarin
36bd9d2463 pidgin-carbons: init at 0.1.3
Implements XMPP extension XEP-0280: Message Carbons for pidgin
2017-04-18 09:26:05 -07:00
Nick Hu
e0bf92950c fdr: fix Qt library dependency 2017-04-18 17:09:54 +01:00
Daan Sprenkels
0479e68db9 mpDris2: 0.6 -> 0.7 2017-04-18 14:38:24 +02:00
Tim Steinbach
7643c7c8cc
linux: 4.4.61 -> 4.4.62 2017-04-18 08:22:23 -04:00
Tim Steinbach
5283e644ce
linux: 4.10.10 -> 4.10.11 2017-04-18 08:20:40 -04:00
Frederik Rietdijk
dd662792b1 kdeApplications.kolourpaint: init at 16.12.3 2017-04-18 14:18:19 +02:00
Tim Steinbach
1173fe0b49
linux: 4.9.22 -> 4.9.23 2017-04-18 08:15:48 -04:00
Frederik Rietdijk
c275158f06 python36: 3.6.0 -> 3.6.1 2017-04-18 13:14:40 +02:00
romildo
71af44cae9 elementary-icon-theme: 4.0.1.1 -> 4.0.3 2017-04-18 06:49:25 -03:00
romildo
245cf6fa0e mate-themes: 3.22.7 -> 3.22.10 2017-04-18 06:43:13 -03:00
romildo
ad95a04fa5 mate-icon-theme: 1.18.0 -> 1.18.1 2017-04-18 06:42:01 -03:00
Frederik Rietdijk
8cc5530a73 pythonPackages.qtconsole: use pyqt5 backend
instead of pyqt4 which required building qt4.
2017-04-18 11:21:20 +02:00
José Luis Lafuente
7b20341727
git-recent: init at 1.0.3 2017-04-18 11:09:33 +02:00
Benjamin Staffin
8cf393bf48 Merge pull request #24947 from timclassic/docker-repro
docker: improve reproducibility of layers
2017-04-17 22:16:33 -04:00
John Ericson
9239bc6c96 Merge pull request #24982 from Ericson2314/fix
release-cross: Fix more typos---this is embarrising
2017-04-17 21:06:34 -04:00
John Ericson
5c91dc9bcf release-cross: Fix more typos---this is embarrising 2017-04-17 21:02:56 -04:00
John Ericson
1832a34a9a Merge pull request #24981 from Ericson2314/fix
release-cross: Fix typo preventing evaluation
2017-04-17 20:54:32 -04:00
John Ericson
9169f3c924 release-cross: Fix typo preventing evaluation 2017-04-17 20:22:37 -04:00
Jörg Thalheim
81e6e21175 Merge pull request #24521 from orivej/instead-launcher
instead-launcher: init at 0.6.3
2017-04-18 01:36:40 +02:00
Jörg Thalheim
ae49647e9c Merge pull request #24975 from lheckemann/inkscape-potrace
inkscape: add potrace
2017-04-18 01:16:55 +02:00
Michael Alan Dorman
0e5d43d8f1 melpa-packages: 2017-04-17
Removals:
 - coati: renamed to sourcetrail
 - fuel: git repo not accessible
 - jade: renamed to indium
 - matrix-client: package removed from melpa
2017-04-17 18:41:30 -04:00
Michael Alan Dorman
607a72a2f1 melpa-stable-packages: 2017-04-17
Removals:
 - fuel: git repo not accessible
 - jade: renamed to indium
2017-04-17 18:41:29 -04:00
Michael Alan Dorman
efe2057ba0 elpa-packages: 2017-04-17 2017-04-17 18:41:29 -04:00
Hamish Mackenzie
89b89d1071 defaultIconTheme: Enable darwin support 2017-04-18 09:43:03 +12:00
John Ericson
f0b634c7e8 Merge pull request #24610 from Ericson2314/platform-normalization
Platform normalization
2017-04-17 17:28:01 -04:00
John Ericson
3efc661a1d Elaborate localSystem and crossSystem in a consistent manner 2017-04-17 17:13:01 -04:00
John Ericson
8c99aab3ea lib: Fix system parsing, and use for doubles lists
The old hard-coded lists are now used to test system parsing.

In the process, make an `assertTrue` in release lib for eval tests; also
use it in release-cross
2017-04-17 17:13:01 -04:00
John Ericson
2227789392 lib: Collect system/platform related files
Previously, platforms was a random thing in top-level
2017-04-17 17:13:01 -04:00
John Ericson
b477851f34 top-level: Less indirection for lib in release*.nix 2017-04-17 17:13:01 -04:00
John Ericson
213d29f6b7 release-cross: For fuloong, just use the predefined platform
This is a semantic change, but probably a safe one. In any event, this is
very old hardware that probably no one uses anymore anyways.
2017-04-17 17:13:01 -04:00
John Ericson
37e5e71fdf Merge pull request #24974 from Ericson2314/mapNullable
Introduce `mapNullable` into lib and use it in a few places
2017-04-17 17:12:14 -04:00
Linus Heckemann
457bc9bdc4 inkscape: add potrace
This allows vectorising bitmap images in inkscape.
2017-04-17 22:10:05 +01:00
John Ericson
85aa5005af Introduce mapNullable into lib and use it in a few places
Also simply some configure flag logic my grep also alerted me too.
2017-04-17 17:04:04 -04:00
jraygauthier
383706f36d digikam: add video support through libqtav (#24866)
* libqtav: init at unstable-2017-03-30

* digikam: add video support through `libqtav` dependency

Issue #24426.
2017-04-17 22:28:20 +02:00
Michael Raskin
e223191da6 Merge pull request #24972 from Hodapp87/osm2pgsql
osm2pgsql: init at 0.92.1-unstable
2017-04-17 22:26:09 +02:00
Chris Hodapp
228f33b21d osm2pgsql: init at 0.92.1-unstable 2017-04-17 16:19:41 -04:00
Jörg Thalheim
00fa9c7a53 Merge pull request #24970 from romildo/upd.vivaldi
vivaldi: 1.6.689.34-1 -> 1.8.770.56-1
2017-04-17 22:16:07 +02:00
Guillaume Maudoux
eb8f604456 thunderbird: fix default mail client detection 2017-04-17 22:03:09 +02:00
Joachim Fasting
aeaa79dc82
ratpoison: 1.4.8 -> 1.4.9
Contains changes that require updating user configs:

- command `compat' and the various def* compat commands were removed
- `msgwait', `rudeness', `startupmessage', `warp' are now variables

See http://git.savannah.nongnu.org/cgit/ratpoison.git/tree/NEWS
2017-04-17 21:39:33 +02:00
Jörg Thalheim
1d84a914f5 Merge pull request #24385 from kuznero/master
fsharp: init at 4.1.7
2017-04-17 19:32:35 +02:00
Jörg Thalheim
e8f2046abc Merge pull request #24941 from amiloradovsky/dale
dale: init at 20170416
2017-04-17 19:24:18 +02:00
Nick Novitski
b47e0227bc elm-format: symlink latest version to bin/elm-format (#24971)
* elm-format: symlink latest version to `bin/elm-format`

* elm-format: nitpick: indentation
2017-04-17 18:41:29 +02:00
Jörg Thalheim
15d60bcb53 Merge pull request #24969 from holidaycheck/fix-broadcom-hash
broadcom-sta: fix linux-4.8 patch sha
2017-04-17 17:17:27 +02:00
Thomas Tuegel
4f5391e8c4
dropbox: 23.4.18 -> 23.4.19
Dropbox is again updated without a release announcement. I noticed on Friday
that the client was malfunctioning. I was waiting for a release announcement
with the new version number, but as one was not forthcoming, I simply guessed at it.
2017-04-17 10:15:29 -05:00
Jörg Thalheim
c7ac0f39b5 Merge pull request #24927 from Mic92/rustup
rustup: init at 1.2.0
2017-04-17 17:10:10 +02:00
Tobias Pflug
d857b2d2fa broadcom-sta: fix linux-4.8 patch sha 2017-04-17 17:07:37 +02:00
romildo
9747994a7b vivaldi: 1.6.689.34-1 -> 1.8.770.56-1
Add $out/opt/vivaldi/lib to RPATH so that libffmpeg.so distributed
with Vivaldi can be found. Otherwise launching Vivaldi fails.
2017-04-17 11:41:22 -03:00
Jörg Thalheim
10eef8c196
rustup: init at 1.2.0 2017-04-17 15:53:36 +02:00
Daniel Peebles
e9f1d8693a Merge pull request #23026 from copumpkin/nixos-install-wip
Refactor nixos-install to separate out filesystem build logic
2017-04-17 09:50:35 -04:00
Tim Steinbach
5a7b029fa9
linux: 4.11-rc6 -> 4.11-rc7 2017-04-17 07:41:19 -04:00
Peter Hoeg
2d1115b9de sensu: 0.28.0 -> 0.29.0 2017-04-17 17:06:45 +08:00
Taahir Ahmed
3efdf24584 htmlmin: init at 0.1.10 (#24945) 2017-04-17 09:50:57 +01:00
Taahir Ahmed
f029fc8cdc csscompressor: init at 0.9.4 (#24946) 2017-04-17 09:49:43 +01:00
Roman Kuznetsov
a0466f7f22 fsharp: 4.0.1.1 -> 4.1.7
Build F# with default mono version

Introduce separate fsharp41 packages
2017-04-17 10:39:38 +02:00
Tim Stewart
5ca1646bb0 docker: improve reproducibility of layers
This patch fixes file modification times to $SOURCE_DATE_EPOCH, and
ensures that files originating from the store are owned by root:root.
Both changes improve reproducibility, and the latter allows proper
building on a host where the store is owned by a non-root user.
2017-04-16 22:46:24 -04:00
Andrew Miloradovsky
da9a147b7b dale: init at 20170416
Lisp-flavoured C. Dale is a system (no GC) programming language
that uses S-expressions for syntax and supports syntactic macros.
2017-04-17 01:03:14 +00:00
Jörg Thalheim
a7d2be1471
pythonPackages.iso3166: enable tests
fixes #24884
2017-04-17 01:24:29 +02:00
zraexy
51770c85e4
streamlink: 0.3.0 -> 0.5.0 2017-04-17 01:24:28 +02:00
zraexy
ab031bf9b7
pythonPackages.iso3166: init at 0.8 2017-04-17 01:24:28 +02:00
zraexy
62b1bd180f
pythonPackages.iso-639: init at 0.4.5 2017-04-17 01:24:27 +02:00
Jörg Thalheim
af416aae81
cargo: remove unnecessary rm
Since cargo build became a rust package, postInstall hook was no longer
called. When the hook was reenabled in
cdd11368426380db545cad84c76e350e5e201adc, it revealed that scripts
leftover from the component based installer are no longer present.
2017-04-17 00:29:44 +02:00
Guillaume Maudoux
f5fa05677d thunderbird: (re)add features lost in refactoring
The refactoring in b023370f37 ported
changes from firefox-unwrpped, but dropped features in firefox's
wrapper.

Add the desktop item and remove useless dev files.
2017-04-17 00:07:26 +02:00
Michael Raskin
9fedd4d495 Merge pull request #24960 from ryantrinkle/bump-dbvisualizer
dbvisualizer: 9.5 -> 9.5.7
2017-04-16 23:54:51 +02:00
Jörg Thalheim
18f5ba5a3e
brackets: 1.8 -> 1.9
Use rpath instead of buildEnv. Also add cups.

fixes #24775
2017-04-16 23:36:12 +02:00
Ryan Trinkle
c192f77b2b dbvisualizer: 9.5 -> 9.5.7 2017-04-16 17:34:22 -04:00
Victor Calvert
71d8ce6f4b nvidia: 340.101 -> 340.102 (#24694) 2017-04-16 22:08:20 +02:00
Patrick Callahan
e760c7bd6a openshot-qt: 2.2.0 -> 2.3.1 (#24868)
* openshot-qt: 2.2.0 -> 2.3.1

* openshot-qt: use buildPythonApplication

* openshot: get dialogs in gtk environments working
2017-04-16 21:09:22 +02:00
xNWDD
73a21ae6c9 jucipp: init at 1.2.3 (#24788)
* jucipp: init at 1.2.3

* jucipp: removed imagemagick dependency

was used earlier during package development to raster the icon,
decided it was better to wait for svgs to get fixed, forgot to clean

* juicipp: fix static libraries weren't linking
2017-04-16 20:56:08 +02:00
Joachim Fasting
c2130eca44
logcheck: point homepage to alioth.debian.org
The page at logcheck dot org contains questionable links and it is unclear
whether it is controlled by the logcheck project at all.  Fix by using the
homepage debian points to instead.

Fixes https://github.com/NixOS/nixpkgs/issues/24952
2017-04-16 20:52:14 +02:00
Jörg Thalheim
769de5629c Merge pull request #24932 from jb55/add/cargo-edit
cargo-edit: init at 0.1.6
2017-04-16 20:51:44 +02:00
Jörg Thalheim
7283aa6063 Merge pull request #24877 from FlorentBecker/pijul_044
pijul: 0.4.1 -> 0.4.4
2017-04-16 20:37:15 +02:00
Jörg Thalheim
7849bfc5a0 Merge pull request #24957 from winniequinn/iosevka-1.12.5
iosevka: 1.12.1 -> 1.12.5
2017-04-16 20:06:28 +02:00
Jörg Thalheim
7112fda286 Merge pull request #24956 from sigma/pr/hugo
hugo: 0.20.1 -> 0.20.2
2017-04-16 20:03:09 +02:00
Jörg Thalheim
f16b29ebd9 Merge pull request #24938 from jlesquembre/git-open
git-open: init at 1.3.0
2017-04-16 20:00:58 +02:00
Jörg Thalheim
3753122b26 Merge pull request #24953 from benley/vscode
vscode: 1.11.1 -> 1.11.2
2017-04-16 19:57:54 +02:00
José Luis Lafuente
cb624198e8
git-open: init at 1.3.0 2017-04-16 19:32:12 +02:00
Yann Hodique
07dff62ac4 hugo: 0.20.1 -> 0.20.2 2017-04-16 10:27:19 -07:00
Michael Raskin
851b584581 compile uiop/version with uiop, seems needed for monolithic bundles in some cases 2017-04-16 19:25:48 +02:00
Winnie Quinn
1ff676526c iosevka: 1.12.1 -> 1.12.5 2017-04-16 13:22:56 -04:00
Benjamin Staffin
1b1b9816fc Merge pull request #24930 from jlesquembre/chrome_gtk3
google-chrome: from version 59 requires gtk3
2017-04-16 12:40:40 -04:00
Gabriel Ebner
d3284576d4 emscripten: 1.37.3 -> 1.37.9 2017-04-16 18:39:00 +02:00
Benjamin Staffin
ab2e09ca11 vscode: 1.11.1 -> 1.11.2 2017-04-16 12:23:57 -04:00
Jörg Thalheim
3fae96f056 Merge pull request #24926 from Mic92/rust-package
buildRustPackage: cargoBuildFlags + standarized hooks
2017-04-16 18:13:29 +02:00
Dan Peebles
d990aa7163 Refactor nixos-install to separate out filesystem build logic
The key distinction I'm drawing is that there's a component that deals
with the store of the machine being built, and another component for
the store building it. The inner part of it assumes nothing from the
builder (doesn't need chroot or root powers) so it can run comfortably
inside a Nix build, as well as nixos-rebuild. I have some upcoming work
that will use that to significantly speed up and streamline image builds
for NixOS, especially on virtualized hosts like EC2, but it's also a
reasonable speedup on native hosts.
2017-04-16 16:09:41 +00:00
Jörg Thalheim
69d77eaa28 Merge pull request #24848 from rzetterberg/master
gdrive: init at 2.1.0
2017-04-16 17:20:33 +02:00
Richard Zetterberg
e9380248dd gdrive: init at 2.1.0
Adds the go-based Google Drive CLI application "gdrive".
2017-04-16 14:48:01 +02:00
Jörg Thalheim
ea16d72bf3
gitg: 3.22.0 -> 3.23.90 2017-04-16 14:23:27 +02:00
Jörg Thalheim
65c99b7d6a
libgit2-glib: 0.24.4 -> 0.25.0
partially addresses #24807
2017-04-16 14:23:21 +02:00
Vladimír Čunát
9fc61d0db5
simgrid: fixup sandboxed build after update #24915 2017-04-16 14:15:32 +02:00
Joachim F
289a3c2b8f Merge pull request #24929 from taku0/thunderbird-bin-52.0.1
thunderbird, thunderbird-bin: 52.0 -> 52.0.1
2017-04-16 13:12:12 +01:00
Joachim F
7928dbdcf9 Merge pull request #24138 from pjones/pjones/plex
plex: 1.3.3.3148 -> 1.5.5.3634
2017-04-16 13:08:47 +01:00
Peter Hoeg
12d44c093d quaternion: get rid of superfluous icon-theme.cache 2017-04-16 19:48:52 +08:00
Peter Hoeg
8356c6ca2f handbrake: 1.0.3 -> 1.0.7 2017-04-16 19:42:32 +08:00
Joachim F
901a0bb9fa Merge pull request #24908 from adamruzicka/cjdns-v19.1
cjdns: 18 -> 19.1
2017-04-16 12:10:59 +01:00
Vladimír Čunát
98777646f9
wxGTK*: avoid the mesa attribute
Tested building all wxGTK* and execution of codeblocks.
2017-04-16 13:03:32 +02:00
Vladimír Čunát
2065eea424
mesa: reduce usage of the attribute and explain why 2017-04-16 13:03:15 +02:00
Joachim F
d4d00f8c59 Merge pull request #24875 from matthiasbeyer/update-fava
fava: 1.2 -> 1.3
2017-04-16 12:01:37 +01:00
Michael Raskin
ba7151e2b5 clac: add missing expression body; thanks @joachifm for the catch 2017-04-16 12:02:35 +02:00
Nikolay Amiantov
2f09105f3b mumble_git: 1.3.0-git-2016-04-10 -> 2017-04-16 2017-04-16 12:58:44 +03:00
Nikolay Amiantov
3507da085f dropbear: fix static build
Fixes #24839. Also change default sftp-server path to a more canonical.
2017-04-16 12:58:27 +03:00
Michael Raskin
c2da0fb22c clac: init at 20170416 2017-04-16 11:30:23 +02:00
Peter Hoeg
4ecafcf5b2 quaternion: init at 2017-04-15 2017-04-16 16:52:59 +08:00
Vladimír Čunát
9ee2143912
treewide: remove unused buildEnv parameters 2017-04-16 10:29:49 +02:00
Jörg Thalheim
0a84b26809 Merge pull request #24935 from jlesquembre/prettier
prettier: init at 1.1.0
2017-04-16 09:55:32 +02:00
Guillaume Maudoux
605ce9b241 cppcheck: 0.76.1 -> 0.78 (#24937)
* cppcheck: 0.76.1 -> 0.78

* cppcheck: enable rule-file support
2017-04-16 09:53:05 +02:00
Gabriel Ebner
3adc59d5ae gpxsee: fix open dialog and online maps 2017-04-16 09:42:37 +02:00
Gabriel Ebner
2ec6e82b7f gpxsee: 2.17 -> 4.3 2017-04-16 09:13:32 +02:00
Peter Hoeg
58db2099b4 spotify: 1.0.52.717 -> 1.0.53.758
Additionally:

 - some minor cleanups
 - define meta.platforms so hydra doesn't try to evaluate at all on i686 instead
   of waiting for "assert" to fail.

As spotify is distributing a i686 version, there really is no reason not to
support that. Someone just has to add support for it.
2017-04-16 13:54:43 +08:00
Peter Hoeg
fe7fc0b2ae calibre: 2.82.0 -> 2.83.0 2017-04-16 12:19:58 +08:00
José Luis Lafuente
b7b85316fd
prettier: init at 1.1.0 2017-04-15 20:36:57 +02:00
sternenseemann
f0fac3b578 abcde: add glyr as dep to enable getalbumart 2017-04-15 19:29:02 +02:00
sternenseemann
5b065a5ba5 glyr: init at 1.0.10 2017-04-15 18:40:23 +02:00
William Casarin
209e8e53fb cargo-edit: init at 0.1.6 2017-04-15 09:17:21 -07:00
Profpatsch
7df8e53d28 psc-package: init at 0.1.1 2017-04-15 16:10:13 +02:00
José Luis Lafuente
f09c2e7745
chrome 59 requieres gtk3 2017-04-15 15:35:42 +02:00
taku0
692ea2b6e9 thunderbird: 52.0 -> 52.0.1 2017-04-15 22:09:15 +09:00
taku0
dac0ad26c9 thunderbird-bin: 52.0 -> 52.0.1 2017-04-15 21:44:56 +09:00
Jörg Thalheim
e8d5af0bd8
buildRustPackage: only copy executables to bin
in newer rust versions also *.rlib files are put into this directory
2017-04-15 13:26:51 +02:00
Jörg Thalheim
be70c02461
buildRustPackage: add standard package hooks
when overriding build phases also the standard hooks should be called
2017-04-15 13:26:51 +02:00
Jörg Thalheim
33cfee8177
buildRustPackage: add cargoBuildFlags 2017-04-15 13:26:50 +02:00
Jörg Thalheim
26f5fa8f97 Merge pull request #24922 from phunehehe/haskell-shell-hook
haskell-modules: fix shell hook
2017-04-15 12:34:41 +02:00
Robert Helgesson
45cb7c2c0e
comic-relief: change download URL
The previous URL is broken.
2017-04-15 12:04:37 +02:00
Mikael Brockman
4f3caee682 intel-gpu-tools: 1.17 -> 1.18 (#24920)
Version 1.17 fails to build with the current libdrm
because of a changed struct (`drm_event_vblank`).

I had to patch `tools/Makefile.am` to use `GLIB_CFLAGS`;
otherwise, the build failed to find `glib.h`.
2017-04-15 11:32:46 +02:00
Michael Raskin
b454dcd0e0 safefile: init at 1.0.5 2017-04-15 10:59:16 +02:00
Hoang Xuan Phu
2fde20e271 haskell-modules: fix shell hook
26623240e9 lacks a newline
2017-04-15 16:33:07 +08:00
Jörg Thalheim
d5afba485b
rpm: fix rpmquery/rpmverify symlinks 2017-04-15 10:24:16 +02:00
armijnhemel
fed7d4a6e9 RPM: 4.13.0-rc1 -> 4.13.0.1 (#24910) 2017-04-15 10:18:04 +02:00
Peter Hoeg
b7d2ffeb46 tensor: use date as version i/o git rev 2017-04-15 16:02:42 +08:00
Jörg Thalheim
78e1843730 Merge pull request #24916 from sigma/pr/ghq
ghq: init at 0.7.4
2017-04-15 09:45:16 +02:00
Jörg Thalheim
4a0be7837c Merge pull request #24917 from sigma/pr/fzf
fzf: 0.16.4 -> 0.16.6
2017-04-15 09:41:53 +02:00
Sophia Gold
76b8ce3023 simgrid: 3.11.1 -> 3.15 2017-04-15 08:22:02 +02:00
Michael Raskin
3368583e32 Merge pull request #24918 from sigma/pr/lftp
lftp: 4.7.6 -> 4.7.7
2017-04-15 08:15:25 +02:00
John Ericson
3bff114d95 Merge pull request #24871 from elitak/cross-staging
Various small crossDrv fixes
2017-04-15 01:27:05 -04:00
Yann Hodique
7a8ef9c6bd lftp: 4.7.6 -> 4.7.7 2017-04-14 21:43:24 -07:00
Yann Hodique
e0ed784c06 fzf: 0.16.4 -> 0.16.6 2017-04-14 21:38:31 -07:00
Yann Hodique
04b30942bf ghq: init at 0.7.4 2017-04-14 20:59:45 -07:00
Eric Litak
f89504d067 kmod: crossDrv should use native xz 2017-04-14 18:03:49 -07:00
Benjamin Staffin
cdbcaa56b6 Merge pull request #24822 from techhazard/add-disk-storage-to-libvirt
add disk type storage to libvirt
2017-04-14 19:12:33 -04:00
Benjamin Staffin
8d07a8b381 Merge pull request #24883 from lucas8/fanficfare
fanficfare: init at 2.9.0
2017-04-14 19:08:16 -04:00
Benjamin Staffin
f399ea9bf3 Merge pull request #24842 from mayflower/radarr_596
radarr: 0.2.0.535 -> 0.2.0.596
2017-04-14 19:07:06 -04:00
Benjamin Staffin
4d4bd3d353 Merge pull request #24902 from chris-martin/pr/idea-2017-1-1
jetbrains.idea-{community,ultimate}: 2017.1 -> 2017.1.1
2017-04-14 19:04:02 -04:00
Benjamin Staffin
4d2bc435f9 Merge pull request #24906 from ndowens/speedtest
speedtest-cli: 1.0.3 > 1.0.4
2017-04-14 19:02:45 -04:00
Benjamin Staffin
aeebfd9daa Merge pull request #24903 from pjones/pjones/atomicparsely
atomicparsley: 0.9.0 -> 0.9.6
2017-04-14 19:02:05 -04:00
Benjamin Staffin
c089dbe75c Merge pull request #24891 from sigma/pr/hugo
hugo: 0.20 -> 0.20.1
2017-04-14 18:59:51 -04:00
Tuomas Tynkkynen
28f87e4141 stdenv: ARM bootstrap: Update bootstrap tarballs to latest hydra-built ones
Fixes sandboxed build of glibc. Discussion about a similar failure on aarch64 at:
8bfa9f528c.

Picked from the following cross-trunk evaluation:
http://hydra.nixos.org/eval/1349278 based on nixpkgs
commit 1f32d4b4eb.

armv5tel job: http://hydra.nixos.org/build/51569718
armv6l job: http://hydra.nixos.org/build/51569717
armv7l job: http://hydra.nixos.org/build/51569713
2017-04-15 01:52:33 +03:00
ndowens
896432e4ac speedtest-cli: 1.0.3 > 1.0.4 2017-04-14 15:50:53 -05:00
Kai
91d2dc00bb nitrokey-app: 0.5.1 -> 0.6.3 (#24219)
* nitrokey-app: 0.5.1 -> 0.6.3

* Fix (native)buildInputs and refactor
2017-04-14 15:34:36 -05:00
Adam Ruzicka
21efba54ca cjdns: 18 -> 19.1 2017-04-14 22:09:20 +02:00
Chris Martin
6c94cbc75c jetbrains.idea-{community,ultimate}: 2017.1 -> 2017.1.1 2017-04-14 15:25:03 -04:00
Peter Jones
3f69d10342
atomicparsley: 0.9.0 -> 0.9.6 2017-04-14 12:10:28 -07:00
Benjamin Staffin
81589bff4c Merge pull request #24887 from benley/chromium
chromium: 57.0.2987.110 -> 57.0.2987.133 [security]
2017-04-14 14:50:47 -04:00
Peter Jones
0ac07ac531
plex: 1.3.3.3148 -> 1.5.5.3634 2017-04-14 11:00:34 -07:00
Tuomas Tynkkynen
3ed0d7e2df kernel-config: Explicitly enable CONFIG_NETFILTER
This is needed by the NixOS firewall, but isn't enabled by the ARM
defconfig nor kernelAutoModules (as 'm' doesn't seem to be an option)
2017-04-14 20:43:50 +03:00
Vladimír Čunát
2090aa4f65
Merge: fixup a bad merge
For details see:
https://github.com/NixOS/nixpkgs/commit/24444513fb5#commitcomment-21767916
2017-04-14 19:11:17 +02:00
Vladimír Čunát
6617c8bd87
A fixed version of commit eb750f9a7b
For detailed explanation see:
https://github.com/NixOS/nixpkgs/commit/24444513fb5#commitcomment-21767916
2017-04-14 18:59:36 +02:00
John Ericson
eec35cb6bd Merge pull request #24889 from formaltech/halvm-bump
Remove hardening at HaLVM 2.4.0
2017-04-14 12:58:46 -04:00
Lancelot SIX
9a10e5ae46
nano: 2.8.0 -> 2.8.1
See http://lists.gnu.org/archive/html/info-gnu/2017-04/msg00005.html
for release announcement

(cherry picked from commit 474d112b7a)
2017-04-14 18:54:18 +02:00
Armijn Hemel
b6f88093a2 icoutils: update to 0.31.3 2017-04-14 17:21:54 +02:00
Vincent Laporte
31fef05c7c ocamlPackages.lwt: 2.6.0 -> 2.7.1 2017-04-14 13:59:55 +00:00
Frederik Rietdijk
46403f57b0 Merge pull request #24841 from loskutov/bleech-unix
pythonPackages.bleach: declare unix support
2017-04-14 14:58:47 +02:00
Ignat Loskutov
31a28a38a1 pythonPackages.bleach: remove the 'platforms' attribute; update homepage 2017-04-14 15:56:54 +03:00
Peter Hoeg
862fc1b465 tensor: init at (post) 0.3 2017-04-14 19:05:01 +08:00
Tristan Helmich
c395568b7a
openssh_hpn: use new sources and version (7_5_P1)
Close #23990.
2017-04-14 12:22:15 +02:00
Vladimír Čunát
5b3f807597
Merge #24179: openssh: 7.4p1 -> 7.5p1 2017-04-14 12:16:26 +02:00
Eelco Dolstra
3124f5ab22 Merge pull request #24892 from matthiasbeyer/update-mutt
mutt: 1.8.0 -> 1.8.1
2017-04-14 12:04:11 +02:00
Eelco Dolstra
6a1f168b1e
flashplayer-standalone: 25.0.0.127 -> 25.0.0.148 2017-04-14 11:44:22 +02:00
Eelco Dolstra
72605647a4
flashplayer: 25.0.0.127 -> 25.0.0.148 2017-04-14 11:44:18 +02:00
Matthias Beyer
77e71c2f99 mutt: 1.8.0 -> 1.8.1
From the announce email:

    This is a bug fix release.  In particular, it has fixes for setenv,
    sidebar_whitelist, some refresh issues, and a potential segfault.
    Details can be seen in the ChangeLog file.

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2017-04-14 11:34:13 +02:00
Eelco Dolstra
7f09c06c58
usbredir: Use dev output 2017-04-14 11:22:28 +02:00
Eric Litak
980ced505f coreutils: fixing ccCross.libc lookup 2017-04-14 02:00:08 -07:00
Eric Litak
bd45ec6416 buildEnv: use buildPackages.perl so crossDrv works 2017-04-14 02:00:08 -07:00