0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-12 05:16:25 +03:00

hedgedoc: fix build

This commit is contained in:
Yureka 2021-12-29 05:22:35 +01:00 committed by Yuka
parent 0fef05c2bf
commit ff202a635d

View file

@ -7,7 +7,7 @@
, nodejs
, mkYarnPackage
, fetchYarnDeps
, python2
, python3
, nixosTests
, buildGoModule
}:
@ -43,7 +43,7 @@ mkYarnPackage rec {
};
nativeBuildInputs = [ which makeWrapper ];
extraBuildInputs = [ python2 esbuild-hedgedoc ];
extraBuildInputs = [ python3 esbuild-hedgedoc ];
offlineCache = fetchYarnDeps {
inherit yarnLock;