* Fix the gid for /dev/pts/ ttys.

svn path=/nixpkgs/trunk/; revision=34566
This commit is contained in:
Eelco Dolstra 2012-06-19 19:58:49 +00:00
parent 6551b822af
commit 1c5f4b8b45

View file

@ -28,6 +28,7 @@ stdenv.mkDerivation rec {
"--with-dbussessionservicedir=$(out)/share/dbus-1/services"
"--with-firmware-path=/root/test-firmware:/var/run/current-system/firmware"
"--with-pci-ids-path=${pciutils}/share/pci.ids"
"--with-tty-gid=3" # tty in NixOS has gid 3
];
preConfigure =