add nativeBuildInputs
This commit is contained in:
parent
3b63d75219
commit
6cb3550dbe
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue