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
commit 325ab780e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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";