1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-01-22 14:45:27 +00:00

GStreamer: Actually use the setup hook.

svn path=/nixpkgs/trunk/; revision=26482
This commit is contained in:
Ludovic Courtès 2011-03-23 21:56:05 +00:00
parent 0333bc298d
commit acffafe66f

View file

@ -25,6 +25,8 @@ stdenv.mkDerivation rec {
# Hm, apparently --disable-gtk-doc is ignored...
postInstall = "rm -rf $out/share/gtk-doc";
setupHook = ./setup-hook.sh;
meta = {
homepage = http://gstreamer.freedesktop.org;