gnu: shepherd: Remove guild warnings.

* gnu/packages/admin.scm (shepherd)[arguments]: Pass GUILE_AUTO_COMPILE=0
as make-flag to prevent guild warnings.
This commit is contained in:
Efraim Flashner 2021-01-21 12:22:31 +02:00
parent 5225732b9b
commit 55b4120fcc
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -267,7 +267,8 @@ (define-public shepherd
"0x9zr0x3xvk4qkb6jnda451d5iyrl06cz1bjzjsm0lxvjj3fabyk"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags '("--localstatedir=/var")))
'(#:configure-flags '("--localstatedir=/var")
#:make-flags '("GUILE_AUTO_COMPILE=0")))
(native-inputs
`(("pkg-config" ,pkg-config)