Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 28f8ca560f7c026813f2fd5e0606ca0c6139e7b8
      
https://github.com/NixOS/nixpkgs/commit/28f8ca560f7c026813f2fd5e0606ca0c6139e7b8
  Author: Profpatsch <[email protected]>
  Date:   2016-05-19 (Thu, 19 May 2016)

  Changed paths:
    M pkgs/build-support/release/debian-build.nix

  Log Message:
  -----------
  debian-build: fix checkinstall invocation (#15538)

Checkinstall had two problems:
1. when it was called without a version (e.g. with a derivation created
by fetchFromGitHub) it would use `src` as debian version, which caused
dpkg to fail
2. when dpkg failed, it would invoke the pager with the log, which hangs
the build

So now
1. the default version is the dummy `0.0.0`
2. the used pager is `cat`


_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to