mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 10:53:52 +00:00
luaPackages.readline: simplify sourceRoot
This commit is contained in:
parent
60e834fa00
commit
6e6d8bea3a
@ -524,9 +524,7 @@ with prev;
|
||||
tar xf *.tar.gz
|
||||
'';
|
||||
# Without this, source root is wrongly set to ./readline-2.6/doc
|
||||
setSourceRoot = ''
|
||||
sourceRoot=./readline-${lib.versions.majorMinor oa.version}
|
||||
'';
|
||||
sourceRoot = "readline-${lib.versions.majorMinor oa.version}";
|
||||
});
|
||||
|
||||
sqlite = prev.sqlite.overrideAttrs (drv: {
|
||||
|
Loading…
Reference in New Issue
Block a user