Merge pull request #334864 from NixOS/backport-334678-to-release-24.05

[Backport release-24.05] rcu: Properly keep src alive
This commit is contained in:
Cosima Neidahl 2024-08-24 11:13:11 +02:00 committed by GitHub
commit c7eb282d73
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,6 +28,7 @@ python3Packages.buildPythonApplication rec {
in runCommand "${src-tarball.name}-unpacked" {} ''
gunzip -ck ${src-tarball} | tar -xvf-
mv rcu $out
ln -s ${src-tarball} $out/src
'';
patches = [