Commit Graph

123150 Commits

Author SHA1 Message Date
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
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
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
Joachim F
50f5cf6537
Merge pull request #32820 from mdorman/emacs-updates
Semi-automated Emacs package updates
2017-12-18 21:53:09 +00: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