Unverified Commit 75666ddc authored by Cosima Neidahl's avatar Cosima Neidahl Committed by GitHub
Browse files

Merge pull request #334678 from OPNA2608/fix/rcu-src-keepalive

rcu: Properly keep src alive
parents eba9525c 5aa8ddf7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 = [