summary refs log tree commit diff
path: root/pkgs/applications/window-managers/compiz-fusion/bcop/0.7.4.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/window-managers/compiz-fusion/bcop/0.7.4.nix')
-rw-r--r--pkgs/applications/window-managers/compiz-fusion/bcop/0.7.4.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/window-managers/compiz-fusion/bcop/0.7.4.nix b/pkgs/applications/window-managers/compiz-fusion/bcop/0.7.4.nix
index 9f516398b45..13928f3db73 100644
--- a/pkgs/applications/window-managers/compiz-fusion/bcop/0.7.4.nix
+++ b/pkgs/applications/window-managers/compiz-fusion/bcop/0.7.4.nix
@@ -11,11 +11,11 @@ args : with args;
 	} ;
 	in with localDefs;
 let 
-	fixPkgconfig = FullDepEntry ("
+	fixPkgconfig = fullDepEntry ("
 		ensureDir \$out/lib
 		ln -fs \$out/share/pkgconfig \$out/lib/pkgconfig
 	") [minInit doMakeInstall defEnsureDir];
-	fixInterpreter = FullDepEntry ("
+	fixInterpreter = fullDepEntry ("
 		sed -e 's@^#!/bin/bash@#! ${stdenv.bash}/bin/bash@' -i \$out/bin/bcop
 	") [minInit doMakeInstall];
 in