mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-04-29 13:44:34 +02:00
nix: Prefer dontUnpack over phony src
Prevents webp-thumbnailer from being rebuilt when the phony src changes.
This commit is contained in:
parent
b8ad062cec
commit
d250e8520f
@ -6,7 +6,7 @@ stdenvNoCC.mkDerivation {
|
|||||||
pname = "webp-thumbnailer";
|
pname = "webp-thumbnailer";
|
||||||
version = "1.0.0";
|
version = "1.0.0";
|
||||||
|
|
||||||
src = ../assets;
|
dontUnpack = true;
|
||||||
|
|
||||||
postInstall = /* bash */ ''
|
postInstall = /* bash */ ''
|
||||||
mkdir -p $out/share/thumbnailers
|
mkdir -p $out/share/thumbnailers
|
||||||
|
Loading…
Reference in New Issue
Block a user