guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/09: maint: Remove unused 'NIX_VERSION' macro.


From: guix-commits
Subject: 02/09: maint: Remove unused 'NIX_VERSION' macro.
Date: Fri, 11 Dec 2020 13:07:31 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 26b1030012837ff3f91d2a39971358180324d730
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Fri Dec 11 16:26:50 2020 +0100

    maint: Remove unused 'NIX_VERSION' macro.
    
    * config-daemon.ac: Do not define NIX_VERSION.
---
 config-daemon.ac | 1 -
 1 file changed, 1 deletion(-)

diff --git a/config-daemon.ac b/config-daemon.ac
index 19958d3..85caee2 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.])
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]