scid: fix the build after enable stubs by default change
Without the change the build fails on `master` as https://hydra.nixos.org/build/329484354: ``` Invalid argument: --enable-stubs ```
This commit is contained in:
@@ -35,6 +35,8 @@ tcl.mkTclDerivation rec {
|
||||
zlib
|
||||
];
|
||||
|
||||
addTclConfigureFlags = false;
|
||||
|
||||
configureFlags = [
|
||||
"BINDIR=$(out)/bin"
|
||||
"SHAREDIR=$(out)/share"
|
||||
|
||||
Reference in New Issue
Block a user