mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
rcu: Properly keep src alive
This commit is contained in:
parent
277791ce48
commit
5aa8ddf7e5
1 changed files with 1 additions and 0 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue