cloc: fix sourceRoot

This commit is contained in:
Mateusz Kowalczyk 2017-11-01 21:37:19 +00:00
parent e32352fd97
commit e1d7f7ba82

View file

@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
sha256 = "1ihma4f6f92jp1mvzr4rjrgyh9m5wzrlxngaxfn7g0a8r2kyi65b";
};
sourceRoot = "cloc-${version}-src/Unix";
sourceRoot = "source/Unix";
buildInputs = [ makeWrapper perl AlgorithmDiff RegexpCommon ];