lttng-modules: fix bad attribute reference

Fixup error introduced in commit
410f2a9dab ("lttng: align attribute name
with package name"). lttng-modules is not a top-level attribute.
This commit is contained in:
Bjørn Forsman 2014-07-31 17:02:55 +02:00
parent a6e1caacda
commit fdba7f35fe
1 changed files with 1 additions and 1 deletions

View File

@ -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