···3031 outputs = [ "out" "info" ];
3233- buildInputs = [ ]
34- ++ lib.optional stdenv.isLinux acl
35- ++ lib.optional stdenv.isDarwin autoreconfHook;
3637 # May have some issues with root compilation because the bootstrap tool
38 # cannot be used as a login shell for now.
···3031 outputs = [ "out" "info" ];
3233+ nativeBuildInputs = lib.optional stdenv.isDarwin autoreconfHook;
34+ buildInputs = lib.optional stdenv.isLinux acl;
03536 # May have some issues with root compilation because the bootstrap tool
37 # cannot be used as a login shell for now.