Commit Graph

107754 Commits

Author SHA1 Message Date
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
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
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
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
David Tulig
ead4eca0b6 backblaze-b2: 0.6.2 -> 1.1.0 2017-12-17 14:13:42 +00: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
Vladimír Čunát
fc5756ea5e
cairo: bugfix 1.14.10 -> 1.14.12 2017-12-16 17:51:52 +01:00
Vladimír Čunát
21ba964f0b
mesa: maintenance 17.2.6 -> 17.2.7 2017-12-16 17:51:17 +01:00
Vladimír Čunát
07d3bfc4b4
libjpeg(-turbo): 1.5.2 -> 1.5.3 2017-12-16 17:25:39 +01:00
Vladimír Čunát
f7460f6890
Merge #32686: update nodejs and libuv 2017-12-16 17:11:37 +01:00
Michael Raskin
7c91237239
Merge pull request #32731 from yegortimoshenko/graphviz/src
graphviz: cleanup, use autoreconfHook, source from GitLab
2017-12-16 15:39:04 +00:00
Yegor Timoshenko
fcabea616e graphviz: cleanup, source from GitLab 2017-12-16 15:33:28 +00:00
Jan Tojnar
f856f3bf23
libpcap: increase maximum snapshot length for dbus
DBus packet size can be bigger than the size allowed by libpcap,
which breaks applications like bustle.

The issue was fixed upstream so we are backporting the commits.

https://github.com/wjt/bustle/issues/4
2017-12-16 16:22:28 +01:00
Patrick Lambein
15c4b78c36 neovim: add viAlias argument
The argument viAlias mimicks the behavior of vimAlias: when set to true, it
creates a symbolic link from $out/bin/vi to $out/bin/nvim.
2017-12-16 15:38:36 +01:00
Gabriel Ebner
0e37c90d88 biber: add missing dependencies 2017-12-16 14:44:06 +01:00
Gabriel Ebner
d3b918a6dc perlPackages.UnicodeLineBreak: 2015.07.16 -> 2017.004 2017-12-16 14:43:18 +01:00
Gabriel Ebner
d6137df5d2 perlPackages.UnicodeCollate: 1.14 -> 1.25 2017-12-16 14:43:00 +01:00
Gabriel Ebner
0f2a1e9ef9 biber: remove sed workaround
This was fixed by #32717.
2017-12-16 14:23:22 +01:00
Orivej Desh
700e7898b7
Merge pull request #32717 from gebner/perl-builder-env-perl
perl generic builder: recognize #!/usr/bin/env perl
2017-12-16 13:08:05 +00:00
Michiel Leenaars
b2d90f1d64
ocamlPackages.cohttp: 0.99 => 1.0.0
ocamlPackages.git-http: mark as broken
2017-12-16 12:21:00 +00:00
Orivej Desh
3501d81585
Merge pull request #32724 from lukeadams/edk2-update
edk2: 2014-12-10 -> 2017-12-05
2017-12-16 12:11:17 +00:00
Markus Kowalewski
352399e559 airspy: fix installation of udev rules for USB access 2017-12-16 12:52:07 +01:00
Vincent Laporte
12c5fe3e2d ocamlPackages.cairo2: 0.4.6 -> 0.5 2017-12-16 12:14:35 +01:00
Matthias Beyer
79ba686371 mutt: 1.9.1 -> 1.9.2 (#32734) 2017-12-16 11:22:51 +01:00
Vladimír Čunát
0c5f5ba61d
Merge #32718: chromium: 63.0.3239.84 -> 63.0.3239.108 2017-12-16 09:04:21 +01:00
John Wiegley
40627000f7 coq_8_7: 8.7.0 -> 8.7.1 2017-12-15 22:09:15 -08:00
Orivej Desh
dc89304d4d
Merge pull request #32733 from jtojnar/pinentry-1.1
pinentry: 1.0.0 → 1.1.0
2017-12-16 03:54:50 +00:00
Jan Tojnar
bd0d521774
pinentry: override pinentry_ncurses instead of the other way around 2017-12-16 04:39:29 +01:00
Orivej Desh
08ff5462ed edk2 add short-circuit-the-transfer-of-an-empty-S3_CONTEXT.patch
as requested by @lukeadams in
https://github.com/NixOS/nixpkgs/pull/32724#issuecomment-352140119
2017-12-16 03:07:42 +00:00
Luke Adams
237cf9e21f edk2: 2014-12-10 -> 2017-12-05
src was at vUDK2017 tag (2017-06-13), updated to the latest commit in UDK2017 branch.
2017-12-16 03:01:38 +00:00
Jan Tojnar
49993bec81
pinentry: clean up 2017-12-16 03:52:37 +01:00
Jan Tojnar
7ea74f4b7b
pinentry: 1.0.0 → 1.1.0 2017-12-16 03:42:32 +01:00
Jan Tojnar
ba67110de3
pinentry_qt: merge into pinentry 2017-12-16 03:26:30 +01:00
Pascal Bach
bfa16504a8 riot-web: 0.13.1 -> 0.13.3 2017-12-16 00:43:29 +01:00
Vladimír Čunát
0990b2c7fd
Revert "Reverting #32599"
This reverts commit 15d3d68a5e.
The PR is moved from master to staging.
2017-12-15 22:10:12 +01:00