add nativeBuildInputs

This commit is contained in:
zack 2024-10-25 17:41:25 -04:00
parent 3b63d75219
commit 6cb3550dbe
No known key found for this signature in database
GPG key ID: 5F873416BCF59F35

View file

@ -292,6 +292,10 @@
}; };
buildInputs = with pkgs; [nodejs imagemagick]; buildInputs = with pkgs; [nodejs imagemagick];
nativeBuildInputs = with pkgs; [
imagemagick
];
postBuild = '' postBuild = ''
echo ${heroicons} echo ${heroicons}
ln -sf ${npmDeps}/lib/node_modules assets/node_modules ln -sf ${npmDeps}/lib/node_modules assets/node_modules