drawpile: assert that at least one component is built
This commit is contained in:
parent
a3f473bdc1
commit
38d8cfea7e
@ -38,6 +38,9 @@
|
||||
, buildExtraTools ? false
|
||||
}:
|
||||
|
||||
assert lib.assertMsg (buildClient || buildServer || buildExtraTools)
|
||||
"You must specify at least one of buildClient, buildServer, or buildExtraTools.";
|
||||
|
||||
let
|
||||
clientDeps = [
|
||||
qtbase
|
||||
|
Loading…
Reference in New Issue
Block a user