glava: correctly display version information

This commit is contained in:
Edmund Wu 2019-03-12 16:59:20 -04:00
parent 348a2bc3a5
commit 50b23ffe8e
No known key found for this signature in database
GPG Key ID: 9C0561D4193A3AFE
1 changed files with 3 additions and 0 deletions

View File

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