Commit Graph

108093 Commits

Author SHA1 Message Date
volth
a52aa6aafb nixos/libvirt: avoid dependency on two qemu packages
Currently libvirt requires two qemu derivations: qemu and qemu_kvm which is just a truncated version of qemu (defined as qemu.override { hostCpuOnly = true; }).

This patch exposes an option virtualisation.libvirtd.qemuPackage which allows to choose which package to use:

 * pkgs.qemu_kvm if all your guests have the same CPU as host, or
 * pkgs.qemu which allows to emulate alien architectures (for example ARMV7L on X86_64), or
 * a custom derivation

virtualisation.libvirtd.enableKVM option is vague and could be deprecate in favor of virtualisation.libvirtd.qemuPackage, anyway it does allow to enable/disable kvm.
2017-12-21 03:56:40 +00:00
Alex Brandt
ca7d54c1a1 add alunduil as maintainer for haskell packages
Adding myself, alunduil, as a maintainer on network-uri-json and
siren-json.
2017-12-20 21:01:35 -06:00
Orivej Desh
fd91e1441f
Merge pull request #32918 from ebzzry/pell-0.0.3
pell: 0.0.2 -> 0.0.3
2017-12-21 02:01:49 +00:00
Lorenzo Manacorda
abc3e4558d libbitcoin-explorer: 2.2.0 -> 3.4.0 2017-12-21 02:58:22 +01:00
Lorenzo Manacorda
23ca8e1287 libbitcoin-network: init at 3.4.0 2017-12-21 02:51:11 +01:00
Orivej Desh
2949447c82 neko: update check for darwin, do not strip ndll 2017-12-21 01:51:00 +00:00
volth
e19f22c55a neko: 2.1.0 -> 2.2.0 2017-12-21 01:50:52 +00:00
Lorenzo Manacorda
86ee454f4d libbitcoin-client: 2.2.0 -> 3.4.0 2017-12-21 02:49:30 +01:00
Rommel Martinez
26285381a2 pell: 0.0.2 -> 0.0.3 2017-12-21 09:41:08 +08:00
Justin Wood
ab0825615b elixir: 1.5.2 -> 1.5.3 2017-12-21 01:38:21 +00:00
Orivej Desh
b58cda709d
Merge pull request #32856 from markus1189/http-prompt
http-prompt: disable tests
2017-12-21 01:35:27 +00:00
Orivej Desh
c2b8cf0391
Merge pull request #32902 from lsix/update_pytestquickcheck
pythonPackages.pytest-quickcheck: 0.8.2 -> 0.8.3
2017-12-21 01:10:14 +00:00
Orivej Desh
e17e2bcbf5
Merge pull request #32903 from corngood/transgui-update
transgui: 5.0.1-svn-r986 -> 5.0.1-svn-r988
2017-12-21 01:09:22 +00:00
Orivej Desh
30e2a1c1b8
Merge pull request #32917 from 4z3/exim-4.90
exim: 4.89.1 -> 4.90
2017-12-21 01:08:16 +00:00
Lorenzo Manacorda
4fea55ef33 libbitcoin-protocol: init at 3.4.0 2017-12-21 01:21:57 +01:00
Lorenzo Manacorda
5b5e98b159 libbitcoin: 2.11.0 -> 3.4.0 2017-12-21 01:20:03 +01:00
Peter Hoeg
662bfa145a vlc: 2.2.6 -> 2.2.8 2017-12-21 08:18:58 +08:00
Orivej Desh
8c7e721467 mkShell: fix eval 2017-12-21 00:07:49 +00:00
Orivej Desh
073c40314f
Merge pull request #32913 from jbedo/snpeff
snpeff: 4.3p -> 4.3t
2017-12-20 23:59:14 +00:00
Justin Bedo
a49c91f655
snpeff: 4.3p -> 4.3t 2017-12-21 10:52:26 +11:00
Justin Bedo
db927ea35b
singularity: 2.2 -> 2.4 2017-12-21 10:50:06 +11:00
zimbatm
adc5c9b83d
mkShell: add builder (#30975) 2017-12-20 23:42:07 +00:00
tv
256e1ca497 exim: 4.89.1 -> 4.90 2017-12-21 00:36:13 +01:00
volth
400956bca3 protobuf2_5: restore to build Hadoop
This partially reverts 1f2a18d916
2017-12-20 23:05:24 +00:00
Robert Helgesson
d30f5f8a2e
eclipse: version updates
- eclipse-platform: 4.7.1a -> 4.7.2
- eclipse-plugin-jdt: 4.7.1a -> 4.7.2
- eclipse-sdk: 4.7.1a -> 4.7.2
2017-12-20 23:24:41 +01:00
Jan Tojnar
53acbe8156
cligh: switch to Python 3 2017-12-20 23:10:45 +01:00
volth
8a935323bb dejavu_fonts: make relative symlink
to make hash of fixed-output derivation independent on non-standard $NIX_STORE_DIR
2017-12-21 00:59:14 +03:00
Joachim F
8aebf3a25f
Merge pull request #32809 from fgaz/warzone2100-3.2.3
warzone2100: 3.2.2 -> 3.2.3
2017-12-20 21:21:23 +00:00
Will Dietz
92e525ed4e vte-ng: don't run configure as part of autogen, since it runs w/o args
We could alternatively pass arguments here as well,
but there seems little point in running configure twice.
2017-12-20 22:19:16 +01:00
Sander van der Burg
6b4687741e dysnomia: 0.7 -> 0.7.1 2017-12-20 21:37:33 +01:00
Will Dietz
c433fef525 termite: Add patch to avoid matching trailing punctuation in URLs
Patch based on:
https://github.com/thestinger/termite/pull/516

While this might "break" some URL's in the wild,
in return this fixes matching of URL's in Nix code.
Without this patch the trailing semicolon is included as part of the
URL, which creates invalid URL's for nearly all meta.homepage values.
2017-12-20 21:08:08 +01:00
Michael Alan Dorman
8e6d5639c3 pointfree, taffybar: jailbreak 2017-12-20 20:59:33 +01:00
Peter Simons
211a1ee84b hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.7-5-g07d8814 from Hackage revision
4112e5cd3d.
2017-12-20 20:59:33 +01:00
Peter Simons
15b9537f37 haskell-wai-secure-cookies: drop obsolete overrides 2017-12-20 20:59:18 +01:00
Peter Simons
e4bb2a784d liquidhaskell: drop obsolete override 2017-12-20 20:59:18 +01:00
Peter Simons
e058744dd4 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.7-5-g07d8814 from Hackage revision
4112e5cd3d.
2017-12-20 20:59:18 +01:00
Peter Simons
acc6389bea hackage2nix: update list of broken builds
Ping @alunduil for broken "collection-json" build.
Ping @gridaphobe for broken ghc-srcspan-plugin build.
Ping @gebner for broken hledger-diff build.
Ping @khumba for broken hoppy-docs and hoppy-runtime builds.
Ping @psibi for broken persistent-redis build.
2017-12-20 20:59:04 +01:00
Peter Simons
c1dcbad256
Merge pull request #32821 from ttuegel/haskell/shell-env-build-inputs
haskell: set buildInputs in nix-shell env
2017-12-20 20:58:31 +01:00
Peter Simons
cb0b1423ad
Merge pull request #32896 from PierreR/master
Haskell-language-puppet: don't build haddock
2017-12-20 20:49:11 +01:00
Orivej Desh
58e6897a56
Merge pull request #32863 from romildo/upd.jwm
jwm: 1651 -> 1653
2017-12-20 19:43:03 +00:00
Michael Weiss
3ebca3b98a android-studio-preview: 3.1.0.4 -> 3.1.0.5 2017-12-20 19:52:41 +01:00
Tim Steinbach
cbf0b680a5
linux-copperhead: 4.14.7.a -> 4.14.8.b 2017-12-20 13:22:15 -05:00
Tim Steinbach
26fb53a325
linux: 4.4.106 -> 4.4.107 2017-12-20 12:27:26 -05:00
Tim Steinbach
a4c93273e2
linux: 4.14.7 -> 4.14.8 2017-12-20 12:27:26 -05:00
Tim Steinbach
f95ba8ee5e
linux: 4.9.70 -> 4.9.71 2017-12-20 12:27:26 -05:00
David McFarland
62af52bbf1 transgui: 5.0.1-svn-r986 -> 5.0.1-svn-r988 2017-12-20 12:41:39 -04:00
Lancelot SIX
dd853e846c
pythonPackages.pytest-quickcheck: 0.8.2 -> 0.8.3 2017-12-20 17:30:09 +01:00
Pierre Radermecker
3e22c56161 Haskell-language-puppet: don't build haddock 2017-12-20 15:16:57 +01:00
Peter Hoeg
61da89bc8a spotify: 1.0.64 -> 1.0.69 2017-12-20 21:13:25 +08:00
Graham Christensen
867b0fddb0
Merge pull request #32888 from dotlambda/dmensamenu
dmensamenu: 1.1.0 -> 1.1.1
2017-12-20 06:46:15 -05:00
Robert Schütz
0f6bc0e870 dmensamenu: 1.1.0 -> 1.1.1 2017-12-20 12:02:34 +01:00
Orivej Desh
6e2df0aed8 haskellPackages.SCalendar: try to restore the bot capacity to evaluate
Remove infinite recursion between SCalendar and scalendar:

https://gist.github.com/GrahamcOfBorg/eb6d5675657ddc3cc3f054305b11dcb5
2017-12-20 10:08:36 +00:00
Orivej Desh
95637269f0 mongoc: fix propagated libraries for libtool
libmongoc-1.0.la links to snappy (ld -l) but does not contain full path (ld -L)
2017-12-20 09:56:40 +00:00
Orivej Desh
d3a375fe58 haskell-configuration-nix: fix eval 2017-12-20 09:50:21 +00:00
Orivej Desh
79adadb969 idris: fix eval after haskell upgrade 2017-12-20 09:50:05 +00:00
Frederik Rietdijk
c9044dee32 python36: 3.6.3 -> 3.6.4 2017-12-20 10:27:10 +01:00
Orivej Desh
fb349c84e2 qt5.qttools: install macdeployqt on darwin 2017-12-20 08:56:54 +00:00
Peter Simons
d41f7655fb hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.7-5-g07d8814 from Hackage revision
4112e5cd3d.
2017-12-20 09:17:47 +01:00
Peter Simons
9a3158d486 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.7-5-gf18d849 from Hackage revision
4112e5cd3d.
2017-12-20 09:17:47 +01:00
Peter Simons
8909467b16 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.7-4-g48a154e from Hackage revision
4d733469c5.
2017-12-20 09:17:47 +01:00
Peter Simons
ef84e822aa multi-ghc-travis: build fails with GHC 8.2.2; use 8.0.2 for now 2017-12-20 09:17:46 +01:00
Peter Simons
3ae4e2dcc9 haskell-graphviz: jailbreak to fix build with recent versions of QuickCheck 2017-12-20 09:17:46 +01:00
Peter Simons
dba09a202b stack: jailbreak to fix broken build in LTS-10.x 2017-12-20 09:17:46 +01:00
Peter Simons
4ab8999891 haskell-store: disable test suite to fix build with recent versions of smallcheck 2017-12-20 09:17:46 +01:00
Peter Simons
6922808372 haskell-path: disable test suite to fix build with recent versions of doctest 2017-12-20 09:17:46 +01:00
Peter Simons
a33d746223 haskell-genvalidity-property: jailbreak to fix build with recent versions of doctest 2017-12-20 09:17:46 +01:00
Peter Simons
5119549255 haskell-config-ini: disable test suite which fails with GHC 8.2.2 2017-12-20 09:17:46 +01:00
Peter Simons
04bd949738 haskell-nix-derivation: jailbreak to fix build with QuickCheck 2.10+ 2017-12-20 09:17:46 +01:00
Peter Simons
6f4c7aad38 pandoc: fix build of statically-linked top-level variant 2017-12-20 09:17:46 +01:00
Peter Simons
48c0621cdf haskell-int-cast: jailbreak to fix build with QuickCheck 2.10+ 2017-12-20 09:17:46 +01:00
Peter Simons
68be4071ed haskell-text-short: jailbreak to fix build with recent tasty-quickcheck 2017-12-20 09:17:46 +01:00
Peter Simons
5a55704605 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.7-4-g48a154e from Hackage revision
e7b871e45e.
2017-12-20 09:17:46 +01:00
Peter Simons
277e0a72f5 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.7-3-gb265c2e from Hackage revision
e2ac8e8816.
2017-12-20 09:17:46 +01:00
Peter Simons
2a097c9c02 haskell-blaze-html: jailbreak to fix build with QuickCheck 2.10+ 2017-12-20 09:17:46 +01:00
Peter Simons
91a864f3d7 haskell-attoparsec: disable test suite to fix build with QuickCheck 2.10+ 2017-12-20 09:17:46 +01:00
Peter Simons
914d1aa19b haskell-blaze-markup: jailbreak to fix build with QuickCheck 2.10+ 2017-12-20 09:17:46 +01:00
Peter Simons
cde067b3ac haskell-cryptohash-*: jailbreak to fix build with recent tasty-quickcheck 2017-12-20 09:17:46 +01:00
Peter Simons
6372613259 cabal-install: drop obsolete overrides 2017-12-20 09:17:46 +01:00
Peter Simons
a5d5d03a97 haskell-cryptohash-sha256: jailbreak to fix build with recent tasty-quickcheck 2017-12-20 09:17:46 +01:00
Peter Simons
2a742f6aef haskell-edit-distance: jailbreak to fix build with QuickCheck 2.10+ 2017-12-20 09:17:46 +01:00
Peter Simons
dbc55c11f0 ghc: drop 8.2.1 version; we have 8.2.2 already 2017-12-20 09:17:46 +01:00
Peter Simons
45e819dd49 haskell-configuration-common: drop obsolete overrides 2017-12-20 09:17:46 +01:00
Peter Simons
e2c6ccf71f haskell-scalendar: mark package as broken 2017-12-20 09:17:46 +01:00
Peter Simons
3e524aa06f haskell-configuration-common: drop obsolete overrides 2017-12-20 09:17:46 +01:00
Peter Simons
1c0c6d80e7 haskell-configuration-nix: drop obsolete overrides 2017-12-20 09:17:46 +01:00
Peter Simons
9e99aab45c haskell-configuration-ghc-8.2.x: drop obsolete overrides 2017-12-20 09:17:46 +01:00
Peter Simons
46351ad4b7 haskell-pandoc: drop obsolete constraints 2017-12-20 09:17:45 +01:00
Peter Simons
d5676b0433 switch "haskellPackages" to GHC 8.2.2 for LTS 10.x 2017-12-20 09:17:45 +01:00
Michael Alan Dorman
053c466073 vector-builder: Break recursion 2017-12-20 09:17:45 +01:00
Michael Alan Dorman
4fa4348dea Remove various package overrides 2017-12-20 09:17:45 +01:00
Michael Alan Dorman
461f311e35 haskell-src-exts: 1.19.1 is now the default version 2017-12-20 09:17:45 +01:00
Michael Alan Dorman
22ef441cfa optparse-applicative: 0.14 is now the default version
Remove references to when it was non-default.
2017-12-20 09:17:45 +01:00
Peter Simons
9f30660e02 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.7-2-gcba0663 from Hackage revision
ad20994c04.
2017-12-20 09:17:45 +01:00
Peter Simons
f1736d1d42 hackage2nix: downgrade llvm-hs to avoid bug in cabal-install
$ cabal get llvm-hs
  Downloading llvm-hs-5.1.1...
  Invalid package llvm-hs-5.1.1
2017-12-20 09:17:44 +01:00
Peter Simons
c13330c160 LTS Haskell 10.0 2017-12-20 09:17:44 +01:00
Peter Simons
c9bed891f6 sane-backends: enable support for PNG 2017-12-20 09:16:54 +01:00
Orivej Desh
b693f989f6 keepassxc: support macOS
Closes #32879, taking the new description from the PR
2017-12-20 08:10:05 +00:00
Jan Tojnar
e2f76df643
gnome3.anjuta: clean up 2017-12-20 07:35:56 +01:00
Jan Tojnar
6002d1785d
gnome3.evolution_data_server: clean up 2017-12-20 07:35:56 +01:00
Orivej Desh
c47ac0d8bf
Merge pull request #32867 from yegortimoshenko/20171219.103133/propagate-murrine
themes: propagate gtk-murrine-engine, resolves #16268
2017-12-20 04:16:52 +00:00
Jan Tojnar
f5d7b05f1e
gnome3.glade: enable libgladepython 2017-12-20 05:16:51 +01:00
Jan Tojnar
c6e9acc3eb
gnome3.gnome_desktop: clean up 2017-12-20 05:16:51 +01:00
Jan Tojnar
e6936dd556
gnome3.gnome_keyring: clarify Python version & enable tests 2017-12-20 05:16:50 +01:00
Jan Tojnar
a0a692b3a3
gnome3.gnome_control_center: clean up 2017-12-20 05:16:49 +01:00
Jan Tojnar
69fa2d6bfb
Merge branch 'termite-v13' 2017-12-20 04:51:26 +01:00
Orivej Desh
febcb6679f snappy: build shared library
See f689a6d1c6

Closes #32880
2017-12-20 03:43:01 +00:00
Orivej Desh
3445138387
Merge pull request #32833 from jtojnar/vala-cleanup
Vala cleanup
2017-12-20 03:40:33 +00:00
Orivej Desh
491829e418 nylas-mail-bin: use canonical amazon s3 domain 2017-12-20 01:34:27 +00:00
Orivej Desh
87fa72f0ef grafana: use canonical amazon s3 domain 2017-12-20 01:34:23 +00:00
Orivej Desh
9c65f44a1d
Merge pull request #32872 from yegortimoshenko/20171219.232832/pup
pup: rename attr go-pup -> pup, clean up, 20160425-e76307d -> 0.4.0, add meta
2017-12-20 01:20:32 +00:00
Yegor Timoshenko
40702af936
buildGoPackage: fill in meta.homepage 2017-12-20 01:07:14 +00:00
Yegor Timoshenko
c8adf82928
pup: add meta 2017-12-20 01:05:05 +00:00
Yegor Timoshenko
102f8a8907 pup: clean up, 20160425-e76307d -> 0.4.0 2017-12-20 01:04:25 +00:00
Yegor Timoshenko
ec10cd528e
pup: rename attr, go-pup -> pup 2017-12-20 01:04:01 +00:00
Orivej Desh
c7c79eb19c
Merge pull request #32857 from acowley/nix-info
nix-info: apply SC1117 suggested fix
2017-12-20 00:17:55 +00:00
Yegor Timoshenko
dfcbbd380e
themes: propagate gtk-murrine-engine, resolves #16268 2017-12-19 22:09:32 +00:00
Justin Wood
c6496aea49 erlang: 20.1.7 -> 20.2.2 2017-12-19 22:05:12 +00:00
Jörg Thalheim
acc9a2d071
Merge pull request #32840 from romildo/upd.materia
materia-theme: 20171112 -> 20171213
2017-12-19 21:54:55 +00:00
Yegor Timoshenko
c1cc1a701e mousepad: backport fix of issue 12134, resolves #14862
https://bugzilla.xfce.org/show_bug.cgi?id=12134
2017-12-20 00:40:26 +03:00
Gonzalo Andreani
c9c1ccda4f xfce4-session: Backport lock command setting in xflock4
Up until xfce 4.13, xflock4 only had support for "whitelisted"
(*cough* hardcoded *cough*) locks screens. Version 4.13 added the
ability for the user to specify the lock command via the xfce
settings. This PR backports that functionality

https://github.com/xfce-mirror/xfce4-session/blob/xfce4-session-4.13.0/scripts/xflock4
2017-12-20 00:27:47 +03:00
Sander van der Burg
ab754a40a2 nodePackages: regenerate with node2nix 1.5.0 + add basic Node.js 8.x package set 2017-12-19 22:17:40 +01:00
José Romildo Malaquias
b95f1e2520 jwm: 1651 -> 1653 2017-12-19 18:31:39 -02:00
José Romildo Malaquias
af1327a881 ibm-plex: init at 0.5.3 2017-12-19 18:17:52 -02:00
Maximilian Bode
2bb24283cc docker_compose: add darwin to platforms 2017-12-19 21:12:37 +01:00
Will Dietz
8ad5fc4694 termite: v12 -> v13
https://github.com/thestinger/termite/releases/tag/v13
2017-12-19 14:12:11 -06:00
dywedir
0d85bddd06 rust-bindgen: 0.31.1 -> 0.32.1 2017-12-19 22:06:05 +02:00
Wei Tang
62a974bbbf xfce: delay package selection for pulseaudio volume to nixos modules (#23382)
Now there are separate `xfce4.xfce4mixer_pulse` and `xfce4.xfcevolumed_pulse` attributes for PulseAudio versions of these packages, instead of relying on Nixpkgs option. Mind that xfce4-volumed and xfce4-volumed-pulse are actually two separate programs without much overlap.
2017-12-19 22:28:12 +03:00
Orivej Desh
d045d62500
Merge pull request #32569 from magnetophon/blsd
blsd: init at unstable-2017-07-27
2017-12-19 18:42:01 +00:00
Markus Hauck
6bb1817999 http-prompt: disable tests
The http-prompt tests do something with files, which leads to
permission errors during test execution.

For now replace the check with a executable sanity check
2017-12-19 19:09:52 +01:00
Anthony Cowley
2e001620d5 nix-info: apply SC1117 suggested fix 2017-12-19 13:05:49 -05:00
Anders Kaseorg
58fd7719ea mosh: Install bash-completion rule
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2017-12-19 18:32:47 +01:00
Michael Raskin
1d7f90cba2 quicklisp-to-nix: update after fixes to our ASDF handling suggested by upstream 2017-12-19 17:55:22 +01:00
John Ericson
13acbeae0b Merge branch 'master' into staging 2017-12-19 11:40:18 -05:00
Jan Tojnar
438d4255a8
finalterm: use more recent vala 2017-12-19 17:25:56 +01:00
Jan Tojnar
c52e085d40
libunity: remove 2017-12-19 17:25:55 +01:00
Jan Tojnar
ae1b059987
vala_0_23: remove 2017-12-19 17:25:55 +01:00
Jan Tojnar
c9bf4b4f05
seafile-shared: use recent vala + clean-up 2017-12-19 17:25:55 +01:00
Jan Tojnar
a91a051332
libunity: use more recent vala 2017-12-19 17:25:54 +01:00
Jan Tojnar
3fa21ca85c
libappindicator-gtk{2,3}: use recent vala 2017-12-19 17:25:54 +01:00
Jan Tojnar
eed3354a4b
libosinfo: 0.2.12 → 1.1.0 2017-12-19 17:25:54 +01:00
Jan Tojnar
7f18bbb642
osinfo-db: init at 20170813 2017-12-19 17:25:53 +01:00
Jan Tojnar
0cdee78c81
osinfo-db-tools: init at 1.1.0 2017-12-19 17:25:53 +01:00
Jan Tojnar
dc8f184e9d
synapse: 0.2.99.1 → 0.2.99.2 2017-12-19 17:25:53 +01:00
Jan Tojnar
c2f3510eaf
vanubi: use more recent vala 2017-12-19 17:25:52 +01:00
Jan Tojnar
f4f9dfee57
midori: use more recent vala 2017-12-19 17:25:52 +01:00
Jan Tojnar
8b7953cea7
gmpc: use recent vala 2017-12-19 17:25:52 +01:00
Jan Tojnar
000ff1959d
libindicate-gtk{2,3}: use recent vala 2017-12-19 17:25:51 +01:00
Jan Tojnar
8a1475a35a
ccnet: use recent vala + clean-up 2017-12-19 17:25:51 +01:00
Jan Tojnar
c747ea1b34
gob2: 2.0.18 → 2.0.20 2017-12-19 17:25:51 +01:00
Jan Tojnar
0c2d0b5564
giv: use recent vala 2017-12-19 17:25:50 +01:00
Jan Tojnar
5a060f2441
shotwell: 0.27.1 → 0.27.2
Clean up, upgrade, switch to recent vala and port to meson.
2017-12-19 17:25:50 +01:00
Jan Tojnar
120f46889c
valum: 0.2.16 → 0.3.14 2017-12-19 17:25:50 +01:00
Jan Tojnar
527f075860
deepin-terminal: 2.6.1 → 2.9.2 2017-12-19 17:25:49 +01:00
Jan Tojnar
8eb81aa830
zssh: init at 1.5c 2017-12-19 17:17:20 +01:00
Jan Tojnar
369cc87a74
gencfsm: 1.8.18 → 1.8.19 2017-12-19 17:17:20 +01:00
Jan Tojnar
12d081f787
libskk: 1.0.2 → 1.0.3 2017-12-19 17:17:20 +01:00
Michael Raskin
e618aad27e lispPackages.cl-fuse: compile the small wrapper library manually, because for some reason NIX_LDFLAGS get lost with the new binutils wrapper 2017-12-19 16:43:18 +01:00
Vladimír Čunát
9b54a00160
Merge #29785: curl: enable kerberos 2017-12-19 15:18:24 +01:00
Vladimír Čunát
13e6a5c561
kerberos: split headers into $dev 2017-12-19 15:18:01 +01:00
Vladimír Čunát
3c51628a4c
fetchurl: switch to the usual curl
I verified that krb5 doesn't need yacc in lib-only build,
simplifying the circular-reference cut.
2017-12-19 15:17:52 +01:00
Peter Simons
523fae925c haskell-pandoc-citeproc: update override 2017-12-19 13:58:52 +01:00
Peter Simons
d323c38082 haskell-htoml-megaparsec: update override for latest megaparsec version 2017-12-19 13:58:52 +01:00
Peter Simons
ee75081370 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.7-2-gcba0663 from Hackage revision
d1e90f94f3.
2017-12-19 13:58:47 +01:00
Peter Simons
53a18401ff hackage2nix: update list of broken builds 2017-12-19 13:58:45 +01:00
Peter Simons
1c988f97e9 LTS Haskell 9.20 2017-12-19 13:58:45 +01:00
Robert Helgesson
424427fb39
perl-boolean: 0.45 -> 0.46 2017-12-19 13:02:30 +01:00
Robert Helgesson
51fcd8831b
perl-B-C: fix homepage 2017-12-19 13:02:29 +01:00
Graham Christensen
035aca9d09
electron: Properly handle evaluating on unsupported archs 2017-12-19 06:48:41 -05:00
José Romildo Malaquias
682022a88a materia-theme: 20171112 -> 20171213 2017-12-19 08:54:45 -02:00
Vladimír Čunát
4378dc92d5
Merge #32816: gnutar: 1.29 -> 1.30 2017-12-19 11:38:27 +01:00
Pavel Goran
502ebb0ae5
perl-File-Slurper: 0.010 -> 0.011
Fixes Leont/file-slurp-sane#5.
2017-12-19 11:03:36 +01:00
Vladimír Čunát
4a2340ff6b
Merge branch 'staging' 2017-12-19 10:27:13 +01:00
Vincent Laporte
b4551924b1
Merge pull request #32737 from vbgl/coq-packages-filter
Tidy up the Coq package sets
2017-12-19 10:15:31 +01:00
Bart Brouns
72c5514202 blsd: init at 2017-07-27 2017-12-19 09:40:01 +01:00
Lancelot SIX
982cd565cc
Merge pull request #32447 from lsix/add_djano_hijack_admin
pythonPackages.django_hijack_admin: init at 2.1.5
2017-12-19 09:18:22 +01:00
Lancelot SIX
298f404aeb
Merge pull request #32446 from lsix/update_django_1_11
pythonPackages.django: 1.11.7 -> 1.11.8
2017-12-19 09:16:24 +01:00
volth
489d3e7d06 qemu: fix bin/qemu-kvm on aarch64 + minor fixes
* $out/bin/qemu-kvm should point to qemu-system-aarch64 on aarch64, libvirt expect it
 * makeWrapper codes are separated as some architectures might require additional command flags (https://github.com/NixOS/nixpkgs/issues/31606#issuecomment-349675127)
 * x86_64-on-i686 is not a native emulation and not supported by KVM, so it is removed from the list
2017-12-19 06:22:16 +02:00
Orivej Desh
69345ec37b perlPackages: use ld-is-cc-hook to fix build
after #29396 removed `-L path/to/dir/of/libstdc++.so` from ld flags

See https://github.com/NixOS/nixpkgs/pull/29396#issuecomment-352600129

Module::Build build helper works correctly when LD is unset (taking LD from Perl
config to be `cc`).  However, we can not unset LD because this goes contrary to
the cross compilation effort, and we can not make it propagate ld-is-cc-hook
because it breaks e.g. the build of `libguestfs`. However, #29396 makes LD=ld
incompatible with just 3 perl packages; they are individually fixed by this
commit.
2017-12-19 02:19:35 +00:00
Orivej Desh
e2c8655405 ld-is-cc-hook: init
This hook sets LD to CC, for use with software that works as if LD=$CC when LD
is unset, and does not work when LD=ld.
2017-12-19 01:45:42 +00:00
Orivej Desh
170a964815 makeSetupHook: make the default name "hook" overridable
for occasional convenience while looking at drv paths,
such as in the output of nix-build and nix-diff.
2017-12-19 01:41:31 +00:00
Orivej Desh
8f53673c64
Merge pull request #32768 from yegortimoshenko/electron/1.7.9
electron: 1.8.1 -> 1.7.9
2017-12-18 23:56:04 +00:00
Yegor Timoshenko
a9d212fea4 electron: 1.8.1 -> 1.7.9
1.7.9 is the latest stable, and 1.8.1 is beta and it draws `rambox` as a white
rectangle (after a few manipulations with the window such as hiding, showing,
resizing): https://github.com/NixOS/nixpkgs/pull/32741#issuecomment-352203170
2017-12-18 23:52:11 +00:00
Jan Tojnar
64cc62162d
Merge pull request #32793 from jtojnar/telepathy
Telepathy updates
2017-12-19 00:47:18 +01:00
Tuomas Tynkkynen
fa822161b9 bmap-tools: init at 3.4 2017-12-19 01:12:14 +02:00
Benjamin Staffin
4ec5c79d60
signal-desktop-beta: init at 1.1.0-beta.5 (#32619)
Signal is a bit like google-chrome, wherein the beta version
is independent from the release builds and uses different data
locations and binary names.
2017-12-18 17:20:57 -05:00
Francesco Gazzetta
e7d49d6dba warzone2100: 3.2.2 -> 3.2.3 2017-12-18 22:14:08 +00:00
Joachim F
50f5cf6537
Merge pull request #32820 from mdorman/emacs-updates
Semi-automated Emacs package updates
2017-12-18 21:53:09 +00:00
Thomas Tuegel
86311030cf
haskell: set buildInputs in nix-shell env
systemBuildInputs goes in buildInputs (instead of nativeBuildInputs) so that
NIX_CFLAGS_* is set correctly and gcc works.
2017-12-18 13:49:18 -06:00
Michael Raskin
67f9fd9e9f
Merge pull request #32788 from fahadsadah/master
weechat: 1.9.1 -> 2.0
2017-12-18 19:39:23 +00:00
Tim Steinbach
6e7944b55e
linux-copperhead: 4.14.6.a -> 4.14.7.a 2017-12-18 13:56:21 -05:00
Michael Alan Dorman
21bcd523eb emacsPackagesNg: mark -rtags packages broken
They're all trying to use the same `configure` script that expects
/bin/bash.  This should be correctable.
2017-12-18 13:54:17 -05:00
Michael Alan Dorman
e529c6fd1f emacsPackageNg: Mark some broken packages...broken 2017-12-18 13:54:17 -05:00
Michael Alan Dorman
b0860b2a3c melpa-packages: 2017-12-18 2017-12-18 13:54:17 -05:00
Michael Alan Dorman
e349a987e9 melpa-stable-packages: 2017-12-18 2017-12-18 13:54:17 -05:00
Michael Alan Dorman
018db6a168 org-packages: 2017-12-18 2017-12-18 13:54:17 -05:00
Michael Alan Dorman
a44b7bcbe2 elpa-packages: 2017-12-18 2017-12-18 13:54:17 -05:00
Orivej Desh
5b6c5964b0 Revert "cairo: bugfix 1.14.10 -> 1.14.12"
This reverts commit fc5756ea5e.

It hangs in cairo_image_surface_create_from_png_stream consuming 100% CPU when
png is malformed:
fc5756ea5e
2017-12-18 18:18:15 +00:00
Yell0w Ghost
d9f4f9e3f9 xfdesktop: fix #12832 GTK 2.24.31 regression
Contains bug fix for #12832 which solves issue with GTK 2.24.31
regression - grayed out folders in wallpaper chooser dialog.
2017-12-18 18:17:51 +00:00
Shea Levy
c6c05dd255
gurobipy: Use buildPythonPackage on Darwin. 2017-12-18 13:07:41 -05:00
Shea Levy
03e10f8535
gurobipy: Use buildPythonPackage on Linux 2017-12-18 12:42:54 -05:00
Jan Tojnar
0875bea675
Merge pull request #32815 from jtojnar/evince-cleanup
gnome3.evince: clean up
2017-12-18 18:00:12 +01:00
Dan Peebles
bba5d625fb gnutar: 1.29 -> 1.30 2017-12-18 11:49:18 -05:00
Orivej Desh
745be0cb61 mpv: fix build with libva 2 2017-12-18 16:43:24 +00:00
Tim Steinbach
8faa0c91aa
Merge pull request #32810 from lierdakil/patch-1
atom-beta: 1.23.0-beta0->1.24.0-beta1
2017-12-18 16:39:03 +00:00
Orivej Desh
b29c78df66 gst_all_1.gst-vaapi: 1.12.3 -> 1.12.4 2017-12-18 16:17:50 +00:00
Jan Tojnar
e56c00c9dd
gnome3.evince: clean up
There was som cruft, for example, dogtail tests were removed long time ago.
2017-12-18 17:14:41 +01:00
Orivej Desh
964008db40
Merge pull request #32745 from davidak/elementary-xfce
elementary-xfce-icon-theme: init at 2017-11-28
2017-12-18 16:13:49 +00:00
Fahad Sadah
60e937b8b2 build-support: tidy fetchSvn
Remove old workaround rendered unnecessary by af9db522cf
2017-12-18 15:56:53 +00:00
Orivej Desh
7c58e8dfc2 Merge branch 'master' into staging
* master: (125 commits)
  scummvm: fix eval
  tinycc: 0.9.27pre-20171016 -> 0.9.27
  Update terraform provider versions
  vscode: 1.18.1 -> 1.19.0
  linux: 4.14.6 -> 4.14.7
  scummvm: 1.9.0 -> 2.0.0
  cmst: 2017.03.18 -> 2017.09.19
  albert: 0.14.7 -> 0.14.14
  obs-studio: fix vlc plugin
  ffmpeg, ffmpeg-full: 3.4 -> 3.4.1
  uchiwa: 0.26.3 -> 1.1.0
  linux-testing: 4.15-rc3 -> 4.15-rc4
  steam: override nss, nspr, fixes #32781
  ponyc: 0.20.0 -> 0.21.0
  pythonPackages.pwntools: disable tests
  gnome3.gnome-tweak-tool: 3.26.3 → 3.26.4
  vim-rhubarb: init at 2017-06-28
  atom: depend on libsecret
  nvidia-settings: Make sure binary can find libXv.so
  backblaze-b2: 0.6.2 -> 1.1.0
  ...
2017-12-18 15:56:03 +00:00
Orivej Desh
68d57167b0 scummvm: fix eval 2017-12-18 15:44:06 +00:00
Vincent Laporte
fcb89df111
coqPackages.multinomials: init at 1.0 2017-12-18 15:30:38 +00:00
Vincent Laporte
4c454a3208
coq: minor cleaning 2017-12-18 15:30:36 +00:00
Vincent Laporte
d9f41a5bce
coqPackages: move to a separate file and filter the package set 2017-12-18 15:30:36 +00:00
Joachim Fasting
3b367119ee
tinycc: 0.9.27pre-20171016 -> 0.9.27 2017-12-18 16:06:42 +01:00
Nikolay Yakimov
ca56287e15
atom-beta: 1.23.0-beta0->1.24.0-beta1 2017-12-18 17:30:41 +03:00
Orivej Desh
c4b71137bf
Merge pull request #32725 from yegortimoshenko/fribidi
fribidi: update source
2017-12-18 13:25:30 +00:00
Orivej Desh
89df287f79
Merge pull request #32789 from romildo/upd.csmt
cmst: 2017.03.18 -> 2017.09.19
2017-12-18 13:23:15 +00:00
Mateusz Kowalczyk
d34860b0ce Update terraform provider versions
-scaffolding is a new meta repo, exclude it explicitly from update script
2017-12-18 13:18:52 +00:00
Joachim F
5450c225ae
Merge pull request #32775 from kamilchm/ponyc
ponyc: 0.20.0 -> 0.21.0
2017-12-18 12:36:52 +00:00
Tim Steinbach
e0cbd73646
vscode: 1.18.1 -> 1.19.0 2017-12-18 07:02:54 -05:00
Tim Steinbach
cbd337b2d0
linux: 4.14.6 -> 4.14.7 2017-12-18 06:57:49 -05:00
Jörg Thalheim
dc5127d8d5
Merge pull request #32798 from romildo/upd.albert
albert: 0.14.7 -> 0.14.14
2017-12-18 11:05:27 +00:00
Jörg Thalheim
fe94055915
Merge pull request #32642 from rycee/bump/electron-cash
electron-cash: 2.9.4 -> 3.0
2017-12-18 10:26:52 +00:00
Peter Hoeg
e198522137 scummvm: 1.9.0 -> 2.0.0 2017-12-18 17:56:50 +08:00
José Romildo Malaquias
5fa03bf737 cmst: 2017.03.18 -> 2017.09.19 2017-12-18 07:46:51 -02:00
José Romildo Malaquias
384b760824 albert: 0.14.7 -> 0.14.14 2017-12-18 07:16:21 -02:00
Cray Elliott
52b8b7b02f obs-studio: fix vlc plugin
previous obs could not find libvlc.so so I addded the path to
it to LD_LIBRARY_PATH
2017-12-17 23:00:48 -08:00
Cray Elliott
c1e8fea4fc ffmpeg, ffmpeg-full: 3.4 -> 3.4.1
also remove CVE patch, it is upstream in v3.4.1
2017-12-17 23:00:05 -08:00
Peter Hoeg
2e2c2cad6c uchiwa: 0.26.3 -> 1.1.0 2017-12-18 14:00:50 +08:00
Yegor Timoshenko
951c5d3b7d fribidi: update source
The old site redirects to GitHub.
2017-12-18 05:34:26 +00:00
aszlig
5c83aed32d
linux-testing: 4.15-rc3 -> 4.15-rc4
Built successfully on x86_64-linux.

I've verified the contents of the tarball by comparing its contents
against the tag of my local checkout. Furthermore, I've checked the GPG
signature of the tag.

Signed-off-by: aszlig <aszlig@nix.build>
2017-12-18 05:54:47 +01:00
Jan Tojnar
bfbfea98ea
telepathy_qt: 0.9.6.1 → 0.9.7 2017-12-18 05:23:26 +01:00
Jan Tojnar
a5b2c29761
telepathy_mission_control: 5.16.3 → 5.16.4 2017-12-18 05:23:25 +01:00
Jan Tojnar
76f9a4d711
telepathy_logger: 0.8.0 → 0.8.2 2017-12-18 05:23:25 +01:00
Jan Tojnar
3253b1f50a
telepathy_gabble: 0.18.2 → 0.18.3 2017-12-18 05:23:24 +01:00
Fahad Sadah
e2eb563497 weechat: 1.9.1 -> 2.0 2017-12-18 01:33:36 +00:00
Jan Tojnar
3366ce99df
Merge pull request #32750 from jtojnar/gupdates
GNOME updates
2017-12-18 02:20:35 +01:00
Orivej Desh
2366009845
Merge pull request #32690 from thanegill/airtame-init
airtame: init at 3.0.1
2017-12-18 01:20:26 +00:00
Jan Tojnar
0a8b47d709
Merge pull request #32749 from jtojnar/gnome-gtk2-cleanup
Minor GNOME cleanups
2017-12-18 02:18:42 +01:00
Orivej Desh
7bd04329a0
Merge pull request #32783 from yegortimoshenko/steam/nss
steam: override nss, nspr, fixes #32781
2017-12-18 01:01:40 +00:00
davidak
bf75e9b57a elementary-gtk-theme: init at 5.1.1 2017-12-18 01:44:57 +01:00
Piotr Bogdan
16dc6bf521 steam: override nss, nspr, fixes #32781 2017-12-18 00:20:23 +00:00
davidak
9833b918c7 elementary-xfce-icon-theme: init at 2017-11-28 2017-12-18 00:33:47 +01:00
Kamil Chmielewski
860ce9e386 ponyc: 0.20.0 -> 0.21.0
https://github.com/ponylang/ponyc/issues/2379
2017-12-17 21:52:11 +01:00
Kristoffer Søholm
56949d7e75 pythonPackages.pwntools: disable tests
There aren't any tests to run, and now the package fails to build
because of a crash while looking if there are any tests.
2017-12-17 20:03:24 +01:00
Samuel Leathers
6649ece637
Merge pull request #32752 from Izorkin/libmodsecurity
libmodsecurity: 3.0.0-2017-11-17 -> 3.0.0 Stable
2017-12-17 13:28:14 -05:00
Jan Tojnar
98adff8b1a
gnome3.gnome-tweak-tool: 3.26.3 → 3.26.4
Also cleaned up and sent patches upstream.
2017-12-17 19:22:00 +01:00
Samuel Leathers
cfa5bb8d1e
Merge pull request #32742 from afldcr/master
gitea: 1.2.3 -> 1.3.2
2017-12-17 12:53:53 -05:00
Jörg Thalheim
4ad4890d3e
Merge pull request #32764 from LnL7/vim-rhubarb
vim-rhubarb: init at 2017-06-28
2017-12-17 09:53:37 -08:00
Samuel Leathers
71bb7cc2a7
Merge pull request #32756 from romildo/upd.iwd
iwd-unstable: 2017-09-22 -> 2017-12-14
2017-12-17 12:24:35 -05:00
Daiderd Jordan
37196b9efa
vim-rhubarb: init at 2017-06-28 2017-12-17 17:45:57 +01:00
Domen Kožar
75417d8781
atom: depend on libsecret
To support: $ atom -d
2017-12-17 15:59:05 +00:00
Mateusz Kowalczyk
34b0c1c417 nvidia-settings: Make sure binary can find libXv.so 2017-12-17 15:34:51 +00:00
Jan Malakhovski
ea477463a2 libtoxcore-old: remove unused derivation 2017-12-17 14:33:45 +00:00
SLNOS
205d7f6297 ratox: 0.2.1 -> 0.4 2017-12-17 14:33:45 +00:00
David Tulig
ead4eca0b6 backblaze-b2: 0.6.2 -> 1.1.0 2017-12-17 14:13:42 +00:00
Shaun Sharples
23565a2574 factorio: 0.15.37 -> 0.15.40
stable is now 0.15.40
demo: 0.15.33 -> 0.15.36
2017-12-17 16:08:02 +02:00
Mateusz Kowalczyk
32a00e9290 lightdm-gtk-greeter: 2.0.1 -> 2.0.3 2017-12-17 13:58:47 +00:00
Francois-Rene Rideau
59f4026b53 directvnc: 0.7.5-test-051207 -> 0.7.7.2015-04-16 2017-12-17 13:57:36 +00:00
Orivej Desh
0fdb4473f6
Merge pull request #32587 from tristan0x/assimp4
assimp: 3.3.1 -> 4.1.0
2017-12-17 13:40:39 +00:00
Kai Harries
94cec9d326 lbdb: 0.44 -> 0.45.3 2017-12-17 13:31:31 +00:00
Mateusz Kowalczyk
84cfcb81eb firefox-devedition-bin: 58.0b9 -> 58.0b11 2017-12-17 13:29:04 +00:00
Orivej Desh
c13c93f03b drat-trim: fix build on darwin 2017-12-17 13:19:34 +00:00
Orivej Desh
6cab82d1b4 myrica: fix build on darwin 2017-12-17 13:19:34 +00:00
Orivej Desh
4c3ccaf418
Merge pull request #32753 from ikervagyok/btrfs-progs
btrfs-progs: 4.13.3 -> 4.14
2017-12-17 13:01:30 +00:00
José Romildo Malaquias
902105abb9 iwd-unstable: 2017-09-22 -> 2017-12-14
- Update to the latest commit
- Package distributed tools and docs
- Add license
2017-12-17 10:41:06 -02:00
Izorkin
ee6bdc8bb4 libmodsecurity: 3.0.0-2017-11-17 -> 3.0.0 Stable 2017-12-17 13:04:11 +03:00
Lengyel Balazs
1b01ec13f6 btrfs-progs: 4.13.3 -> 4.14
added `zstd` as a dependency to fix compilation.
2017-12-17 10:48:49 +01:00
Jan Tojnar
cfcb02214e
webkitgtk218x: make gtk2 optional 2017-12-17 10:02:20 +01:00
Jan Tojnar
0cc5034aa5
gnome3.pomodoro: clean up 2017-12-17 10:02:19 +01:00
Peter Simons
2737faba47
Merge pull request #32746 from jtojnar/bustle
haskellPackages.bustle: build icons and metadata
2017-12-17 08:42:05 +01:00
Jörg Thalheim
70fd5c4fc7
Merge pull request #32388 from mikefaille/master
kubernetes-helm: 2.6.1 -> 2.7.2
2017-12-16 23:27:30 -08:00
Jörg Thalheim
bc97af0b31
Merge pull request #32449 from Izorkin/ModSecurity-nginx
nginxModules.ModSecurity-beta: 2017-06-17 -> 2017-08-23
2017-12-16 23:21:12 -08:00
Jörg Thalheim
0643952fa5
Merge pull request #32375 from volth/oracle-jdk-remove-redundand-asserts
oraclejdk: remove redundant asserts
2017-12-16 23:20:45 -08:00
Jörg Thalheim
28541e2a3f
Merge pull request #32615 from xvapx/asar
nodePackages.asar: init at 0.14.0
2017-12-16 23:20:29 -08:00
Jan Tojnar
04dd10f8a5
gnome3.devhelp: 3.26.3 → 3.26.4 2017-12-17 06:33:32 +01:00
Jan Tojnar
5c9694efb6
gnome3.gtksourceview: 3.24.5 → 3.24.6 2017-12-17 06:33:32 +01:00
Jan Tojnar
61fe371a4c
gnome3.gnome-user-docs: 3.26.2 → 3.26.2.1 2017-12-17 06:33:32 +01:00
Jan Tojnar
a5cec732d2
gnome3.gnome_online_accounts: 3.26.1 → 3.26.2 2017-12-17 06:33:31 +01:00
Jan Tojnar
45c46aef02
gnome3.evolution-data-server: 3.26.2.1 → 3.26.3 2017-12-17 06:33:31 +01:00
Jan Tojnar
a78ef5938d
gnome3.epiphany: 3.26.3 → 3.26.4 2017-12-17 06:33:31 +01:00
Jan Tojnar
336f908f7a
gnome3.gnome-photos: 3.26.2 → 3.26.3 2017-12-17 06:33:30 +01:00
Jan Tojnar
f51eef1e75
gnome3.evolution: 3.26.2 → 3.26.3 2017-12-17 06:33:30 +01:00
Jan Tojnar
e9ead48949
gegl_0_3: 0.3.24 → 0.3.26 2017-12-17 06:33:29 +01:00
Michaël Faille
8074a016fb kubernetes-helm: 2.6.1 -> 2.7.2 2017-12-17 05:05:52 +00:00
Orivej Desh
fe9bf3ed23
Merge pull request #32648 from berce/upstream-kicad
kicad: init unstable at version 2017-12-11
2017-12-17 05:03:29 +00:00
Orivej Desh
c780dba59c kicad: show version 2017-12-17 05:02:51 +00:00
Orivej Desh
f314157041 kicad-unstable: set version 2017-12-17 04:49:00 +00:00
Orivej Desh
a9f83b1203
Merge pull request #32409 from romildo/fix.network-manager-applet
libdbusmenu: 12.10.12 -> 16.04.0; network-manager-applet: enable appindicator support
2017-12-17 04:34:39 +00:00
Orivej Desh
d6b27ad35f
Merge pull request #32419 from ryneeverett/init-lynis
lynis: init at 2.5.7
2017-12-17 04:32:36 +00:00
ryneeverett
eda63dfabb lynis: init at 2.5.7 2017-12-17 04:31:12 +00:00
Samuel Leathers
a76896ea2c
Merge pull request #32748 from andrestylianos/joker
joker: 0.8.6 -> 0.8.7
2017-12-16 23:27:04 -05:00
Orivej Desh
4de81540df
Merge pull request #32427 from TravisWhitaker/cudnn
cuDNN 7.0.3 -> 7.0.5
2017-12-17 04:25:42 +00:00
Orivej Desh
eca6ab79f1
Merge pull request #32498 from dylex/patch-1
Don't set cxx_stdlib when nativeTools on linux
2017-12-17 04:24:19 +00:00
Dylan Simon
0c62b7cd74 cc-wrapper: don't set cxx_stdlib when nativeTools is true
There are no gcc paths on nativeTools, and cc isn't set.
2017-12-17 04:23:54 +00:00
Orivej Desh
14ea28807d
Merge pull request #32561 from mikoim/pkg/myrica
myrica: init at 2.011.20160403
2017-12-17 04:22:22 +00:00
Orivej Desh
3766aa834d
Merge pull request #32558 from mikoim/pkg/mplus
mplus-outline-fonts: 062 -> 063
2017-12-17 04:15:54 +00:00
Eshin Kunishima
8b07461072 myrica: init at 2.011.20160403 2017-12-17 04:14:53 +00:00
Orivej Desh
609bf27001
Merge pull request #32603 from mogorman/esniper-2.33.0-git
esniper: 2.33.0 -> 2.33.0-git
2017-12-17 03:55:18 +00:00
Matthew O'Gorman
d7426b378e esniper: 2.33.0 -> 2.33.0.2017-11-06
esniper from sourceforge is incompatible with latest changes on ebay. This is a fork used by arch that has the problem solved.
2017-12-17 03:54:23 +00:00
Orivej Desh
25dbba0bf2 pioneer: 20160116 -> 20171001 2017-12-17 03:46:27 +00:00
André Stylianos Ramos
dac6aa7d4e joker: 0.8.6 -> 0.8.7 2017-12-17 04:40:53 +01:00
Jan Tojnar
2d084a349e
gnome3.libgnomekbd: clean up 2017-12-17 04:38:11 +01:00
Jan Tojnar
9f364c9e8f
gnome3.gnome_control_center: clean up 2017-12-17 04:15:00 +01:00
Orivej Desh
9a491ae036 dovecot_pigeonhole: 0.4.20 -> 0.4.21 2017-12-17 02:59:59 +00:00
Orivej Desh
0aa10a7fa6 dovecot: 2.2.32 -> 2.2.33.2 2017-12-17 02:59:38 +00:00
Orivej Desh
9f22f0b902 airtime: move files to opt/airtime, add needed libraries 2017-12-17 02:56:32 +00:00
Orivej Desh
24b7408881
Merge pull request #32703 from volth/patch-80
qemu: 2.10.1 -> 2.11.0
2017-12-17 02:23:17 +00:00
Jan Tojnar
c67782964e
gnome3.gnome-clocks: clean up 2017-12-17 03:07:37 +01:00
Jan Tojnar
aab23bc3b6
gnome3.gsound: do not depend on GTK 2 2017-12-17 02:56:31 +01:00
Jan Tojnar
224853d4dc
libcanberra: init without gtk 2017-12-17 02:54:24 +01:00
Orivej Desh
1b3f837002
Merge pull request #32640 from Ralith/vulkan
vulkan-loader: 1.0.42.2 -> 1.0.61.1
2017-12-17 01:00:57 +00:00
Thane Gill
51c0ddc9e1 airtame: init at 3.0.1 2017-12-17 00:56:40 +00:00
Jan Tojnar
2c87db3cf2
gnome3.mutter: clean up 2017-12-17 01:45:22 +01:00
Orivej Desh
d8f668c7b3
Merge pull request #32643 from kini/drat-trim
drat-trim: init at 2017-08-31
2017-12-17 00:31:25 +00:00
Keshav Kini
7b6b074829 drat-trim: init at 2017-08-31
DRAT-trim is a tool which can be used to make SAT solvers (such as
glucose and glucose-syrup, which are in nixpkgs) more useful by
checking their work.  It has become well-accepted in the SAT solver
development community and has been used in the annual SAT competitions
for the last few years.
2017-12-17 00:27:52 +00:00
Bert Moens
5e0344dce9 kicad: add support for oce, ngspice and scripting 2017-12-17 00:20:45 +00:00
Orivej Desh
6ba5caacbd
Merge pull request #32647 from berce/upstream-wxPython
wxPython: enable headers
2017-12-17 00:17:38 +00:00
Bert Moens
af5272f599 kicad: add unstable version 2017-12-17 00:10:28 +00:00
Orivej Desh
98928b81af
Merge pull request #32649 from etu/nvidia-387.34
nvidia-x11: 387.22 -> 387.34
2017-12-17 00:04:26 +00:00
Orivej Desh
b56e3f7125
Merge pull request #32716 from rehno-lindeque/pgbouncer-1.7.2
pgbouncer: init at 1.7.2
2017-12-17 00:01:37 +00:00
Rehno Lindeque
5eed143036 pgbouncer: init at 1.7.2 2017-12-16 23:57:31 +00:00
Orivej Desh
e0029419dd
Merge pull request #32625 from markus1189/minikube
minikube: fix wrong path for localkube
2017-12-16 22:59:58 +00:00
Orivej Desh
97f9bfd280
Merge pull request #32662 from jluttine/add-xlsxwriter
pythonPackages.XlsxWriter: init at 1.0.2
2017-12-16 22:57:47 +00:00
Will Dietz
fcffee2ec5 texlive: fix use of xdvi: add hashes and don't orphan it
Hashes added manually, not using `fixHashes.sh`.

We remove xdvi from collection-basic and put it elsewhere:
previously this was collection-genericextra but that no longer
exist so I suppose it can go in collection-plainextra.
(As mentioned on the issue, might be best to just leave it in basic?)

Fixes #32661.
2017-12-16 22:51:26 +00:00
Orivej Desh
6d6ca9c238
Merge pull request #32689 from yegortimoshenko/garcon/fixes
garcon: fix issues 10967, 12700 (Xfce)
2017-12-16 22:48:10 +00:00
Orivej Desh
775150751d
Merge pull request #32691 from yegortimoshenko/qrencode/4.0.0
qrencode: 3.4.4 -> 4.0.0
2017-12-16 22:46:10 +00:00
Orivej Desh
2f44fbc786
Merge pull request #32696 from yegortimoshenko/ccd2iso/init
ccd2iso: init at 0.3
2017-12-16 22:43:46 +00:00
Yegor Timoshenko
f06c031173 ccd2iso: init at 0.3 2017-12-16 22:41:50 +00:00
Orivej Desh
5b99d2b374
Merge pull request #32727 from bachp/riot-web-0.13.3
riot-web: 0.13.1 -> 0.13.3
2017-12-16 22:35:25 +00:00
Orivej Desh
f38dad3581
Merge pull request #32736 from themoritz/emacs-vfork
pkgs.emacs25: backport patch to fix vfork issue
2017-12-16 22:34:45 +00:00
Moritz Drexl
3d52d43dd9 emacs: enable vfork on darwin
Issue described here:
https://lists.gnu.org/archive/html/bug-gnu-emacs/2017-04/msg00201.html

In particular fixes lagging magit, as described here:
https://magit.vc/manual/magit/MacOS-Performance.html

The .patch file is taken from the reference there.

The fix is in Emacs master, so this patch should be removed when switching to
Emacs 26.1.
2017-12-16 22:25:42 +00:00
Vincent Laporte
32ac626973
ocamlPackages.sexplib: 0.9.3 -> 0.10.0 2017-12-16 21:47:59 +00:00
Orivej Desh
8dc107be5b
Merge pull request #32738 from LambdaP/neovim-viAlias-option
neovim: add viAlias argument
2017-12-16 21:43:46 +00:00
Orivej Desh
ee03ae2c41
Merge pull request #32739 from jtojnar/libpcap-nolimit
libpcap: increase maximum snapshot length for dbus
2017-12-16 21:42:36 +00:00
Jan Tojnar
07c375d9fc
haskellPackages.bustle: build icons and metadata 2017-12-16 22:42:30 +01:00
Orivej Desh
556370ddca
Merge pull request #32740 from dylex/slurm
slurm: 17.02.6 -> 17.02.9 for CVE-2017-15566
2017-12-16 21:36:05 +00:00
Dylan Simon
88c6c1916c slurm: 17.02.6 -> 17.02.9 for CVE-2017-15566 2017-12-16 21:35:10 +00:00
Orivej Desh
a1b57855cf
Merge pull request #32633 from magnetophon/rkrlv2
rkrlv2: b1.0 -> b2.0
2017-12-16 21:25:57 +00:00
Orivej Desh
6dac26591a
Merge pull request #32606 from magnetophon/yoshimi
yoshimi: 1.5.4.1 -> 1.5.5
2017-12-16 21:13:48 +00:00
Orivej Desh
33bad5e471
Merge pull request #32557 from magnetophon/zynaddsubfx
zynaddsubfx: 3.02 -> 3.03
2017-12-16 21:06:51 +00:00
Orivej Desh
f0a8a4ec41
Merge pull request #32744 from woffs/pulsemixer-1.4.0
pulsemixer: 1.3.0-license -> 1.4.0
2017-12-16 20:57:09 +00:00
Orivej Desh
f6dd6a438b
Merge pull request #32741 from gnidorah/rambox
rambox: allow user to disable tooltips
2017-12-16 20:33:26 +00:00
Frank Doepper
bb02a14277 pulsemixer: 1.3.0-license -> 1.4.0 2017-12-16 21:16:06 +01:00
Vladimír Čunát
4c8447bd31
liferea: 1.12-rc3 -> 1.12.0 2017-12-16 20:17:53 +01:00
gnidorah
074a43f3dc rambox: allow user to disable tooltips 2017-12-16 21:36:33 +03:00
Alex Feldman-Crough
98e3a4c879
gitea: 1.2.3 -> 1.3.2 2017-12-16 09:43:13 -08:00
Tim Steinbach
a192ac5959
linux-copperhead: Fix hash 2017-12-16 12:20:24 -05:00
Tim Steinbach
5850e74eee
linux: 4.9.69 -> 4.9.70 2017-12-16 12:11:19 -05:00
Tim Steinbach
9846d74cd2
linux: 4.4.105 -> 4.4.106 2017-12-16 12:11:04 -05:00