mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-20 23:51:03 +00:00
wakelan: ibiblioPubLinux mirror
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user