Skip to content

Commit f922419

Browse files
committed
flent: Add passthru.updateScript
1 parent 57fc5be commit f922419

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkgs/by-name/fl/flent/package.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
fetchPypi,
55
procps,
66
qt5,
7+
nix-update-script,
78
}:
89
python3Packages.buildPythonApplication rec {
910
pname = "flent";
@@ -42,6 +43,7 @@ python3Packages.buildPythonApplication rec {
4243
)
4344
'';
4445

46+
passthru.updateScript = nix-update-script { };
4547
meta = {
4648
description = "FLExible Network Tester";
4749
homepage = "https://flent.org";

0 commit comments

Comments
 (0)