openscad: compile the correct version number
The default version info that is compiled into openscad is the build date(!). Force the version to the actual release version instead.
This commit is contained in:
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
configurePhase = ''
|
||||
export NIX_CFLAGS_COMPILE="$NIX_CFLAGS_COMPILE -I$(echo ${eigen}/include/eigen*) "
|
||||
qmake PREFIX="$out"
|
||||
qmake PREFIX="$out" VERSION=${version}
|
||||
'';
|
||||
|
||||
doCheck = false;
|
||||
|
||||
Reference in New Issue
Block a user