fix regressions where "${repo}-${rev}-scr" pattern was hardcoded

This commit is contained in:
Volth
2017-07-04 20:22:13 +00:00
parent 535a6c3520
commit b935b21ffd
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ let
sha256 = "1vmbrw686f41n6xfjphfshn96vl07ynvnsyjdw9yfn9bfnldcjcq";
};
srcRoot = "pfixtools-${pfixtoolsSrc.rev}-src";
srcRoot = pfixtoolsSrc.name;
libCommonSrc = fetchFromGitHub {
owner = "Fruneau";