summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/audio/ladspa-plugins/ladspah.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/audio/ladspa-plugins/ladspah.nix')
-rw-r--r--pkgs/applications/audio/ladspa-plugins/ladspah.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/ladspa-plugins/ladspah.nix b/pkgs/applications/audio/ladspa-plugins/ladspah.nix
index 1e29eadcadae..12ea91714a3b 100644
--- a/pkgs/applications/audio/ladspa-plugins/ladspah.nix
+++ b/pkgs/applications/audio/ladspa-plugins/ladspah.nix
@@ -12,7 +12,7 @@ in
};
in with localDefs;
let
- copyFile = FullDepEntry ("
+ copyFile = fullDepEntry ("
ensureDir \$out/include
cp ${src} \$out/include/ladspa.h
") [minInit defEnsureDir];