diff options
| author | Arun Isaac | 2026-04-15 01:31:14 +0100 |
|---|---|---|
| committer | Arun Isaac | 2026-04-15 01:31:14 +0100 |
| commit | 4ae6ce41e33c7f00d75392edd589781cc0001f41 (patch) | |
| tree | c985707fc0518e52dc0b463da3c638d02fcc6496 | |
| parent | a0eeb096a28e9df912f816d30461f15b9fff9280 (diff) | |
| download | guix-arunisaac-4ae6ce41e33c7f00d75392edd589781cc0001f41.tar.gz guix-arunisaac-4ae6ce41e33c7f00d75392edd589781cc0001f41.tar.lz guix-arunisaac-4ae6ce41e33c7f00d75392edd589781cc0001f41.zip | |
powerdns: Use #$output instead of %outputs.
| -rw-r--r-- | arunisaac/powerdns.scm | 3 |
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 |
