summary refs log tree commit diff
path: root/pkgs/applications/window-managers/compiz-fusion/extra/0.7.8.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/window-managers/compiz-fusion/extra/0.7.8.nix')
-rw-r--r--pkgs/applications/window-managers/compiz-fusion/extra/0.7.8.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/window-managers/compiz-fusion/extra/0.7.8.nix b/pkgs/applications/window-managers/compiz-fusion/extra/0.7.8.nix
index 39108fab204..7ea173e1561 100644
--- a/pkgs/applications/window-managers/compiz-fusion/extra/0.7.8.nix
+++ b/pkgs/applications/window-managers/compiz-fusion/extra/0.7.8.nix
@@ -11,11 +11,11 @@ args : with args;
 	} ;
 	in with localDefs;
 let
-	sharePlugins = FullDepEntry ("
+	sharePlugins = fullDepEntry ("
 		ensureDir \$out/share/compiz-plugins
 		ln -vsf \$out/lib/compiz \$out/share/compiz-plugins
 	") [minInit doMakeInstall defEnsureDir];
-	fixIncludes = FullDepEntry (''
+	fixIncludes = fullDepEntry (''
 		export NIX_CFLAGS_COMPILE="$NIX_CFLAGS_COMPILE -I${pluginsMain}/include/compiz"
 	'') [minInit doUnpack];
 in