re2c : Fix build by adjusting sourceRoot.

This commit is contained in:
Karn Kallio
2017-07-09 07:36:51 +00:00
committed by Vincent Laporte
parent 6e2579c465
commit ee5a17514c
@@ -4,7 +4,7 @@ stdenv.mkDerivation rec {
name = "re2c-${version}";
version = "0.16";
sourceRoot = "${name}-src/re2c";
sourceRoot = "re2c/re2c";
src = fetchFromGitHub {
owner = "skvadrik";