mirror of
https://github.com/NixOS/nix
synced 2025-07-10 04:43:53 +02:00
* Revert r1594 - it didn't solve the problem. Instead add
svn-revision to distributions, which should fix it.
This commit is contained in:
parent
2248becfd3
commit
3ade3e7721
3 changed files with 5 additions and 4 deletions
|
@ -14,8 +14,6 @@ if test "$STABLE" != "1"; then
|
|||
elif REVISION=`cat $srcdir/svn-revision 2> /dev/null`; then
|
||||
VERSION="${VERSION}pre${REVISION}"
|
||||
fi
|
||||
NIX_VERSION=$VERSION
|
||||
AC_SUBST(NIX_VERSION)
|
||||
fi
|
||||
|
||||
AC_PREFIX_DEFAULT(/nix)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue