Radish alpha
r
rad:z4D5UCArafTzTQpDZNQRuqswh3ury
Radicle desktop app
Radicle
Git
nix: Add `radicle-node` as propagated build input
Sebastian Martinez committed 10 months ago
commit b001e6d5040375033bd83cddc9583faf0f08f491
parent 741c1ca
1 file changed +5 -0
modified nix/radicle-desktop.nix
@@ -18,6 +18,7 @@
  playwright-driver,
  heartwood,
  twemoji-assets,
+
  radicle-node,
  GIT_HEAD ? null,
}:
let
@@ -59,6 +60,10 @@ rustPlatform.buildRustPackage rec {
    webkitgtk_4_1
  ];

+
  propagatedBuildInputs = [
+
    radicle-node
+
  ];
+

  postPatch = ''
    patchShebangs scripts/copy-katex-assets scripts/check-js scripts/check-rs
    mkdir -p public/twemoji