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:
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 a new issue