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:
parent
c0db1fec7c
commit
a389b7aa26
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue