Unverified Commit 325ab780 authored by Artturi's avatar Artturi Committed by GitHub
Browse files

Merge pull request #255546 from szlend/cross-entr

entr: fix cross-compilation
parents 9e567322 8bff4b7e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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";