Joachim F
901a0bb9fa
Merge pull request #24908 from adamruzicka/cjdns-v19.1
...
cjdns: 18 -> 19.1
2017-04-16 12:10:59 +01:00
Vladimír Čunát
98777646f9
wxGTK*: avoid the mesa attribute
...
Tested building all wxGTK* and execution of codeblocks.
2017-04-16 13:03:32 +02:00
Vladimír Čunát
2065eea424
mesa: reduce usage of the attribute and explain why
2017-04-16 13:03:15 +02:00
Joachim F
d4d00f8c59
Merge pull request #24875 from matthiasbeyer/update-fava
...
fava: 1.2 -> 1.3
2017-04-16 12:01:37 +01:00
Michael Raskin
ba7151e2b5
clac: add missing expression body; thanks @joachifm for the catch
2017-04-16 12:02:35 +02:00
Nikolay Amiantov
2f09105f3b
mumble_git: 1.3.0-git-2016-04-10 -> 2017-04-16
2017-04-16 12:58:44 +03:00
Nikolay Amiantov
3507da085f
dropbear: fix static build
...
Fixes #24839 . Also change default sftp-server path to a more canonical.
2017-04-16 12:58:27 +03:00
Michael Raskin
c2da0fb22c
clac: init at 20170416
2017-04-16 11:30:23 +02:00
Peter Hoeg
99d4ed5861
bluetooth: use upstream's recommendation for enabling interfaces
...
bluez no longer recommends spawning "hciconfig <device> up" from a udev rule as
the main bluez daemon now supports automatically enabling power for all devices.
Reference: http://www.bluez.org/release-of-bluez-5-35/
2017-04-16 16:57:11 +08:00
Peter Hoeg
4ecafcf5b2
quaternion: init at 2017-04-15
2017-04-16 16:52:59 +08:00
Frederik Rietdijk
5c8ffe0311
Python 3.x: do not regenerate _sysconfigdata
...
This commit fixes several issues:
- as reported in https://github.com/NixOS/nixpkgs/issues/24924 it was
possible that the file _sysconfigdata.pyc was generated after the actual
build of the CPython interpreter. We forgot to regenerate that file
during the build. This is now fixed
- the expression of the 3.3 interpreter now also includes some of the
determinism patches even though the output isn't yet reproducible. The
reason for adding them is that this makes the expressions of the
different interpreters more similar.
- references to -dev packages are now also removed in the 3.6 package,
thereby reducing its closure size
2017-04-16 10:41:35 +02:00
Vladimír Čunát
9ee2143912
treewide: remove unused buildEnv parameters
2017-04-16 10:29:49 +02:00
Jörg Thalheim
0a84b26809
Merge pull request #24935 from jlesquembre/prettier
...
prettier: init at 1.1.0
2017-04-16 09:55:32 +02:00
Guillaume Maudoux
605ce9b241
cppcheck: 0.76.1 -> 0.78 ( #24937 )
...
* cppcheck: 0.76.1 -> 0.78
* cppcheck: enable rule-file support
2017-04-16 09:53:05 +02:00
Jörg Thalheim
787c40677f
Merge pull request #24940 from edef1c/etcd-extraconfig-link
...
etcd module: fix extraConf manual link
2017-04-16 09:47:08 +02:00
Gabriel Ebner
3adc59d5ae
gpxsee: fix open dialog and online maps
2017-04-16 09:42:37 +02:00
Gabriel Ebner
2ec6e82b7f
gpxsee: 2.17 -> 4.3
2017-04-16 09:13:32 +02:00
Peter Hoeg
58db2099b4
spotify: 1.0.52.717 -> 1.0.53.758
...
Additionally:
- some minor cleanups
- define meta.platforms so hydra doesn't try to evaluate at all on i686 instead
of waiting for "assert" to fail.
As spotify is distributing a i686 version, there really is no reason not to
support that. Someone just has to add support for it.
2017-04-16 13:54:43 +08:00
Peter Hoeg
fe7fc0b2ae
calibre: 2.82.0 -> 2.83.0
2017-04-16 12:19:58 +08:00
edef
27e750e29b
etcd module: fix extraConf manual link
2017-04-16 00:26:23 +02:00
José Luis Lafuente
b7b85316fd
prettier: init at 1.1.0
2017-04-15 20:36:57 +02:00
sternenseemann
f0fac3b578
abcde: add glyr as dep to enable getalbumart
2017-04-15 19:29:02 +02:00
sternenseemann
5b065a5ba5
glyr: init at 1.0.10
2017-04-15 18:40:23 +02:00
William Casarin
209e8e53fb
cargo-edit: init at 0.1.6
2017-04-15 09:17:21 -07:00
Profpatsch
7df8e53d28
psc-package: init at 0.1.1
2017-04-15 16:10:13 +02:00
José Luis Lafuente
f09c2e7745
chrome 59 requieres gtk3
2017-04-15 15:35:42 +02:00
Jörg Thalheim
43c436af27
Merge pull request #24928 from Mic92/powertop
...
powertop: add module
2017-04-15 15:19:13 +02:00
Jörg Thalheim
b9d9083322
powertop: add module
2017-04-15 15:17:02 +02:00
taku0
692ea2b6e9
thunderbird: 52.0 -> 52.0.1
2017-04-15 22:09:15 +09:00
taku0
dac0ad26c9
thunderbird-bin: 52.0 -> 52.0.1
2017-04-15 21:44:56 +09:00
Jörg Thalheim
e8d5af0bd8
buildRustPackage: only copy executables to bin
...
in newer rust versions also *.rlib files are put into this directory
2017-04-15 13:26:51 +02:00
Jörg Thalheim
be70c02461
buildRustPackage: add standard package hooks
...
when overriding build phases also the standard hooks should be called
2017-04-15 13:26:51 +02:00
Jörg Thalheim
33cfee8177
buildRustPackage: add cargoBuildFlags
2017-04-15 13:26:50 +02:00
Jörg Thalheim
26f5fa8f97
Merge pull request #24922 from phunehehe/haskell-shell-hook
...
haskell-modules: fix shell hook
2017-04-15 12:34:41 +02:00
Robert Helgesson
45cb7c2c0e
comic-relief: change download URL
...
The previous URL is broken.
2017-04-15 12:04:37 +02:00
Mikael Brockman
4f3caee682
intel-gpu-tools: 1.17 -> 1.18 ( #24920 )
...
Version 1.17 fails to build with the current libdrm
because of a changed struct (`drm_event_vblank`).
I had to patch `tools/Makefile.am` to use `GLIB_CFLAGS`;
otherwise, the build failed to find `glib.h`.
2017-04-15 11:32:46 +02:00
Michael Raskin
b454dcd0e0
safefile: init at 1.0.5
2017-04-15 10:59:16 +02:00
Jaka Hudoklin
a98c26cdc4
Merge pull request #24921 from peterhoeg/f/k8s
...
kubernetes: fix interpolation error and move services to own target
2017-04-15 10:43:25 +02:00
Hoang Xuan Phu
2fde20e271
haskell-modules: fix shell hook
...
26623240e9
lacks a newline
2017-04-15 16:33:07 +08:00
Jörg Thalheim
d5afba485b
rpm: fix rpmquery/rpmverify symlinks
2017-04-15 10:24:16 +02:00
armijnhemel
fed7d4a6e9
RPM: 4.13.0-rc1 -> 4.13.0.1 ( #24910 )
2017-04-15 10:18:04 +02:00
Peter Hoeg
b7d2ffeb46
tensor: use date as version i/o git rev
2017-04-15 16:02:42 +08:00
Jörg Thalheim
78e1843730
Merge pull request #24916 from sigma/pr/ghq
...
ghq: init at 0.7.4
2017-04-15 09:45:16 +02:00
Jörg Thalheim
4a0be7837c
Merge pull request #24917 from sigma/pr/fzf
...
fzf: 0.16.4 -> 0.16.6
2017-04-15 09:41:53 +02:00
Sophia Gold
76b8ce3023
simgrid: 3.11.1 -> 3.15
2017-04-15 08:22:02 +02:00
Michael Raskin
3368583e32
Merge pull request #24918 from sigma/pr/lftp
...
lftp: 4.7.6 -> 4.7.7
2017-04-15 08:15:25 +02:00
John Ericson
3bff114d95
Merge pull request #24871 from elitak/cross-staging
...
Various small crossDrv fixes
2017-04-15 01:27:05 -04:00
Yann Hodique
7a8ef9c6bd
lftp: 4.7.6 -> 4.7.7
2017-04-14 21:43:24 -07:00
Yann Hodique
e0ed784c06
fzf: 0.16.4 -> 0.16.6
2017-04-14 21:38:31 -07:00
Yann Hodique
04b30942bf
ghq: init at 0.7.4
2017-04-14 20:59:45 -07:00