Author: ludo
Date: Wed Mar 23 21:56:05 2011
New Revision: 26482
URL: https://svn.nixos.org/websvn/nix/?rev=26482&sc=1

Log:
GStreamer: Actually use the setup hook.

Modified:
   nixpkgs/trunk/pkgs/development/libraries/gstreamer/gstreamer/default.nix

Modified: 
nixpkgs/trunk/pkgs/development/libraries/gstreamer/gstreamer/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/development/libraries/gstreamer/gstreamer/default.nix    
Wed Mar 23 21:55:59 2011        (r26481)
+++ nixpkgs/trunk/pkgs/development/libraries/gstreamer/gstreamer/default.nix    
Wed Mar 23 21:56:05 2011        (r26482)
@@ -25,6 +25,8 @@
   # Hm, apparently --disable-gtk-doc is ignored...
   postInstall = "rm -rf $out/share/gtk-doc";
 
+  setupHook = ./setup-hook.sh;
+
   meta = {
     homepage = http://gstreamer.freedesktop.org;
 
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to