From 39d956a7536c03a3fe1caa3ed87e685bbc5a76e9 Mon Sep 17 00:00:00 2001 From: Albert Armea Date: Thu, 1 Jan 2026 15:57:55 -0500 Subject: [PATCH] Add `curl` as a build dependency It seems Ubuntu stopped shipping this with desktop releases relatively recently --- scripts/deps/build.pkgs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/deps/build.pkgs b/scripts/deps/build.pkgs index 96d33e7..9ef8903 100644 --- a/scripts/deps/build.pkgs +++ b/scripts/deps/build.pkgs @@ -26,3 +26,6 @@ libgirepository1.0-dev # Layer shell for HUD overlay libgtk4-layer-shell-dev + +# Required for rustup +curl