about summary refs log tree commit diff
path: root/pkgs/desktops/deepin/apps/deepin-editor
diff options
context:
space:
mode:
authorrewine <lhongxu@outlook.com>2023-04-11 18:18:19 +0800
committerrewine <lhongxu@outlook.com>2023-04-12 10:27:17 +0800
commit5959e9a15defc54541707d1a01189b10a0ba4d86 (patch)
treea37d548d1fdbc76ea14e76769695f5852cdda386 /pkgs/desktops/deepin/apps/deepin-editor
parent679c22fc6dd1e1da31106b831b6f024e7e23071b (diff)
downloadnixlib-5959e9a15defc54541707d1a01189b10a0ba4d86.tar
nixlib-5959e9a15defc54541707d1a01189b10a0ba4d86.tar.gz
nixlib-5959e9a15defc54541707d1a01189b10a0ba4d86.tar.bz2
nixlib-5959e9a15defc54541707d1a01189b10a0ba4d86.tar.lz
nixlib-5959e9a15defc54541707d1a01189b10a0ba4d86.tar.xz
nixlib-5959e9a15defc54541707d1a01189b10a0ba4d86.tar.zst
nixlib-5959e9a15defc54541707d1a01189b10a0ba4d86.zip
deepin: use file name as fetchpatch's name
Diffstat (limited to 'pkgs/desktops/deepin/apps/deepin-editor')
-rw-r--r--pkgs/desktops/deepin/apps/deepin-editor/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/desktops/deepin/apps/deepin-editor/default.nix b/pkgs/desktops/deepin/apps/deepin-editor/default.nix
index 1f26134e9a1c..b83ee544ab63 100644
--- a/pkgs/desktops/deepin/apps/deepin-editor/default.nix
+++ b/pkgs/desktops/deepin/apps/deepin-editor/default.nix
@@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
 
   patches = [
     (fetchpatch {
-      name = "chore: use GNUInstallDirs in CmakeLists";
+      name = "chore-use-GNUInstallDirs-in-CmakeLists.patch";
       url = "https://github.com/linuxdeepin/deepin-editor/commit/7f4314f386a3c8f5cdea3618591b8eb027d034c3.patch";
       sha256 = "sha256-/aSBa2nILc/YrFchUyhBHHs2c7Mv6N1juwD5Sdc39Uo=";
     })