summary refs log tree commit diff
path: root/pkgs/applications/window-managers/compiz
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/window-managers/compiz')
-rw-r--r--pkgs/applications/window-managers/compiz/0.6.2.nix2
-rw-r--r--pkgs/applications/window-managers/compiz/0.7.8.nix2
-rw-r--r--pkgs/applications/window-managers/compiz/0.8.0.nix2
3 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/window-managers/compiz/0.6.2.nix b/pkgs/applications/window-managers/compiz/0.6.2.nix
index 0c89087d02a9..21edc7aaa51e 100644
--- a/pkgs/applications/window-managers/compiz/0.6.2.nix
+++ b/pkgs/applications/window-managers/compiz/0.6.2.nix
@@ -24,7 +24,7 @@ args : with args;
 	};
 	in with localDefs;
 let
-	postAll = FullDepEntry ("
+	postAll = fullDepEntry ("
     for i in $out/bin/*; do
      patchelf --set-rpath /var/run/opengl-driver/lib:$(patchelf --print-rpath $i) $i
     done
diff --git a/pkgs/applications/window-managers/compiz/0.7.8.nix b/pkgs/applications/window-managers/compiz/0.7.8.nix
index 0e7cfc2910de..19daa93700b5 100644
--- a/pkgs/applications/window-managers/compiz/0.7.8.nix
+++ b/pkgs/applications/window-managers/compiz/0.7.8.nix
@@ -25,7 +25,7 @@ args : with args;
 	};
 	in with localDefs;
 let
-	postAll = FullDepEntry ("
+	postAll = fullDepEntry ("
     for i in $out/bin/*; do
      patchelf --set-rpath /var/run/opengl-driver/lib:$(patchelf --print-rpath $i) $i
     done
diff --git a/pkgs/applications/window-managers/compiz/0.8.0.nix b/pkgs/applications/window-managers/compiz/0.8.0.nix
index d521b2a4fa3f..5ce13690991d 100644
--- a/pkgs/applications/window-managers/compiz/0.8.0.nix
+++ b/pkgs/applications/window-managers/compiz/0.8.0.nix
@@ -24,7 +24,7 @@ args : with args;
 	};
 	in with localDefs;
 let
-	postAll = FullDepEntry ("
+	postAll = fullDepEntry ("
     for i in $out/bin/*; do
      patchelf --set-rpath /var/run/opengl-driver/lib:$(patchelf --print-rpath $i) $i
     done