entr: fix cross compilation

This commit is contained in:
Simon Žlender 2023-09-16 23:44:41 +02:00
parent 32658f902e
commit 8bff4b7e40

View file

@ -18,6 +18,8 @@ stdenv.mkDerivation rec {
checkTarget = "test";
installFlags = [ "PREFIX=$(out)" ];
TARGET_OS = stdenv.hostPlatform.uname.system;
meta = with lib; {
homepage = "https://eradman.com/entrproject/";
description = "Run arbitrary commands when files change";