tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
wakelan: ibiblioPubLinux mirror
AndersonTorres
3 years ago
638efbf7
de6c0f0f
+7
-10
1 changed file
expand all
collapse all
unified
split
pkgs
tools
networking
wakelan
default.nix
+7
-10
pkgs/tools/networking/wakelan/default.nix
···
5
version = "1.1";
6
7
src = fetchurl {
8
-
url = "mirror://metalab/system/network/misc/wakelan-${version}.tar.gz";
9
-
sha256 = "0vydqpf44146ir6k87gmqaq6xy66xhc1gkr3nsd7jj3nhy7ypx9x";
10
};
11
12
preInstall = ''
···
15
16
meta = {
17
description = "Send a wake-on-lan packet";
18
-
19
-
longDescription =
20
-
'' WakeLan sends a properly formatted UDP packet across the
21
-
network which will cause a wake-on-lan enabled computer to
22
-
power on.
23
-
'';
24
-
25
license = lib.licenses.gpl2Plus;
26
-
27
maintainers = [ lib.maintainers.viric ];
28
platforms = lib.platforms.unix;
29
};
···
5
version = "1.1";
6
7
src = fetchurl {
8
+
url = "mirror://ibiblioPubLinux/system/network/misc/${pname}-${version}.tar.gz";
9
+
hash = "sha256-PfXrj4d2SHmatiPPFxjsxvhusML1HTRNjoYEQtzFzW8=";
10
};
11
12
preInstall = ''
···
15
16
meta = {
17
description = "Send a wake-on-lan packet";
18
+
longDescription = ''
19
+
WakeLan sends a properly formatted UDP packet across the
20
+
network which will cause a wake-on-lan enabled computer to
21
+
power on.
22
+
'';
0
0
23
license = lib.licenses.gpl2Plus;
0
24
maintainers = [ lib.maintainers.viric ];
25
platforms = lib.platforms.unix;
26
};