about summary refs log tree commit diff
path: root/pkgs/applications/video/subtitleeditor
diff options
context:
space:
mode:
authorBen Siraphob <bensiraphob@gmail.com>2021-02-01 15:05:09 +0700
committerBen Siraphob <bensiraphob@gmail.com>2021-02-01 15:05:09 +0700
commita6ac3eedbd197746dae3be74d3a605741ab44cb9 (patch)
tree6059fc005bcde08ac52232d351c06258369f053b /pkgs/applications/video/subtitleeditor
parent9fdcac4b9baa1fb96a775ed3ca9dc7f2ce76c96e (diff)
treewide: xdg_utils -> xdg-utils
Diffstat (limited to 'pkgs/applications/video/subtitleeditor')
-rw-r--r--pkgs/applications/video/subtitleeditor/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/video/subtitleeditor/default.nix b/pkgs/applications/video/subtitleeditor/default.nix
index 3dfd9d4b09ba3..cc3d518ff884a 100644
--- a/pkgs/applications/video/subtitleeditor/default.nix
+++ b/pkgs/applications/video/subtitleeditor/default.nix
@@ -1,6 +1,6 @@
 { lib, stdenv, fetchFromGitHub, autoreconfHook, pkg-config, intltool, file,
   desktop-file-utils, enchant, gtk3, gtkmm3, gst_all_1, hicolor-icon-theme,
-  libsigcxx, libxmlxx, xdg_utils, isocodes, wrapGAppsHook
+  libsigcxx, libxmlxx, xdg-utils, isocodes, wrapGAppsHook
 }:
 
 let
@@ -41,7 +41,7 @@ stdenv.mkDerivation {
     hicolor-icon-theme
     libsigcxx
     libxmlxx
-    xdg_utils
+    xdg-utils
     isocodes
   ];