Merge pull request #57537 from eadwu/glava/display-version

glava: correctly display version information
This commit is contained in:
Ryan Mulligan 2019-03-12 19:43:28 -07:00 committed by GitHub
commit a6000c05b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -45,6 +45,9 @@ in
]; ];
preConfigure = '' preConfigure = ''
substituteInPlace Makefile \
--replace 'unknown' 'v${version}'
export CFLAGS="-march=native" export CFLAGS="-march=native"
''; '';