mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
re2c: fix sourceRoot in a more robust way
Reverting ee5a17514c
would also work.
The temporary confusion was due to #26877 changes.
This commit is contained in:
parent
c5fdfffa46
commit
3a891c67fc
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ stdenv.mkDerivation rec {
|
|||
name = "re2c-${version}";
|
||||
version = "0.16";
|
||||
|
||||
sourceRoot = "re2c/re2c";
|
||||
sourceRoot = "${src.name}/re2c";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "skvadrik";
|
||||
|
|
Loading…
Reference in a new issue