{ haskellPackages, haskell, fetchFromGitea, }: let inherit (haskell.lib.compose) justStaticExecutables; drv = haskellPackages.callCabal2nix "hutils" (fetchFromGitea { domain = "git.confusedcompiler.org"; owner = "leana8959"; repo = "hutils"; rev = "3f57c11390d9ee937307afac15039ebd2e31d5cf"; hash = "sha256-smyvd41E6PkOBegKhuYTRby6SC68as4pZr6fgzAci/Y="; }) {}; in justStaticExecutables drv