lemmy-ui: add missed build dependency
This commit is contained in:
parent
6371435e61
commit
82233e8120
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user