rcu: Properly keep src alive
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user