diff options
| author | Tobias Geerinckx-Rice <me@tobias.gr> | 2016-12-19 20:42:19 +0100 |
|---|---|---|
| committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2016-12-19 20:42:19 +0100 |
| commit | 8d1ef002ee96bbc8909bfbe704ecc1bbaab764d8 (patch) | |
| tree | 11c016bbbd4559b38d184524981e01c550dcb02d | |
| parent | 1f94bff2d4e46a737d5c44ffcc43c7157d7a2178 (diff) | |
gnu: linux-libre: Fix typo.
* gnu/packages/linux.scm (%linux-libre-hash): Remove excess quote.
| -rw-r--r-- | gnu/packages/linux.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index e90f71d845c..827ee8b37cf 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm | |||
| @@ -346,7 +346,7 @@ It has been modified to remove all non-free binary blobs.") | |||
| 346 | 346 | ||
| 347 | ;; Avoid rebuilding kernel variants when there is a minor version bump. | 347 | ;; Avoid rebuilding kernel variants when there is a minor version bump. |
| 348 | (define %linux-libre-version "4.8.15") | 348 | (define %linux-libre-version "4.8.15") |
| 349 | (define %linux-libre-hash "0msgi44mh1ighfawysrzrljikwrapkvk418d6h0v45vj2i5rwln9"") | 349 | (define %linux-libre-hash "0msgi44mh1ighfawysrzrljikwrapkvk418d6h0v45vj2i5rwln9") |
| 350 | 350 | ||
| 351 | (define-public linux-libre-arm-generic | 351 | (define-public linux-libre-arm-generic |
| 352 | (make-linux-libre %linux-libre-version | 352 | (make-linux-libre %linux-libre-version |
