entr: fix cross compilation
This commit is contained in:
parent
32658f902e
commit
8bff4b7e40
1 changed files with 2 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue