summary refs log tree commit diff
path: root/pkgs/development/libraries/libutempter
Commit message (Collapse)AuthorAge
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* nixos/programs.mosh: refactorLenz Weber2018-06-08
| | | | | | | | | | | | | Adds programs.mosh.withUtempter (default: true). The option enables -with-utempter for mosh, allowing it to write to /var/run/utmp and thus making connected sessions appear in the output of `who -a`. For that, a guid-wrapper is required. Also, the path to the `utempter` was hardcoded in the resulting binary until now (so it could never been found), thus, libutempter was patched accordingly to point to /run/wrappers/bin/utempter which at least works when the wrapper is configured.
* libutempter: Fixup unsupported permissions here as wellWill Dietz2017-06-28
|
* guake: init at 0.8.3 (close #11027)Matthijs Steen2016-01-20
There's a catch noted at the top of the expression. (vcunat moved it there from the commit message)