1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-19 20:21:14 +00:00

lemmy-ui: add missed build dependency

This commit is contained in:
K900 2023-09-28 08:58:30 +03:00 committed by Yt
parent 6371435e61
commit 82233e8120

View file

@ -24,7 +24,7 @@ let
'';
};
sharp = {
nativeBuildInputs = [ pkg-config nodePackages.semver ];
nativeBuildInputs = [ pkg-config nodePackages.node-gyp nodePackages.semver ];
buildInputs = [ vips ];
postInstall = ''
yarn --offline run install