Nikolay Amiantov
9c431b77ff
make-initrd: store all files with root as owner
2015-12-28 12:07:11 +03:00
Domen Kožar
688ff0c0dc
Merge pull request #11992 from dezgeg/pr-update-diffoscope
...
diffoscope: 29 -> 44
2015-12-28 07:46:12 +01:00
Dan Peebles
7195e6e14f
goPackages.hugo: init at 0.15
...
Also had to add tons of other packages used as dependencies
2015-12-27 22:43:12 -05:00
Tuomas Tynkkynen
eae60d2f40
diffoscope: Add more tools to the runtime path
2015-12-28 02:28:01 +02:00
Tuomas Tynkkynen
7e85fdc6df
diffoscope: 29 -> 44
...
Relevant changes:
- Python version switched to Python 3
- ssdeep library got replaced with tlsh
- the 'magic' Python package got replaced with a different one
- Minor build system improvements == less work for us
2015-12-28 02:27:44 +02:00
Tuomas Tynkkynen
f5b6ced7ec
pythonPackages.tlsh: init at 3.4.1
...
This C extension is a bit funky since it needs cmake to be run to
generate some header file before it can be built.
2015-12-28 02:27:44 +02:00
Tuomas Tynkkynen
c0aada1e1f
rpm: Hack fix finding libpython when compiling for Python 3
...
Currently, building RPM with `python = python3` causes this:
checking for a Python interpreter with version >= 2.6... python3
checking for python3... /nix/store/dykqxnrwiz9drlcv2wy8lpvl3xvklx0g-python3-3.4.3/bin/python3
checking for python3 version... 3.4
checking for Python.h... yes
checking for library containing Py_Main... no
configure: error: missing python library
That comes from this snippet in configure.ac:
AC_SEARCH_LIBS([Py_Main],[python${PYTHON_VERSION} python],[
WITH_PYTHON_LIB="$ac_res"
],[AC_MSG_ERROR([missing python library])
])
So it's looking for (e.g) `libpython3.4.so` wheras we have `libpython3.4m.so`.
Patching the configure script to match seems to make that work (although
I don't really understand what the heck is this 'm' business about).
2015-12-28 02:16:23 +02:00
Peter Simons
71e0a6ae4f
Merge pull request #11947 from exi/taglib_extas-fix
...
taglib-extras: make taglib-extras work with taglib > 1.9
2015-12-27 23:26:46 +01:00
Peter Simons
f1cacf5de3
Merge pull request #11986 from mayflower/update-apache
...
apacheHttpd: 2.4.17 -> 2.4.18
2015-12-27 23:25:42 +01:00
Tobias Geerinckx-Rice
4ef9b7558f
saneBackendsGit: 2015-12-20 -> 2015-12-27
2015-12-27 22:56:43 +01:00
Robin Gloster
566c06c5a7
apacheHttpd: 2.4.17 -> 2.4.18
2015-12-27 21:31:30 +00:00
Arseniy Seroka
de124aa531
Merge pull request #11981 from codsl/torbrower-5.0.6
...
torbrowser: 5.0.4 -> 5.0.6
2015-12-28 00:25:03 +03:00
Tobias Geerinckx-Rice
330b89c68b
crda: use PREFIX instead of DESTDIR
...
Otherwise, `$out/lib/udev/rules.d/85-regulatory.rules` will still refer to a
non-existent `/sbin/crda`.
2015-12-27 21:43:26 +01:00
Tobias Geerinckx-Rice
f50a719a4d
wireless-regdb: licenses.{free -> isc}, apparently
2015-12-27 21:43:26 +01:00
Arseniy Seroka
e5057ef8de
Merge pull request #11973 from wedens/rtv_1_8_0
...
rtv: 1.7.0 -> 1.8.0
2015-12-27 23:15:31 +03:00
Arseniy Seroka
fa1adc4a21
Merge pull request #11976 from rvl/release-notes-pumpio
...
release-notes: add pump.io as a new service
2015-12-27 23:13:43 +03:00
Tobias Geerinckx-Rice
ee0fae473c
crda: init at 3.18
2015-12-27 19:00:42 +01:00
Tobias Geerinckx-Rice
b88abaaf5e
wireless-regdb: init at 2015-12-14
2015-12-27 19:00:42 +01:00
Michael Raskin
3570bc30af
lilypond: add a workaround for fontforge version detection
...
A part of Fontforge store path was taken as a part of the version by
configure script leading to a version check failure.
2015-12-27 18:43:58 +01:00
Thomas Tuegel
8d46593881
Merge branch 'emacs-packages'
2015-12-27 11:08:52 -06:00
Thomas Tuegel
00aac09d24
melpaPackages: actually build latest packages
2015-12-27 11:05:53 -06:00
Thomas Tuegel
688c005608
melpaBuild: update package-build.el
2015-12-27 10:59:27 -06:00
Thomas Tuegel
74a1b20108
melpa-stable-packages 2015-12-27
2015-12-27 10:35:34 -06:00
Thomas Tuegel
9602a20835
melpa-packages 2015-12-27
2015-12-27 10:14:57 -06:00
Thomas Tuegel
3eda86cfea
elpa-packages 2015-12-27
2015-12-27 08:33:28 -06:00
Rodney Lorrimar
5d682e515e
release-notes: add pump.io as a new service
2015-12-27 13:32:44 +00:00
Michael Raskin
56aa0ff1d9
runzip: init at 1.4
2015-12-27 14:23:52 +01:00
Domen Kožar
bd3ef3d1be
Merge pull request #11971 from Denommus/master
...
Adding which and curl as dependencies to playonlinux
2015-12-27 11:04:13 +01:00
Domen Kožar
3c06503067
Merge pull request #11968 from benley/patch-2
...
autossh: build on darwin too
2015-12-27 11:03:13 +01:00
Domen Kožar
fe9a7c6d5b
Merge pull request #11956 from zimbatm/nm-openvpn-uid-gid
...
networkmanager: set uid/gid for the networkmanager openvpn agent
2015-12-27 11:02:55 +01:00
codsl
8fb46420ef
torbrowser: 5.0.4 -> 5.0.6
2015-12-27 09:31:23 +00:00
wedens
d776afef09
rtv: 1.7.0 -> 1.8.0
2015-12-27 14:02:21 +06:00
Vladimír Čunát
39c43bc6e2
archiveopteryx: improve install paths, parallel build
2015-12-27 08:19:19 +01:00
Tobias Geerinckx-Rice
5d03506df7
dvdisaster: run tests & build in parallel
...
It seems like a good idea to test back-up software...
2015-12-27 06:37:00 +01:00
Tobias Geerinckx-Rice
d4406237a9
dvdisaster: 0.72.6 -> 0.79.5
2015-12-27 06:37:00 +01:00
Yuri Albuquerque
9c6fecbda0
playonlinux: needs which and curl during runtime
2015-12-27 01:33:06 -04:00
Yuri Albuquerque
5cfeedc914
fontforge: needs pango on Linux, too
2015-12-27 01:33:06 -04:00
Domen Kožar
bd8731ab9d
Merge pull request #11963 from anderspapitto/typo
...
NixOS manual: fix typo
2015-12-27 01:18:54 +01:00
Domen Kožar
5a2cbf0786
Merge pull request #11962 from drewbug/patch-1
...
nixos/manual: typo
2015-12-27 01:18:40 +01:00
Benjamin Staffin
bb3a2aa8eb
autossh: build on darwin too
...
Tested it out just now - seems like it works fine.
2015-12-26 13:46:34 -08:00
Tobias Geerinckx-Rice
8b4273a65d
saneBackends: add generic extraFirmware support
...
This usurps the model-specific gt68xxFirmware and snapscanFirmware,
which are still supported for backwards compatibility – hopefully
not forever.
2015-12-26 19:50:17 +01:00
Tobias Geerinckx-Rice
c05165ba5c
saneBackends: don't add epson2 to dll.conf
...
It's already in there by default.
2015-12-26 19:50:17 +01:00
Tobias Geerinckx-Rice
cf699caf4d
saneBackends: don't add option for 1 udev rule
2015-12-26 19:50:17 +01:00
Tobias Geerinckx-Rice
f3048aed1d
eid-viewer: 4.1.4 -> 4.1.9
2015-12-26 19:50:17 +01:00
Anders Papitto
bbcc08cb30
NixOS manual: fix typo
2015-12-26 10:38:17 -08:00
Drew Carey Buglione
0f52d33f96
nixos/manual: typo
2015-12-26 12:36:19 -06:00
Reno Reckling
e94139f8c8
Add comments identifying workarounds
2015-12-26 18:42:03 +01:00
Reno Reckling
a25de32033
cantata: fix taglib search
2015-12-26 18:00:32 +01:00
Reno Reckling
4400f01c0b
amarok: fix taglib search
2015-12-26 18:00:20 +01:00
Jascha Geerds
d623916494
maintainers: Change my email address
2015-12-26 14:08:56 +01:00