Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 3449107d683e80848ed408cbecf20845cf99663e
      
https://github.com/NixOS/nixpkgs/commit/3449107d683e80848ed408cbecf20845cf99663e
  Author: Benno Fünfstück <benno.fuenfstu...@gmail.com>
  Date:   2017-03-07 (Tue, 07 Mar 2017)

  Changed paths:
    M pkgs/tools/cd-dvd/dvdisaster/default.nix

  Log Message:
  -----------
  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


_______________________________________________
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to