# This is a "job" for the Upstart init system to launch 'guix-daemon'. # Drop it in /etc/init to have 'guix-daemon' automatically started. description "Build daemon for GNU Guix" start on runlevel [2345] stop on runlevel [016] exec @localstatedir@/guix/profiles/per-user/root/current-guix/bin/guix-daemon --build-users-group=guixbuild --discover=no atom+xml'/>
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/authentication.scm
AgeCommit message (Expand)Author
2021-05-06gnu: oath-toolkit: Build libpskc and pskctool....* gnu/packages/authentication.scm (oath-toolkit)[arguments]: Add "--enable-pskc" and "--with-xmlsec-crypto-engine=openssl" to #:configure-flags. [native-inputs]: Add libltdl. [inputs]: Add openssl and xmlsec-openssl. [description]: Document the two new features. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr> Simon Josefsson via Guix-patches via
2021-05-03gnu: oath-toolkit: Update to 2.6.7....* gnu/packages/authentication.scm (oath-toolkit): Update to 2.6.7. Tobias Geerinckx-Rice
2021-03-04gnu: oath-toolkit: Update to 2.6.6....* gnu/packages/authentication.scm (oath-toolkit): Update to 2.6.6. Tobias Geerinckx-Rice
2021-01-02gnu: oath-toolkit: Update to 2.6.5....* gnu/packages/authentication.scm (oath-toolkit): Update to 2.6.5. Tobias Geerinckx-Rice
2020-12-22gnu: Add pamtester....* gnu/packages/authentication.scm (pamtester): New variable. Ricardo Wurmus
2020-11-17gnu: oath-toolkit: Update to 2.6.4....* gnu/packages/authentication.scm (oath-toolkit): Update to 2.6.4. Tobias Geerinckx-Rice
2020-11-10gnu: oath-toolkit: Update to 2.6.3....* gnu/packages/authentication.scm (oath-toolkit): Update to 2.6.3. [source]: Remove obsolete patches. * gnu/packages/patches/oath-toolkit-glibc-compat.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. Signed-off-by: Leo Famulari <leo@famulari.name> Simon Josefsson