lttng-modules: fix bad attribute reference
Fixup error introduced in commit 410f2a9dabe52c490858618cf827b82828cf5938 ("lttng: align attribute name with package name"). lttng-modules is not a top-level attribute.
This commit is contained in:
parent
a6e1caacda
commit
fdba7f35fe
@ -7440,6 +7440,7 @@ let
|
||||
ktap = callPackage ../os-specific/linux/ktap { };
|
||||
|
||||
lttng-modules = callPackage ../os-specific/linux/lttng-modules { };
|
||||
lttngModules = lttng-modules; # added 2014-07-31
|
||||
|
||||
broadcom_sta = callPackage ../os-specific/linux/broadcom-sta/default.nix { };
|
||||
|
||||
@ -11420,7 +11421,6 @@ let
|
||||
# Attributes for backward compatibility.
|
||||
adobeReader = adobe-reader;
|
||||
asciidocFull = asciidoc-full; # added 2014-06-22
|
||||
lttngModules = lttng-modules; # added 2014-07-31
|
||||
lttngTools = lttng-tools; # added 2014-07-31
|
||||
lttngUst = lttng-ust; # added 2014-07-31
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user