mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
asleap: format
This commit is contained in:
parent
1c835f9736
commit
e08f1da4a6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user