3
0
Fork 0
forked from mirrors/nixpkgs

dvdisaster: make the built-in Help button actually work

Hardly useful under NixOS+Gnome (where the default HTML browser is,
apparently, gedit...) but that's a different bug.
This commit is contained in:
Tobias Geerinckx-Rice 2015-02-22 16:05:43 +01:00
parent c0db1fec7c
commit a389b7aa26

View file

@ -14,6 +14,9 @@ stdenv.mkDerivation rec {
patchShebangs ./ patchShebangs ./
''; '';
# Explicit --docdir= is required for on-line help to work:
configureFlags = [ "--docdir=$out/share/doc" ];
buildInputs = [ buildInputs = [
pkgconfig which gettext intltool pkgconfig which gettext intltool
glib gtk2 glib gtk2