fix(compute01/build): sourceRoot did not exists
This commit is contained in:
parent
7b1542302c
commit
9b6ffcb7ae
1 changed files with 4 additions and 1 deletions
|
@ -75,7 +75,10 @@ let
|
|||
name = "dgsi-static";
|
||||
|
||||
src = sources.dgsi;
|
||||
sourceRoot = "source/src";
|
||||
# sources main dir has a silly name
|
||||
setSourceRoot = ''
|
||||
sourceRoot=$(echo */src)
|
||||
'';
|
||||
|
||||
nativeBuildInputs = [
|
||||
pkgs.dart-sass
|
||||
|
|
Loading…
Add table
Reference in a new issue