From 17acafd50ae4e2509426f801ce818920cfccde0f Mon Sep 17 00:00:00 2001 From: yukkop Date: Sun, 20 Apr 2025 00:17:24 +0000 Subject: [PATCH] fix: `hel`: anus linking --- package/c/hectic/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/c/hectic/default.nix b/package/c/hectic/default.nix index f115a12..4b41fc9 100644 --- a/package/c/hectic/default.nix +++ b/package/c/hectic/default.nix @@ -1,4 +1,4 @@ -{ stdenv, gcc, lib, bash, inotify-tools }: +{ stdenv, patchelf, gcc, lib, bash, inotify-tools }: stdenv.mkDerivation { pname = "hectic";