mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-04-13 22:08:44 +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";
|
||||
version = "1.0.0";
|
||||
|
||||
src = ../assets;
|
||||
dontUnpack = true;
|
||||
|
||||
postInstall = /* bash */ ''
|
||||
mkdir -p $out/share/thumbnailers
|
||||
|
Loading…
Reference in New Issue
Block a user