mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 09:23:01 +00:00
entr: fix cross compilation
This commit is contained in:
parent
32658f902e
commit
8bff4b7e40
@ -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 New Issue
Block a user