lol

Merge pull request #255546 from szlend/cross-entr

entr: fix cross-compilation

authored by

Artturi and committed by
GitHub
325ab780 9e567322

+2
+2
pkgs/tools/misc/entr/default.nix
··· 18 18 checkTarget = "test"; 19 19 installFlags = [ "PREFIX=$(out)" ]; 20 20 21 + TARGET_OS = stdenv.hostPlatform.uname.system; 22 + 21 23 meta = with lib; { 22 24 homepage = "https://eradman.com/entrproject/"; 23 25 description = "Run arbitrary commands when files change";