mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 20:25:32 +03:00
hedgedoc: fix build
This commit is contained in:
parent
0fef05c2bf
commit
ff202a635d
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue