Eelco Dolstra
2c62a36b77
Merge remote-tracking branch 'origin/staging' into modular-stdenv
...
Conflicts:
pkgs/stdenv/generic/default.nix
2014-08-22 00:07:05 +02:00
Eelco Dolstra
773595540b
binutils: Enable sysroot support
2014-08-17 17:25:12 +02:00
Eelco Dolstra
315e58762d
perl: Disable tests
...
It appears that these got re-enabled accidentally in
d1ed0f44cd
.
http://hydra.nixos.org/build/13369824
2014-08-17 16:04:47 +02:00
Eelco Dolstra
97d6afafaa
systemd: Fix uninitialised memory issue in veth setup
...
This caused containers to randomly fail, in particular if the machine
name was 8 characters.
2014-08-15 04:07:45 +02:00
Eelco Dolstra
a323d146b7
Add user attribute isNormalUser
...
This is shorthand for setting group, createHome, home, useDefaultShell
and isSystemUser.
2014-08-15 02:16:04 +02:00
Eelco Dolstra
1a75958be5
Unify mutableUsers = { true, false }
...
With mutableUsers = true, we now ensure that all users and groups that
were created declaratively, are updated or removed
appropriately. Thus, adding a user to users.extraUsers and then
removing it now causes the acoount to be removed from
/etc/passwd. Thus user/group management is fully congruent except that
users and groups that were created imperatively (via useradd/groupadd)
are not touched. We distinguish between declarative and imperative
users/groups by tracking the former in
/var/lib/nixos/declarative-{groups,users}.
With mutableUsers = false, you are now no longer required to specify
UIDs/GIDs for all users. The handling of mutableUsers = true/false is
the same code path; the only difference is that the "false" mode
ignores the existing contents of /etc/{passwd,group}.
The attribute ‘createUser’ is gone. It doesn't really make sense to
specify users that shouldn't be created.
2014-08-15 02:15:29 +02:00
Eelco Dolstra
df7bc53606
Merge remote-tracking branch 'origin/master' into staging
2014-08-15 02:15:14 +02:00
Eelco Dolstra
785ed2b528
Don't silently ignore errors from the activation script
2014-08-15 02:14:34 +02:00
Eelco Dolstra
883fa4f920
nixos-container destroy: Remove gcroots
2014-08-15 02:14:27 +02:00
Vladimír Čunát
e5a701eaa2
plan9port: fix eval (license typo)
2014-08-15 02:06:45 +02:00
Vladimír Čunát
05b4882255
zotero: add check to detect xul version breakages
2014-08-15 02:03:52 +02:00
Vladimír Čunát
36a9fb094f
merge #3462 : zotero update and resurrect xulrunner
2014-08-15 01:55:56 +02:00
Daniel P. Wright
7f9eba573d
Add taskserver package ( close #3269 )
2014-08-15 00:28:41 +02:00
Sergey Mironov
37d5b54f59
plowshare: version bump
...
From #3301 .
2014-08-15 00:25:45 +02:00
Vladimír Čunát
6c791d41db
merge #3340 : bitcoin: minor update
2014-08-15 00:15:22 +02:00
Vladimír Čunát
a149b1f31f
plan9port: enableParallelBuilding, improve meta
2014-08-15 00:11:28 +02:00
Vladimír Čunát
5d8c8845ed
licenses: add LPL-102
2014-08-15 00:11:09 +02:00
Vladimír Čunát
4a93a5f8f4
merge #3416 : plan9port: update
2014-08-15 00:00:28 +02:00
Vladimír Čunát
56d9b2cc8a
merge #3428 : nano: bump and add system-wide config
2014-08-14 23:51:29 +02:00
John Wiegley
06a324f7dc
Merge pull request #3101 from cstrahan/xquartz
...
Use XQuartz on Darwin
2014-08-14 16:33:46 -05:00
Luca Bruno
36bef2b267
gobject-introspection: refer to shlibs with absolute paths in typelibs
...
After this, LD_LIBRARY_PATH should not be required anymore.
The patch has been applied only for .la files, so there may
be some other cases missing.
2014-08-14 23:16:51 +02:00
Luca Bruno
b83aceaecb
Merge branch 'master' into staging
2014-08-14 23:09:59 +02:00
Vladimír Čunát
3310c8b507
ffmpeg: maintenance update
2014-08-14 22:28:46 +02:00
Vladimír Čunát
ae7153b9b0
sl: fix license ( close #3072 )
...
From https://github.com/fistonbettens/nixpkgs/commit/7b6591b551afc6a17b
but it failed to apply for me, so I hand-added and corrected the change.
2014-08-14 21:28:33 +02:00
Luca Bruno
dfbc9ff781
gpaste: new package
...
Clipboard management system with GNOME3 integration
https://github.com/Keruspe/GPaste
2014-08-14 21:16:42 +02:00
Luca Bruno
3d0dc6a143
gnome3: add services.xserver.desktopManager.gnome3.sessionPath
...
Used to add GI_TYPELIB_PATH and LD_LIBRARY_PATH for gnome shell extensions
or other libraries and services.
Not a great solution but may be the start for further work. Let's make
some cool packages work for now.
2014-08-14 21:16:40 +02:00
Vladimír Čunát
7050914ed2
eiskaltdcpp: set platforms.all, fix description
...
Close #3051 .
2014-08-14 21:11:20 +02:00
Florian Richter
f5aa55a3f9
Add eiskaltdcpp, a p2p client for the DC protocol
2014-08-14 21:11:20 +02:00
Pascal Wittmann
8e99197c99
dwb: update meta section
2014-08-14 21:05:21 +02:00
Vladimír Čunát
7133c791b5
licenses: fixup double isc definition
2014-08-14 21:04:24 +02:00
Vladimír Čunát
7fdd16cb54
merge #3074 : dhcp: update to the latest version
2014-08-14 21:01:27 +02:00
Edward O'Callaghan
dc80331638
pidgin-latex-sf: bump reversion, url and hash
...
Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
@vcunat: fix URL.
2014-08-14 20:49:02 +02:00
Vladimír Čunát
d1ed0f44cd
Merge #2823 : better cygwin support, also add x86_64
...
Conflicts (easy):
pkgs/development/interpreters/perl/5.16/default.nix
2014-08-14 20:38:09 +02:00
Thomas Tuegel
d3cdf16079
clementine: version bump 1.2.1 -> 1.2.3 ( close #3570 )
...
@vcunat: fix hydraPlatforms type (list nestedness), enableParallelBuilding.
2014-08-14 20:35:40 +02:00
Domen Kožar
56f3bf4639
add pythonPackages.tox
2014-08-14 20:28:39 +02:00
Vladimír Čunát
c659c6ca80
lyx: major update and some fixes
2014-08-14 20:23:21 +02:00
Eelco Dolstra
08b8eaae1c
Merge pull request #3595 from wkennington/master.kernel
...
Kernel Updates
2014-08-14 19:53:42 +02:00
William A. Kennington III
83b2d409ff
kernel: 3.2.60 -> 3.2.62
2014-08-14 12:48:06 -05:00
William A. Kennington III
b07f77b2fb
kernel: 3.4.101 -> 3.4.103
2014-08-14 12:46:53 -05:00
William A. Kennington III
ca68015291
kernel: 3.10.51 -> 3.10.53
2014-08-14 12:45:14 -05:00
William A. Kennington III
f143df3a09
kernel 3.14.15 -> 3.14.17
2014-08-14 12:44:25 -05:00
William A. Kennington III
ca0aa7e8d1
kernel: 3.15.8 -> 3.15.10
2014-08-14 12:43:41 -05:00
Vladimír Čunát
8a4827a881
kdiff3: minor update
2014-08-14 19:43:27 +02:00
William A. Kennington III
e9ae222199
kernel: 3.16 -> 3.16.1
2014-08-14 12:42:53 -05:00
Patrick Mahoney
d314461278
Add http mirror for postgresql.
2014-08-14 19:17:26 +02:00
Vladimír Čunát
45371d380c
thrift: disable parallel building, as it fails on hydra
2014-08-14 18:17:50 +02:00
Vladimír Čunát
78118328b5
virtuoso7: disable i686-linux, as it's unsupported
2014-08-14 18:16:48 +02:00
Vladimír Čunát
0ad11df7cd
splint: fix build by using older flex
2014-08-14 18:02:35 +02:00
Vladimír Čunát
a4e1c7df08
selinux: update to 2014-05-06
...
Sadly, policycoreutils still fails on i686-linux.
2014-08-14 17:59:00 +02:00
Pascal Wittmann
0431a7112d
Merge pull request #3590 from AndersonTorres/mednafen
...
Mednafen: update to 0.9.36.3
2014-08-14 16:43:36 +02:00