From f0915ee880d4acf6541dc1d364825d21205659f2 Mon Sep 17 00:00:00 2001 From: FliegendeWurst Date: Tue, 21 Jan 2025 16:35:39 +0100 Subject: [PATCH] libfakekey: fix cross build --- pkgs/by-name/li/libfakekey/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/li/libfakekey/package.nix b/pkgs/by-name/li/libfakekey/package.nix index 9a90ea45bd87..2d01260e8f66 100644 --- a/pkgs/by-name/li/libfakekey/package.nix +++ b/pkgs/by-name/li/libfakekey/package.nix @@ -22,7 +22,7 @@ stdenv.mkDerivation rec { hash = "sha256-QNJlxZ9uNwNgFWm9qRJdPfusx7dXHZajjFH7wDhpgcs="; }; - preConfigure = "./autogen.sh"; + configureScript = "./autogen.sh"; nativeBuildInputs = [ automake