forked from mirrors/nixpkgs
* Fix the gid for /dev/pts/ ttys.
svn path=/nixpkgs/trunk/; revision=34566
This commit is contained in:
parent
6551b822af
commit
1c5f4b8b45
|
@ -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 =
|
||||
|
|
Loading…
Reference in a new issue