Skip to content

Commit 27309c1

Browse files
mjoergbjornfor
authored andcommitted
lcov: set correct version
1 parent 82f5637 commit 27309c1

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

pkgs/by-name/lc/lcov/package.nix

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,14 @@ stdenv.mkDerivation (finalAttrs: {
4242

4343
strictDeps = true;
4444

45+
makeFlags = [
46+
"PREFIX=$(out)"
47+
"VERSION=${finalAttrs.version}"
48+
"RELEASE=1"
49+
];
50+
4551
preBuild = ''
4652
patchShebangs --build bin/{fix.pl,get_version.sh} tests/*/*
47-
makeFlagsArray=(PREFIX=$out)
4853
'';
4954

5055
postInstall = ''

0 commit comments

Comments
 (0)