lprndn
f259fa6e91
Merge branch 'master' into lprndn_Nixpkgs
2017-04-03 21:37:11 +02:00
Nikolay Amiantov
ef4b73a038
libappindicator: propagate dependencies
2017-04-03 17:39:41 +03:00
Vladimír Čunát
969849acf8
mesa: maintenance 17.0.2 -> 17.0.3
2017-04-03 11:24:50 +02:00
David McFarland
2c006ca805
Revert "openssl: add custom build of 1.0.2 for steam"
...
No longer necessary. See https://github.com/NixOS/nixpkgs/pull/23034#issuecomment-291005754
This reverts commit a50784b34e
.
2017-04-03 09:04:44 +02:00
Eelco Dolstra
747ad4befd
mlt: Remove some -dev paths from the closure
...
This reduces the closure size of mlt-qt5 from 683 to 278 MiB.
2017-04-02 21:51:46 +02:00
Eelco Dolstra
6d4e6102a7
libgsf: Use separate dev output
2017-04-02 21:51:46 +02:00
Ambroz Bizjak
195efedd2c
qt58: Fix path to qhelpgenerator in cmake file.
...
It is located in the dev output, fix it as for qcollectiongenerator.
This fixes a build error in KDevelop.
2017-04-02 11:21:34 +02:00
Orivej Desh
8f9b219107
kwallet: support GPG-encrypted wallets
2017-04-01 23:42:30 +00:00
Michael Weiss
40d171855f
gpgme: 1.8.0 -> 1.9.0
...
For the license change see:
- https://directory.fsf.org/wiki/GPGME#tab=Details
- AUTHORS [0]
See #24491 for the other changes.
[0]: https://git.gnupg.org/cgi-bin/gitweb.cgi?p=gpgme.git;a=blob;f=AUTHORS;h=bbf1576ad27dc51956c371282862b468c633ea49;hb=HEAD
2017-04-02 01:26:22 +02:00
Benjamin Saunders
201960922c
vulkan-loader: 1.0.39.1 -> 1.0.42.2
2017-04-01 12:28:59 -07:00
Vladimír Čunát
1a805c4c63
libdrm: 2.4.75 -> 2.4.76
2017-04-01 14:48:29 +02:00
Vladimír Čunát
8eab29e26f
nss: 3.28.3 -> 3.30 ( close #24508 )
2017-04-01 13:31:05 +02:00
Vladimír Čunát
6230bfa123
libpng: 1.6.28 -> 1.6.29
2017-04-01 13:27:39 +02:00
Vladimír Čunát
d55727c7a5
at-spi2-core: maintenance 2.22.0 -> 2.22.1
2017-04-01 13:27:22 +02:00
Vladimír Čunát
ae58febf70
gdk-pixbuf: maintenance 2.36.5 -> 2.36.6
2017-04-01 13:27:19 +02:00
Vladimír Čunát
ae08fdd84e
pango: maintenance 1.40.3 -> 1.40.4
2017-04-01 13:27:18 +02:00
Vladimír Čunát
6c153c55c3
gtk3: maintenance 3.22.8 -> 3.22.11
2017-04-01 13:27:17 +02:00
Vladimír Čunát
0bc62f8d2e
Merge #23832 : gdbm: 1.12 -> 1.13
2017-04-01 13:27:15 +02:00
Vladimír Čunát
af098ff18e
libgudev: fix build after update #23965
...
I somehow missed this error.
2017-04-01 13:26:27 +02:00
ndowens
e109faa401
libgudev: 230 -> 231 ( #23965 )
2017-04-01 12:26:36 +02:00
Maciej Kazulak
23ec4a40ee
oracle-instantclient: add optional odbc support
2017-04-01 11:50:13 +02:00
Vladimír Čunát
f44ea1fec2
Merge branch 'staging'
2017-04-01 10:58:20 +02:00
Shea Levy
c923c6c7c5
webkitgtk24x: Fix build on darwin
2017-03-31 07:47:09 -07:00
Peter Hoeg
2f73d5f856
libguestfs: add missing libapparmor buildInput
2017-03-31 11:50:12 +08:00
Tuomas Tynkkynen
4df59beb01
fontconfig_210: Remove reference to obsolete patch
...
Commit 9b049849bf
deleted the patch file
(and reference to it from fontconfig default.nix), but left the one in
2.10.nix which break evaluation.
As the package seems to build fine without the patch, just remove the
reference.
cc @ttuegel in case this was not the correct thing to do.
2017-03-30 23:19:45 +03:00
Dan Peebles
8b65437aae
Merge branch 'master' into staging
2017-03-30 12:54:41 -04:00
Robin Gloster
f9a1060199
qt-gstreamer: fix build and do not mark wrong pkgs as broken
2017-03-30 18:01:40 +02:00
Dan Peebles
8636ce283f
caf: fix on clang4
...
Also, enable parallel builds because I got sick of waiting :)
2017-03-30 11:36:30 -04:00
Dan Peebles
409fe12f76
qt4: fix to work on clang 4
...
The new clang is more strict about signed comparisons against pointers,
so this adds a couple of ad-hoc patches to appease it.
2017-03-30 11:03:05 -04:00
Robin Gloster
4a702e8b74
tclgpg: remove
2017-03-30 16:23:35 +02:00
Robin Gloster
c47cc7e163
qt-gstreamer: fix build
2017-03-30 16:23:34 +02:00
John Ericson
166fc028a4
Merge pull request #24465 from Ericson2314/no-with-literal
...
Get rid of all `with { inherit... }` and just used `let inherit...`
2017-03-30 01:49:37 -06:00
Charles Strahan
2a3cd13d73
slang: 2.3.0 -> 2.3.1a
2017-03-30 03:22:26 -04:00
John Ericson
4c0d7da183
Get rid of all with { inherit... }
and just used let inherit...
...
The old forms presumably predates, or were made in ignorance of,
`let inherit`. This way is better style as the scoping as more lexical,
something which Nix can (or might already!) take advantage of.
2017-03-30 03:05:05 -04:00
Tuomas Tynkkynen
adb460b30f
mesa: Enable imx gallium driver on ARM
...
And lighten the aarch64 build by disabling drivers for hardware that
doesn't run on aarch64 processors.
2017-03-30 02:56:10 +03:00
Matthew Daiter
6f721ce534
suitesparse: add CUDA support
2017-03-29 15:47:51 +02:00
Pascal Wittmann
8b512b10c7
Merge pull request #24431 from jpierre03/pr-udunits
...
udunits: 2.2.23 -> 2.2.24
2017-03-29 09:36:20 +02:00
Jean-Pierre PRUNARET
11e84f51b3
udunits: 2.2.23 -> 2.2.24
2017-03-29 05:40:10 +02:00
Daniel Peebles
da79d1f01f
Merge pull request #24428 from acowley/libdc1394-darwin
...
libdc1394: patch bugs on darwin
2017-03-28 21:54:32 -04:00
Anthony Cowley
ab0ea84733
libdc1394: patch bugs on darwin
...
One of these issues is in a platform-specific file for darwin, the
other may only be a breaker when using clang.
2017-03-28 19:25:02 -04:00
Thomas Tuegel
9b049849bf
freetype: disable PCF long family names
...
Backported several patches from upstream. The test suite patch for Fontconfig is
no longer necessary.
2017-03-28 17:29:42 -05:00
Will Dietz
ecae31a50c
swift: init at 3.1
...
Add dependency 'libblocksruntime'.
2017-03-28 15:34:34 -05:00
Franz Pletz
0018cd5a2d
libvirt packages: fix & clean up dependencies
2017-03-28 19:45:01 +02:00
Joachim F
07a76cc934
Merge pull request #23400 from knedlsepp/add_docopt_cpp
...
docopt.cpp: init at 0.6.2
2017-03-27 21:28:50 +01:00
Vladimír Čunát
96d41e393d
treewide: purge maintainers.urkud
...
It's sad, but he's been inactive for the last five years.
Keeping such people in meta.maintainers is counter-productive.
2017-03-27 19:52:29 +02:00
Franz Pletz
d8dd2fb9e5
libvirt: 3.0.0 -> 3.1.0
...
Missing in 1cca97cf18
.
2017-03-27 17:08:19 +02:00
Peter Hoeg
4f33f909f3
libtoxcore: 0.1.6 -> 0.1.7
2017-03-27 23:06:35 +08:00
Josef Kemetmüller
ed7a1ac302
docopt.cpp: init at 0.6.2
2017-03-27 14:23:48 +00:00
Franz Pletz
1b95985b71
Merge pull request #24148 from volth/libvirt-3.1.0
...
libvirt: 3.0.0 -> 3.1.0
2017-03-27 10:02:06 +02:00
Orivej Desh
1ba30ca45b
poco: init at 1.7.8
2017-03-27 01:05:25 +00:00
Michael Raskin
9a0a75cac7
Merge pull request #24367 from pmahoney/skarnet-darwin
...
skarnet.org packages: fix darwin build
2017-03-27 00:47:07 +02:00
Patrick Mahoney
09a5007797
skarnet.org packages: fix darwin build
...
The configure scripts have been changed so that `--build` is now the
way to specify (non-cross compiling) build target, which is necessary
on darwin for binary compatibility across darwin versions.
2017-03-26 17:30:41 -05:00
Dan Peebles
167aba003a
capnproto: fix on clang 4
...
Embedding the patch because the way they build their source releases
changes the paths, so fetchpatch against GitHub doesn't apply cleanly
2017-03-26 18:15:59 -04:00
Patrick Mahoney
72a0d65d3d
update skarnet.org packages
...
execline: 2.1.4.5 -> 2.2.0.0
s6-dns: 2.0.0.7 -> 2.1.0.0
s6-linux-utils: 2.0.2.3 -> 2.2.0.0
s6-networking: 2.1.0.4 -> 2.2.1.0
s6-portable-utils: 2.1.0.0 -> 2.1.0.0 (no version change)
s6-rc: 0.0.2.1 -> 0.1.0.0
s6: 2.2.4.3 -> 2.4.0.0
skalibs: 2.3.9.0 -> 2.4.0.1
Also use new --enable-absolute-paths configure arg to correctly set
paths to runtime executables to point within the nix store rather than
relying on PATH resolution.
2017-03-26 14:19:44 -05:00
Robin Gloster
955b79f462
pcre2: 10.22 -> 10.23 + security fix
...
CVE-2017-7186
refs nixos/security#57 #24319
2017-03-26 17:13:38 +02:00
Robin Gloster
6b9c81aa18
pcre: 8.39 -> 8.40 + security fix
...
CVE-2017-7186
refs nixos/security#57 #24319
2017-03-26 16:41:22 +02:00
Thomas Tuegel
8b50f4c990
Merge pull request #24299 from ttuegel/master--drop-qt-5.7
...
Drop Qt 5.5 and Qt 5.7 from master
2017-03-26 09:18:38 -05:00
ndowens
6c17ad677c
jasper: 2.0.10 -> 2.0.12
2017-03-26 08:20:27 -04:00
Leon Isenberg
65029beb38
libguestfs: add qemu to wrapped PATH
...
virt-df doesn't find qemu-img otherwise.
2017-03-26 14:10:36 +02:00
Franz Pletz
d545772640
libvirt: make guest suspend work, use upstream units
2017-03-25 14:59:01 +01:00
Franz Pletz
ddb608814a
libvirt: build with attr and apparmor
2017-03-25 14:58:26 +01:00
Volth
1cca97cf18
libvirt: 3.0.0 -> 3.1.0
2017-03-25 14:54:16 +01:00
Thomas Tuegel
3dc1a4ba8b
Remove Qt 5.5
...
The community support window for Qt 5.5 has ended. All packages should
- update to Qt 5.8, or
- pin to Qt 5.6 (the 3-year long-term support release), or
- for proprietary software, use the vendored libraries.
2017-03-25 08:49:40 -05:00
Thomas Tuegel
b4e6351c78
Remove Qt 5.7
...
The community support window for Qt 5.7 has ended. All packages should
- update to Qt 5.8, or
- pin to Qt 5.6 (the 3-year long-term support release), or
- for proprietary software, use the vendored libraries.
2017-03-25 08:49:37 -05:00
Periklis Tsirakidis
b97dd5f560
qt58: enable darwin compatibility
2017-03-25 09:48:17 +01:00
Vladimír Čunát
455ce3528c
Merge branch 'staging'
2017-03-24 21:07:55 +01:00
Robin Gloster
dd385d9468
qt57.makeQtWrapper: fix eval
2017-03-24 18:20:01 +01:00
Nikolay Amiantov
f45cf10f6e
Merge pull request #24133 from abbradar/gtk3-qt
...
Fix GTK dependencies in wrappers
2017-03-24 01:49:41 +03:00
Vladimír Čunát
c1a9dc3d37
Merge branch 'master' into staging
2017-03-23 13:31:28 +01:00
Jörg Thalheim
632e81083c
spice: 0.12.8 -> 0.13.3
...
(we can use upstream security patches again)
2017-03-23 13:02:57 +01:00
Vladimír Čunát
e0bf35f0e5
Merge #24236 : remove bbenoist from maintainers
2017-03-23 08:49:03 +01:00
Daniel Peebles
f5aebcd465
Merge pull request #24216 from LnL7/fox-llvm-4
...
fox: fix build with clang >=4 and possibly other versions
2017-03-22 22:16:00 -04:00
Baptist BENOIST
7d72b9b74e
Remove bbenoist from maintainers
...
Sorry guys but I did not used Nix since months and cannot spend time
maintaining my previous work...
2017-03-23 03:03:04 +01:00
Thomas Tuegel
6a1e5cc2fa
kdeFrameworks: 5.31 -> 5.32
2017-03-22 20:51:03 -05:00
Thomas Tuegel
edf32f90e6
plasma5: 5.9.3 -> 5.9.4
2017-03-22 20:51:03 -05:00
Nikolay Amiantov
040b86a96e
qt5.qtwebengine: use system libraries where possible
...
Fixes #23987 .
2017-03-23 00:03:33 +03:00
Nikolay Amiantov
3a948e6b07
qt5.qtwebengine: add proprietary codecs support
2017-03-23 00:03:33 +03:00
Nikolay Amiantov
5a04d38ca6
srtp: build as shared library
2017-03-23 00:03:32 +03:00
Nikolay Amiantov
1715e3643b
nss: propagate nspr
2017-03-23 00:03:32 +03:00
Nikolay Amiantov
a7a858aa52
qt5.qtwebengine: patch more library paths
...
Adapted from chromium derivation. Fixes qutebrowser crash.
2017-03-23 00:00:50 +03:00
Daiderd Jordan
be1c8c4d63
fox: fix build with clang >=4 and possibly other versions
2017-03-22 20:18:41 +01:00
Nikolay Amiantov
a40b7d07e9
makeQtWrapper, kdeWrapper: add GTK3 dependencies
2017-03-22 20:15:32 +03:00
Robin Gloster
66c384ab4a
mailcore2: fix build with newer icu
2017-03-22 14:06:43 +01:00
Thomas Tuegel
7aee677a10
makeQtWrapper: wrap with runtime XDG dirs
2017-03-22 07:44:05 -05:00
Eelco Dolstra
f0875982d1
Merge pull request #24203 from layus/nix-ssl-cert-file
...
git, curl, openssl: Refactor $NIX_SSL_CERT_FILE handling
2017-03-22 13:40:57 +01:00
Guillaume Maudoux
c86f05e7ce
openssl: default to default profile CA on darwin
2017-03-22 12:09:09 +01:00
Jörg Thalheim
b5b036a4cc
Merge pull request #24032 from orivej/gargoyle
...
gargoyle: init at 2017-03-12
2017-03-22 00:52:15 +01:00
Michael Weiss
4e29638323
Revert "gpgme: Drop multiple outputs (dev and info)"
...
This reverts commit 872770286d
.
This will fix fwknop as well (should have done it like this in the first
place, where was my mind...).
Conclusion: Did something stupid... :o - I am *so incredibly sorry*,
will be way more careful (was already careful, but apparently not
enought...) next time and use nox.
Sorry @everyone and thanks @calvertvl for noticing this.
2017-03-21 23:57:57 +01:00
Nikolay Amiantov
dec8fb077f
qt5.qtwebengine: fix library paths
...
Without this it would try to find files in qtbase
Ported to Qt 5.8.
2017-03-22 01:38:04 +03:00
Michael Weiss
872770286d
gpgme: Drop multiple outputs (dev and info)
...
This shouldn't break anything as currently neither dev nor info will be
generated anyway (since both directories don't actually exist at the
install phase - "mv bin dev" would produce the dev output).
This change is required for building fwknop with GnuPG support.
2017-03-21 22:43:00 +01:00
Vladimír Čunát
39eda57d2a
mesa: maintenance 17.0.1 -> 17.0.2
2017-03-21 20:11:31 +01:00
Nikolay Amiantov
328bcdae25
mesa: enable texture floats only for drivers
...
To be on more safe side. This shouldn't matter theoretically as nothing in core
Mesa depends on them.
2017-03-21 21:56:42 +03:00
Eelco Dolstra
98624f4afc
Merge pull request #24162 from abbradar/texture-floats
...
mesa: enable texture floats by default
2017-03-21 17:20:14 +01:00
Nikolay Amiantov
261d7caed7
mesa: enable texture floats by default
2017-03-21 15:51:35 +03:00
Frederik Rietdijk
94eb74eaad
Merge remote-tracking branch 'upstream/master' into HEAD
2017-03-21 13:04:37 +01:00
Dan Peebles
93005b82dc
google-gflags: fix on Darwin
...
e721905d0f
updated to a version that added
a BUILD file that breaks on case-insensitive filesystems.
2017-03-21 00:42:26 -04:00
Willi Butz
4bfde8f5b4
martyr: fixed build, removed build.sh, added meta (see #23253 )
2017-03-21 00:01:13 +02:00
Robin Gloster
88341c4d2b
Revert "doc: remove double space"
...
This reverts commit 6393d43380
.
Commit added too much changes.
2017-03-20 20:58:18 +01:00
Robin Gloster
6393d43380
doc: remove double space
2017-03-20 20:47:13 +01:00
Thomas Tuegel
1b0d9e9ae6
Merge pull request #23819 from ttuegel/freetype
...
FreeType 2.7.1 and Fontconfig defaults
2017-03-20 11:43:50 -05:00