about summary refs log tree commit diff
path: root/pkgs/applications/networking/irc/quassel
diff options
context:
space:
mode:
authorFelix Buehler <account@buehler.rocks>2021-07-12 12:51:53 +0200
committerFelix Buehler <account@buehler.rocks>2021-07-19 14:55:48 +0200
commite4e631ebb81da8b76f9159736b63c727c05aa4db (patch)
tree01fa83af645f1ac37347adba8c0718f580e0e81e /pkgs/applications/networking/irc/quassel
parent62c3e45f3056c0fdf6efc05e4a87e208ed12f989 (diff)
applications/networking: /s/name/pname&version/
Diffstat (limited to 'pkgs/applications/networking/irc/quassel')
-rw-r--r--pkgs/applications/networking/irc/quassel/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/irc/quassel/default.nix b/pkgs/applications/networking/irc/quassel/default.nix
index b72e28929e3ec..7869333479e94 100644
--- a/pkgs/applications/networking/irc/quassel/default.nix
+++ b/pkgs/applications/networking/irc/quassel/default.nix
@@ -32,7 +32,7 @@ let
   edf = flag: feature: [("-D" + feature + (if flag then "=ON" else "=OFF"))];
 
 in (if !buildClient then stdenv.mkDerivation else mkDerivation) rec {
-  name = "quassel${tag}-${version}";
+  pname = "quassel${tag}";
   version = "0.13.1";
 
   src = fetchFromGitHub {