GStreamer: Actually use the setup hook.
svn path=/nixpkgs/trunk/; revision=26482
This commit is contained in:
parent
0333bc298d
commit
acffafe66f
@ -25,6 +25,8 @@ stdenv.mkDerivation rec {
|
|||||||
# Hm, apparently --disable-gtk-doc is ignored...
|
# Hm, apparently --disable-gtk-doc is ignored...
|
||||||
postInstall = "rm -rf $out/share/gtk-doc";
|
postInstall = "rm -rf $out/share/gtk-doc";
|
||||||
|
|
||||||
|
setupHook = ./setup-hook.sh;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://gstreamer.freedesktop.org;
|
homepage = http://gstreamer.freedesktop.org;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user