mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +03:00
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:
parent
9f04208116
commit
7c3c839fb6
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user