summary refs log tree commit diff
path: root/pkgs/applications/window-managers/compiz-fusion/extra/0.6.0.nix
diff options
context:
space:
mode:
authorMarc Weber <marco-oweber@gmx.de>2009-05-19 23:25:58 +0000
committerMarc Weber <marco-oweber@gmx.de>2009-05-19 23:25:58 +0000
commit52647ea3b08e24623ef32b303a4815467e1144e3 (patch)
tree94635a356ecae478695d3c25fc0416db92bad54d /pkgs/applications/window-managers/compiz-fusion/extra/0.6.0.nix
parent1500252e6fa30fc8b615587bc13a8f470b071586 (diff)
downloadnixlib-52647ea3b08e24623ef32b303a4815467e1144e3.tar
nixlib-52647ea3b08e24623ef32b303a4815467e1144e3.tar.gz
nixlib-52647ea3b08e24623ef32b303a4815467e1144e3.tar.bz2
nixlib-52647ea3b08e24623ef32b303a4815467e1144e3.tar.lz
nixlib-52647ea3b08e24623ef32b303a4815467e1144e3.tar.xz
nixlib-52647ea3b08e24623ef32b303a4815467e1144e3.tar.zst
nixlib-52647ea3b08e24623ef32b303a4815467e1144e3.zip
FullDepEntry -> fullDepEntry, PackEntry -> packEntry
svn path=/nixpkgs/trunk/; revision=15662
Diffstat (limited to 'pkgs/applications/window-managers/compiz-fusion/extra/0.6.0.nix')
-rw-r--r--pkgs/applications/window-managers/compiz-fusion/extra/0.6.0.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/window-managers/compiz-fusion/extra/0.6.0.nix b/pkgs/applications/window-managers/compiz-fusion/extra/0.6.0.nix
index bcd1ec9f0f26..9b091ac7ce42 100644
--- a/pkgs/applications/window-managers/compiz-fusion/extra/0.6.0.nix
+++ b/pkgs/applications/window-managers/compiz-fusion/extra/0.6.0.nix
@@ -11,11 +11,11 @@ args : with args;
 	} null; /* null is a terminator for sumArgs */
 	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 ("
 sed -e 's@#include <text.h>@#include <compiz/text.h>@' -i src/group/group-internal.h;
 sed -e 's@#include <text.h>@#include <compiz/text.h>@' -i src/scalefilter/scalefilter.c;
 	") [minInit doUnpack];