summary refs log tree commit diff
path: root/pkgs/tools/cd-dvd/dvdisaster/default.nix
diff options
context:
space:
mode:
authorBenno Fünfstück <benno.fuenfstueck@gmail.com>2017-03-07 12:07:29 +0100
committerBenno Fünfstück <benno.fuenfstueck@gmail.com>2017-03-07 12:11:27 +0100
commit3449107d683e80848ed408cbecf20845cf99663e (patch)
tree137315b011d3b6844d2c045da27cf3e64a762935 /pkgs/tools/cd-dvd/dvdisaster/default.nix
parent0b2502a2845ae7ea4f74c04903d925dd6b65ffc7 (diff)
downloadnixlib-3449107d683e80848ed408cbecf20845cf99663e.tar
nixlib-3449107d683e80848ed408cbecf20845cf99663e.tar.gz
nixlib-3449107d683e80848ed408cbecf20845cf99663e.tar.bz2
nixlib-3449107d683e80848ed408cbecf20845cf99663e.tar.lz
nixlib-3449107d683e80848ed408cbecf20845cf99663e.tar.xz
nixlib-3449107d683e80848ed408cbecf20845cf99663e.tar.zst
nixlib-3449107d683e80848ed408cbecf20845cf99663e.zip
dvdisaster: fix $out variable expansion (makeFlags)
Make requires variables with more than one letter to be surrounded by parentheses,
like `$(out)`. Just writing `$out` will be interpreted as `$o` followed by `ut`, so
the package installed its documentaion to `ut/share/doc`.

/cc maintainers @jgeerds @nckx
Diffstat (limited to 'pkgs/tools/cd-dvd/dvdisaster/default.nix')
-rw-r--r--pkgs/tools/cd-dvd/dvdisaster/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/cd-dvd/dvdisaster/default.nix b/pkgs/tools/cd-dvd/dvdisaster/default.nix
index a0306d8d51a9..7e3c2cda48b8 100644
--- a/pkgs/tools/cd-dvd/dvdisaster/default.nix
+++ b/pkgs/tools/cd-dvd/dvdisaster/default.nix
@@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
 
   configureFlags = [
     # Explicit --docdir= is required for on-line help to work:
-    "--docdir=$out/share/doc"
+    "--docdir=share/doc"
     "--with-nls=yes"
     "--with-embedded-src-path=no"
   ] ++ stdenv.lib.optional (builtins.elem stdenv.system