aboutsummaryrefslogtreecommitdiff
path: root/nix/libutil/hash.cc
diff options
context:
space:
mode:
author宋文武 <iyzsong@member.fsf.org>2023-07-29 15:20:18 +0800
committer宋文武 <iyzsong@member.fsf.org>2023-08-03 17:38:10 +0800
commit81d2fc9ffc3dbfc0fce2b85e267b18efbe24851a (patch)
tree6aa3aea15078846a0da28adb19d6454013fa5c80 /nix/libutil/hash.cc
parent6d51ebf63b505cd25d3ad95017c9b6d3162db148 (diff)
downloadguix-81d2fc9ffc3dbfc0fce2b85e267b18efbe24851a.tar.gz
guix-81d2fc9ffc3dbfc0fce2b85e267b18efbe24851a.zip
gnu: kdevelop: Update to 23.04.3.
* gnu/packages/kde.scm (kdevelop): Update to 23.04.3. [arguments]: Use G-Expressions, adjust add-include-path phase.
Diffstat (limited to 'nix/libutil/hash.cc')
0 files changed, 0 insertions, 0 deletions
武 <iyzsong@member.fsf.org> Felix Lechner 2022-06-04services: ddclient: No need to import (ice-9 rdelim) from the host....* gnu/services/dns.scm (ddclient-activation): Remove (ice-9 rdelim) from the with-imported-modules form. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Attila Lendvai 2022-03-24services: dnsmasq: Add more options....* gnu/services/dns.scm (<dnsmasq-configuration>): Add forward-private-reverse-lookup?, strict-order? and cpe-id options. (dnsmasq-shepherd-service): Pass added options to dnsmasq and use match-record instead of match-lambda. * doc/guix.texi (Guix Services): Document options added to dnsmasq. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Remco van 't Veer