scid-vs-pc: fix build with Tcl stubs default (#524572)
This commit is contained in:
@@ -35,9 +35,13 @@ tcl.mkTclDerivation rec {
|
||||
zlib
|
||||
];
|
||||
|
||||
addTclConfigureFlags = false;
|
||||
configureFlags = [
|
||||
"BINDIR=${placeholder "out"}/bin"
|
||||
"SHAREDIR=${placeholder "out"}/share"
|
||||
"--with-tcl=${tcl}/lib"
|
||||
"--with-tclinclude=${tcl}/include"
|
||||
"--exec-prefix=${placeholder "out"}"
|
||||
];
|
||||
|
||||
postInstall = ''
|
||||
|
||||
Reference in New Issue
Block a user