From bfd3e0efc1af9654808e644b157eb3c170c26fa1 Mon Sep 17 00:00:00 2001 From: Austin Horstman Date: Sun, 29 Oct 2023 20:18:55 -0500 Subject: [PATCH] hyprprop: add meta.mainProgram --- hyprprop/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hyprprop/default.nix b/hyprprop/default.nix index 2ab936e..7fe842c 100644 --- a/hyprprop/default.nix +++ b/hyprprop/default.nix @@ -44,5 +44,6 @@ stdenvNoCC.mkDerivation { license = licenses.mit; platforms = platforms.unix; maintainers = with maintainers; [fufexan]; + mainProgram = "hyprprop"; }; }