mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
wakelan: ibiblioPubLinux mirror
This commit is contained in:
parent
de6c0f0ff7
commit
638efbf778
@ -5,8 +5,8 @@ stdenv.mkDerivation rec {
|
||||
version = "1.1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://metalab/system/network/misc/wakelan-${version}.tar.gz";
|
||||
sha256 = "0vydqpf44146ir6k87gmqaq6xy66xhc1gkr3nsd7jj3nhy7ypx9x";
|
||||
url = "mirror://ibiblioPubLinux/system/network/misc/${pname}-${version}.tar.gz";
|
||||
hash = "sha256-PfXrj4d2SHmatiPPFxjsxvhusML1HTRNjoYEQtzFzW8=";
|
||||
};
|
||||
|
||||
preInstall = ''
|
||||
@ -15,15 +15,12 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = {
|
||||
description = "Send a wake-on-lan packet";
|
||||
|
||||
longDescription =
|
||||
'' WakeLan sends a properly formatted UDP packet across the
|
||||
network which will cause a wake-on-lan enabled computer to
|
||||
power on.
|
||||
'';
|
||||
|
||||
longDescription = ''
|
||||
WakeLan sends a properly formatted UDP packet across the
|
||||
network which will cause a wake-on-lan enabled computer to
|
||||
power on.
|
||||
'';
|
||||
license = lib.licenses.gpl2Plus;
|
||||
|
||||
maintainers = [ lib.maintainers.viric ];
|
||||
platforms = lib.platforms.unix;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user