aboutsummaryrefslogtreecommitdiff
path: root/config-daemon.ac
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2020-12-11 16:26:50 +0100
committerLudovic Courtès <ludo@gnu.org>2020-12-11 19:06:53 +0100
commit26b1030012837ff3f91d2a39971358180324d730 (patch)
tree3bac6fcd960e17fe41527bc76ac95ba66db6d626 /config-daemon.ac
parentdbdae9f96f11a006993b659e0e7fd5cbf467f844 (diff)
downloadguix-26b1030012837ff3f91d2a39971358180324d730.tar
guix-26b1030012837ff3f91d2a39971358180324d730.tar.gz
maint: Remove unused 'NIX_VERSION' macro.
* config-daemon.ac: Do not define NIX_VERSION.
Diffstat (limited to 'config-daemon.ac')
-rw-r--r--config-daemon.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/config-daemon.ac b/config-daemon.ac
index 19958d331b..85caee269b 100644
--- a/config-daemon.ac
+++ b/config-daemon.ac
@@ -34,7 +34,6 @@ if test "x$guix_build_daemon" = "xyes"; then
dnl Look for SQLite, a required dependency.
PKG_CHECK_MODULES([SQLITE3], [sqlite3 >= 3.6.19])
- AC_DEFINE([NIX_VERSION], ["0.0.0"], [Fake Nix version number.])
AC_DEFINE_UNQUOTED([SYSTEM], ["$guix_system"],
[Guix host system type--i.e., platform and OS kernel tuple.])