asleap: format

This commit is contained in:
Austin Horstman
2024-11-04 19:29:24 -06:00
parent 1c835f9736
commit e08f1da4a6
+13 -2
View File
@@ -1,4 +1,11 @@
{lib, stdenv, fetchFromGitHub, openssl, libpcap, libxcrypt}:
{
lib,
stdenv,
fetchFromGitHub,
openssl,
libpcap,
libxcrypt,
}:
stdenv.mkDerivation rec {
pname = "asleap";
@@ -11,7 +18,11 @@ stdenv.mkDerivation rec {
sha256 = "sha256-S6jS0cg9tHSfmP6VHyISkXJxczhPx3HDdxT46c+YmE8=";
};
buildInputs = [ openssl libpcap libxcrypt ];
buildInputs = [
openssl
libpcap
libxcrypt
];
installPhase = ''
install -Dm755 asleap $out/bin/asleap