diff options
Diffstat (limited to 'src/libstore')
-rw-r--r-- | src/libstore/Makefile.new | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstore/Makefile.new b/src/libstore/Makefile.new index 24011c244349..7b08af047e2c 100644 --- a/src/libstore/Makefile.new +++ b/src/libstore/Makefile.new @@ -16,4 +16,4 @@ libstore_CXXFLAGS = \ -DNIX_CONF_DIR=\"$(sysconfdir)/nix\" \ -DNIX_LIBEXEC_DIR=\"$(libexecdir)\" \ -DNIX_BIN_DIR=\"$(bindir)\" \ - -DNIX_VERSION=\"$(VERSION)\" + -DNIX_VERSION=\"$(PACKAGE_VERSION)\" |