summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorrnhmjoj <rnhmjoj@inventati.org>2020-02-13 09:38:16 +0100
committerrnhmjoj <rnhmjoj@inventati.org>2020-02-13 09:38:16 +0100
commit91f81e84de0d2e6923246e9a6873520c18860bb3 (patch)
tree53db8d7844f8eef556b3cda5c78eb80e2c188809 /pkgs/applications
parentceb35dac589503aa6b9660bde427e52a00de4f9a (diff)
downloadnixpkgs-91f81e84de0d2e6923246e9a6873520c18860bb3.tar
nixpkgs-91f81e84de0d2e6923246e9a6873520c18860bb3.tar.gz
nixpkgs-91f81e84de0d2e6923246e9a6873520c18860bb3.tar.bz2
nixpkgs-91f81e84de0d2e6923246e9a6873520c18860bb3.tar.lz
nixpkgs-91f81e84de0d2e6923246e9a6873520c18860bb3.tar.xz
nixpkgs-91f81e84de0d2e6923246e9a6873520c18860bb3.tar.zst
nixpkgs-91f81e84de0d2e6923246e9a6873520c18860bb3.zip
rxvt-unicode/vtwheel: use new package name for rxvt-unicode
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/misc/rxvt-unicode-plugins/urxvt-vtwheel/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/rxvt-unicode-plugins/urxvt-vtwheel/default.nix b/pkgs/applications/misc/rxvt-unicode-plugins/urxvt-vtwheel/default.nix
index 2f2c2055803..3d0dec20c9a 100644
--- a/pkgs/applications/misc/rxvt-unicode-plugins/urxvt-vtwheel/default.nix
+++ b/pkgs/applications/misc/rxvt-unicode-plugins/urxvt-vtwheel/default.nix
@@ -2,7 +2,7 @@
 
 stdenv.mkDerivation {
 
-  name = "rxvt_unicode-vtwheel-0.3.2";
+  name = "rxvt-unicode-vtwheel-0.3.2";
 
   src = fetchgit {
    url = "https://aur.archlinux.org/urxvt-vtwheel.git";
@@ -24,4 +24,4 @@ stdenv.mkDerivation {
     platforms = with platforms; unix;
   };
   
-}
\ No newline at end of file
+}