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 ./
|
||||
'';
|
||||
|
||||
# Explicit --docdir= is required for on-line help to work:
|
||||
configureFlags = [ "--docdir=$out/share/doc" ];
|
||||
|
||||
buildInputs = [
|
||||
pkgconfig which gettext intltool
|
||||
glib gtk2
|
||||
|
|
Loading…
Reference in a new issue