Unverified Commit 0bd2e273 authored by Marien Zwart's avatar Marien Zwart
Browse files

emacsPackages.bpr: fix future preBuild

We conditionally set `preBuild` depending on version. For a new enough
version of the `bpr` package, we would set `preBuild` to the
`previousAttrs` attrset.

This looks like a copy/paste error, so fix it.

This code is currently not reachable: it would need a newer version of
`bpr`, which has had no changes upstream for several years.
parent 17e4a22a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -897,7 +897,7 @@ let
                    rm --verbose --force test-bpr.el
                  ''
                else
                  previousAttrs;
                  previousAttrs.preBuild or "";
            }
          );