From 491667f8a95d89d3401bd9cfa99021cf7a7eb7b5 Mon Sep 17 00:00:00 2001 From: Adam Joseph Date: Wed, 5 Apr 2023 19:21:22 -0700 Subject: [PATCH] dante: autoreconfHook unconditionally --- pkgs/servers/dante/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/servers/dante/default.nix b/pkgs/servers/dante/default.nix index f5b2e5a785fc..571572baca22 100644 --- a/pkgs/servers/dante/default.nix +++ b/pkgs/servers/dante/default.nix @@ -10,7 +10,7 @@ stdenv.mkDerivation rec { sha256 = "0pbahkj43rx7rmv2x40mf5p3g3x9d6i2sz7pzglarf54w5ghd2j1"; }; - nativeBuildInputs = lib.optional stdenv.hostPlatform.isMips64 autoreconfHook; + nativeBuildInputs = [ autoreconfHook ]; buildInputs = [ pam libkrb5 cyrus_sasl miniupnpc libxcrypt ]; configureFlags = if !stdenv.isDarwin