Commit graph

86234 commits

Author SHA1 Message Date
Gabriel Ebner
c90242e657 Merge pull request #16666 from vrthra/edbrowse
edbrowse: 3.5.4.1 -> 3.6.1
2016-07-03 09:01:37 +01:00
Ryan Scheel (Havvy)
fe01f1c66b gtkLibs: remove by inlining into gnome2 (close #16665)
vcunat reverted gtk -> gtk2 change.
2016-07-03 07:53:43 +02:00
Frederik Rietdijk
def310df45 pythonPackages.setuptools: fix for use in buildEnv
pythonPath needs to be set for it to be included in buildEnv.
This will also fix tox.
2016-07-02 23:44:10 +02:00
Peter Simons
cbcb23dcf6 hackage-packages.nix: update Haskell package set
This update was generated by hackage2nix v20160613-12-g1145e86 using the following inputs:

  - Hackage: 8b1e5923b5
  - LTS Haskell: 1c63caa7b8
  - Stackage Nightly: 39da79aced
2016-07-02 20:59:02 +02:00
Joachim Fasting
640ac5186f
grsecurity: 4.5.7-201606292300 -> 4.5.7-201606302132 2016-07-02 20:37:52 +02:00
Rahul Gopinath
a2bbf757ea edbrowse: 3.5.4.1 -> 3.6.1 2016-07-02 09:42:53 -07:00
Nikolay Amiantov
6f7bace3b8 ejabberd: attempt to fix dependencies' determinism 2016-07-02 19:06:48 +03:00
Vladimír Čunát
ac0ba89d1e Merge #16661: thunderbird: 45.1.1 -> 45.2.0 2016-07-02 17:04:49 +02:00
Joachim Fasting
3ac882ad44 Merge pull request #16589 from vrthra/elvish
elvish: disable darwin
2016-07-02 15:35:49 +02:00
Joachim Fasting
f85a5a0808 Merge pull request #16587 from romildo/zuki
zuki-themes: init at 2016-07-01
2016-07-02 15:34:43 +02:00
Arseniy Seroka
44a3eebdf9 Merge pull request #16608 from vrthra/netsurf-framebuffer
netsurf: enable sixel display
2016-07-02 17:29:29 +04:00
Arseniy Seroka
b5cacced68 Merge pull request #16628 from heilkn/lie
LiE: init at 2.2.2
2016-07-02 17:29:07 +04:00
Joachim Fasting
af9b7ba1e3 Merge pull request #16552 from Mayeu/elixir-1.3
elixir: 1.2.6 -> 1.3.0
2016-07-02 14:37:25 +02:00
José Romildo Malaquias
c4ce1eece0 zuki-themes: init at 2016-07-01 2016-07-02 09:24:55 -03:00
Nikolay Amiantov
b3e27962aa bomi: fix compilation, move to new Qt 2016-07-02 15:16:42 +03:00
Joachim Fasting
24b3fa1ae6 Merge pull request #16560 from vrthra/dvtm-customize
dvtm: allow user configuration
2016-07-02 14:10:26 +02:00
Joachim Fasting
732fb03633 Merge pull request #16649 from romildo/upd.enlightenment
enlightenment: 0.20.9 -> 0.21.0
2016-07-02 14:08:52 +02:00
Joachim Fasting
158013244a Merge pull request #16581 from vrthra/vp
vp: init at 1.8
2016-07-02 14:07:45 +02:00
Joachim Fasting
648ae736f0 Merge pull request #16593 from womfoo/init/pick-1.4.0
pick: init at 1.4.0
2016-07-02 14:05:56 +02:00
Joachim Fasting
291c454d5e Merge pull request #16594 from mpscholten/maphosts2
maphosts: init at 1.1.1
2016-07-02 14:05:09 +02:00
Joachim Fasting
fa3a410027 Merge pull request #16647 from holidaycheck/fix-galen-on-nixos
galen: fix on nixos
2016-07-02 14:03:52 +02:00
Joachim Fasting
512745c2a7 Merge pull request #16631 from rasendubi/alarm-clock-applet
alarm-clock-applet: init at 0.3.4
2016-07-02 14:02:57 +02:00
Joachim Fasting
c4ba6cbcf2 Merge pull request #16618 from leenaars/norwester
norwester-font: init at 1.2
2016-07-02 13:59:31 +02:00
Joachim Fasting
ed01d6f7d3 Merge pull request #16604 from vrthra/xterm-fix
xterm: Enable DEC Locator Mode
2016-07-02 13:56:43 +02:00
William Casarin
c81b4cde58 clib: 1.4.2 -> 1.7.0 (#16656) 2016-07-02 12:46:57 +02:00
mimadrid
0dfaa1e8bd
thunderbird: 45.1.1 -> 45.2.0 2016-07-02 12:23:58 +02:00
Frederik Rietdijk
3c87ec15c6 Merge pull request #16653 from nathan7/pgspecial-1.5.0
pythonPackages.pgspecial: 1.4.0 -> 1.5.0
2016-07-02 10:33:02 +02:00
taku0
4774abecb6 thunderbird-bin: 45.1.1 -> 45.2.0 (#16659) 2016-07-02 09:50:02 +02:00
Vladimír Čunát
6b80d74ab7 Merge #16632: ffmpeg3 by default 2016-07-02 08:52:41 +02:00
Rickard Nilsson
5356154366 libvirt and pythonPackages.libvirt: 1.3.5 -> 2.0.0 2016-07-02 00:24:36 +02:00
Christian Kauhaus
0c0f068f35
cron: fix crontab(5) and cron job PATH
Switch off HAVE_SAVED_UIDS since it activates a code path for temporary
privilege dropping which does not work on NixOS.

Vixie-cron's sources ship with two implementations. Unfortunately, the
one activated by HAVE_SAVED_UIDS (using setuid()) does not work on
NixOS. Saved UIDs work only if the program which is using them has the
setuid bit set on its own executable, not if called from a setuid
wrapper (as we do it in NixOS). The other implementation (using
setreuid()) works without problems.

Quote from
<http://stackoverflow.com/questions/8499296/realuid-saved-uid-effective-uid-whats-going-on>:

    If you're euid is root and you change the uid, the privileges gets
    dropped permanently.If effective user id is not root then saved user
    id is never touched and you can regain the root privilege back
    anytime you want in your program.

Also extend the default PATH with NixOS-specific bin directories as
vixie-cron's default is not really usable on NixOS.

Re #16518

Closes #16522
2016-07-02 00:09:07 +02:00
Robert Helgesson
b5705aa81e perl-Test2-Suite: 0.000032 -> 0.000042 2016-07-01 22:38:47 +02:00
Robert Helgesson
ebfa029ece perl-Moo: 2.002002 -> 2.002003 2016-07-01 22:38:47 +02:00
Benno Fünfstück
b01886d654 fix 32bit android emulator 2016-07-01 21:41:32 +02:00
Rickard Nilsson
8404d626ad libvirt: Fix libsystemd dependency 2016-07-01 20:12:33 +02:00
Nathan Zadoks
936c766fee pythonPackages.pgspecial: 1.4.0 -> 1.5.0 2016-07-01 13:50:56 -04:00
Rickard Nilsson
7d67a4da99 nixos/libvirtd: Don't use the --daemon flag now that we use the 'notify' service type 2016-07-01 18:21:42 +02:00
Rickard Nilsson
9facb7078b nixos/elasticsearch: Set a group on the user
This fixed a problem I had when running ElasticSearch in an LXC
container, and it doesn't hurt using a dedicated group instead of
nogroup anyway.
2016-07-01 18:21:42 +02:00
José Romildo Malaquias
837c0dd9eb enlightenment: 0.20.9 -> 0.21.0 2016-07-01 12:42:56 -03:00
Tobias Pflug
6ed9cd9b00 galen: fix on nixos
overwritten phases omitted patchShebangs from being called so
the galen wrapper still contained `#!/usr/bin/bash`.
2016-07-01 16:43:26 +02:00
Frederik Rietdijk
880475bbd5 python: fix modules in buildEnv, closes #16646
Python 2.7 on Nix is stripped of some modules, which can be added when
needed. This was broken with python.buildEnv.
2016-07-01 16:16:55 +02:00
Franz Pletz
e77eba305f errbot: init at 4.2.2 (#16551) 2016-07-01 16:04:01 +02:00
Frederik Rietdijk
1c0af40757 Doc: how to install a Python environment
See https://github.com/NixOS/nixpkgs/issues/10597.
2016-07-01 14:30:18 +02:00
Eelco Dolstra
6284f603ce Merge pull request #16640 from bjornfor/nixos-rebuild-show-uids
nixos/update-users-groups.pl: print UIDs and GIDs
2016-07-01 14:11:35 +02:00
Nikolay Amiantov
9159d50baf Merge pull request #16533 from avnik/wine-update
wine: 1.9.11 -> 1.9.13
2016-07-01 16:07:11 +04:00
zimbatm
3e00cd20a8 Merge pull request #16638 from RamKromberg/init/transgui
transgui: init at 5.0.1-svn-r986
2016-07-01 12:50:44 +01:00
Alexander V. Nikolaev
962e365444 wineStable: 1.8.2 -> 1.8.3 2016-07-01 14:30:54 +03:00
Bjørn Forsman
6e528893a8 nixos/update-users-groups.pl: print UIDs and GIDs
Instead of showing this output from "nixos-rebuild switch":

  warning: not applying GID change of group ‘munin’
  warning: not applying UID change of user ‘ntp’

print this:

  warning: not applying GID change of group ‘munin’ (95 -> 102)
  warning: not applying UID change of user ‘ntp’ (3 -> 179)

This makes it possible for users to take action and fixup the UIDs/GIDs
that NixOS won't touch.
2016-07-01 13:13:46 +02:00
Lancelot SIX
b5e237bda6 pythonPackages.pika: 0.9.12 -> 0.10.0 2016-07-01 13:05:56 +02:00
Lancelot SIX
5c436c7a76 pythonPackages.twisted: 15.5.0 -> 16.2.0 2016-07-01 13:05:56 +02:00