rcu: Properly keep src alive

This commit is contained in:
OPNA2608 2024-08-14 19:46:43 +02:00
parent 277791ce48
commit 5aa8ddf7e5

View file

@ -27,6 +27,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 = [