diff options
author | Mathieu Othacehe <othacehe@gnu.org> | 2021-12-01 09:23:51 +0100 |
---|---|---|
committer | Mathieu Othacehe <othacehe@gnu.org> | 2021-12-01 09:23:51 +0100 |
commit | 854120d01ffe8b209fa8d897ba0fcf39ce2cdf32 (patch) | |
tree | b5dc39783ae6a37b790fec62fe0698a6c1041c39 | |
parent | 6805ab3290f54cd1859f54e23d0213b110b07764 (diff) | |
download | guix-854120d01ffe8b209fa8d897ba0fcf39ce2cdf32.tar.gz guix-854120d01ffe8b209fa8d897ba0fcf39ce2cdf32.zip |
gnu: Remove duplicated patch.
* gnu/local.mk (dist_patch_DATA): Remove duplicated line.
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 624e190cc2..2fc05ba703 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1059,7 +1059,6 @@ dist_patch_DATA = \ %D%/packages/patches/freecad-boost-serialization.patch \ %D%/packages/patches/freecad-vtk9.patch \ %D%/packages/patches/freedink-engine-fix-sdl-hints.patch \ - %D%/packages/patches/freedink-engine-fix-sdl-hints.patch \ %D%/packages/patches/freeglut-gcc-compat.patch \ %D%/packages/patches/freeimage-unbundle.patch \ %D%/packages/patches/fuse-overlapping-headers.patch \ |