diff options
author | Mark H Weaver <mhw@netris.org> | 2019-05-18 02:53:32 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2019-05-26 14:19:04 -0400 |
commit | 2bdce7a654edd014a8860c81d01c1db41b2d5598 (patch) | |
tree | 4dadf06f44ef85818240c0d334daf9d21d9cf036 | |
parent | 403b3a8c6113bcdae387ed92af61fb49921ab592 (diff) | |
download | guix-2bdce7a654edd014a8860c81d01c1db41b2d5598.tar guix-2bdce7a654edd014a8860c81d01c1db41b2d5598.tar.gz |
gnu: linux-libre: Rename a patch.
* gnu/packages/linux.scm (%linux-libre-arm-export-__sync_icache_dcache-patch):
Remove the version from the file name, since it applies to multiple versions.
-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 8a353acb39..83c23dc200 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -246,7 +246,7 @@ defconfig. Return the appropriate make target if applicable, otherwise return "/raw/34a7d9011fcfcfa38b68282fd2b1a8797e6834f0" "/debian/patches/bugfix/arm/" "arm-mm-export-__sync_icache_dcache-for-xen-privcmd.patch")) - (file-name "linux-libre-4.19-arm-export-__sync_icache_dcache.patch") + (file-name "linux-libre-arm-export-__sync_icache_dcache.patch") (sha256 (base32 "1ifnfhpakzffn4b8n7x7w5cps9mzjxlkcfz9zqak2vaw8nzvl39f")))) |