about summary refs log tree commit diff
path: root/arunisaac/powerdns.scm
diff options
context:
space:
mode:
authorArun Isaac2026-04-15 01:31:14 +0100
committerArun Isaac2026-04-15 01:31:14 +0100
commit4ae6ce41e33c7f00d75392edd589781cc0001f41 (patch)
treec985707fc0518e52dc0b463da3c638d02fcc6496 /arunisaac/powerdns.scm
parenta0eeb096a28e9df912f816d30461f15b9fff9280 (diff)
downloadguix-arunisaac-4ae6ce41e33c7f00d75392edd589781cc0001f41.tar.gz
guix-arunisaac-4ae6ce41e33c7f00d75392edd589781cc0001f41.tar.lz
guix-arunisaac-4ae6ce41e33c7f00d75392edd589781cc0001f41.zip
powerdns: Use #$output instead of %outputs.
Diffstat (limited to 'arunisaac/powerdns.scm')
-rw-r--r--arunisaac/powerdns.scm3
1 files changed, 1 insertions, 2 deletions
diff --git a/arunisaac/powerdns.scm b/arunisaac/powerdns.scm
index fd00695..fca26de 100644
--- a/arunisaac/powerdns.scm
+++ b/arunisaac/powerdns.scm
@@ -68,8 +68,7 @@
      (list #:configure-flags
            #~(list "--disable-lua-records"
                    "--with-modules=bind"
-                   (string-append "--sbindir="
-                                  (assoc-ref %outputs "out") "/bin"))))
+                   (string-append "--sbindir=" #$output "/bin"))))
     (inputs
      (list luajit openssl))
     (native-inputs