doas: fix cross-compilation

This commit is contained in:
Brian McKenna 2022-05-27 14:13:39 +10:00 committed by ehmry
parent 535031c472
commit cf74f5d089

View file

@ -37,7 +37,8 @@ stdenv.mkDerivation rec {
sed -i '/\(chown\|chmod\)/d' GNUmakefile
'';
buildInputs = [ bison pam ];
nativeBuildInputs = [ bison ];
buildInputs = [ pam ];
meta = with lib; {
description = "Executes the given command as another user";