fix source root locations.
These have changed following commit
c3255fe8ec.
See also:
- https://github.com/NixOS/nixpkgs/pull/31004
- https://github.com/NixOS/nixpkgs/pull/31106
This commit is contained in:
@@ -9,7 +9,9 @@ stdenv.mkDerivation {
|
||||
|
||||
src = sourceAttrs.src;
|
||||
|
||||
sourceRoot = "Jool-v${sourceAttrs.version}-src/usr";
|
||||
setSourceRoot = ''
|
||||
sourceRoot=$(echo */usr)
|
||||
'';
|
||||
|
||||
nativeBuildInputs = [ autoreconfHook pkgconfig ];
|
||||
buildInputs = [ libnl ];
|
||||
|
||||
Reference in New Issue
Block a user