Merge pull request #255546 from szlend/cross-entr

entr: fix cross-compilation
This commit is contained in:
Artturi
2023-09-17 13:09:15 +03:00
committed by GitHub
+2
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";