parent
64e1d3f7ce
commit
9fed14cba5
6 changed files with 63 additions and 5 deletions
lib/pkgs/mk-types
|
@ -11,7 +11,7 @@
|
|||
buildPhase = ''
|
||||
npx @ts-for-gir/cli generate \
|
||||
${concatMapStringsSep "\n" (p: " ${p.girName} \\") withGirNames}
|
||||
${concatMapStringsSep "\n" (p: " -g ${p.package.dev}/share/gir-1.0 \\") withGirNames}
|
||||
${concatMapStringsSep "\n" (p: " -g ${p.package.dev or p.package}/share/gir-1.0 \\") withGirNames}
|
||||
-g ${ts-for-gir-src}/girs \
|
||||
--ignoreVersionConflicts \
|
||||
-o ./types
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue