forked from mirrors/nixpkgs
doas: fix cross-compilation
This commit is contained in:
parent
535031c472
commit
cf74f5d089
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue