From 08a875d862dc42a45dd0cafebddc0c9cfd672cbc Mon Sep 17 00:00:00 2001 From: Colin Date: Wed, 22 Nov 2023 08:05:14 +0000 Subject: [PATCH] cross: remove workaround for obex_data_server, which cross compiles cleanly now --- overlays/cross.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/overlays/cross.nix b/overlays/cross.nix index b248593f..73af3339 100644 --- a/overlays/cross.nix +++ b/overlays/cross.nix @@ -1437,10 +1437,6 @@ in { # # buildInputs = lib.remove final.gnupg upstream.buildInputs; # }); - # fixes "/nix/store/0wk6nr1mryvylf5g5frckjam7g7p9gpi-bash-5.2-p15/bin/bash: line 2: --prefix=ods_manager: command not found" - # - dbus-glib should maybe be removed from buildInputs, too? but doing so breaks upstream configure - obex_data_server = addNativeInputs [ final.dbus-glib ] prev.obex_data_server; - # openfortivpn = prev.openfortivpn.override { # # fixes "checking for /proc/net/route... configure: error: cannot check for file existence when cross compiling" # inherit (emulated) stdenv;