Loading pkgs/tools/networking/asleap/default.nix +13 −2 Original line number Diff line number Diff line {lib, stdenv, fetchFromGitHub, openssl, libpcap, libxcrypt}: { lib, stdenv, fetchFromGitHub, openssl, libpcap, libxcrypt, }: stdenv.mkDerivation rec { pname = "asleap"; Loading @@ -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 Loading Loading
pkgs/tools/networking/asleap/default.nix +13 −2 Original line number Diff line number Diff line {lib, stdenv, fetchFromGitHub, openssl, libpcap, libxcrypt}: { lib, stdenv, fetchFromGitHub, openssl, libpcap, libxcrypt, }: stdenv.mkDerivation rec { pname = "asleap"; Loading @@ -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 Loading