Commit graph

21784 commits

Author SHA1 Message Date
Matthew Bauer 9e5fe7738a
xib2nib: add meta
also:
- NSPlist
- PlistCpp
2017-04-12 20:07:55 -05:00
Matthew Bauer 1781ec934f
xib2nib: move nsplist, plistcpp to own folder
These libraries could be used by other packages so list them in
all-packages.nix as well.
2017-04-12 03:28:33 -05:00
Matthew Bauer f1fdc98884
pugixml: fixup darwin 2017-04-11 01:03:11 -05: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
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
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