cloc: fix sourceRoot

This commit is contained in:
Mateusz Kowalczyk
2017-11-01 21:41:18 +00:00
parent e32352fd97
commit e1d7f7ba82
+1 -1
View File
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
sha256 = "1ihma4f6f92jp1mvzr4rjrgyh9m5wzrlxngaxfn7g0a8r2kyi65b";
};
sourceRoot = "cloc-${version}-src/Unix";
sourceRoot = "source/Unix";
buildInputs = [ makeWrapper perl AlgorithmDiff RegexpCommon ];