about summary refs log tree commit diff
path: root/pkgs/applications/kde/ksquares.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/kde/ksquares.nix')
-rw-r--r--pkgs/applications/kde/ksquares.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/kde/ksquares.nix b/pkgs/applications/kde/ksquares.nix
index 12d989befe191..b48ee473523c5 100644
--- a/pkgs/applications/kde/ksquares.nix
+++ b/pkgs/applications/kde/ksquares.nix
@@ -1,7 +1,7 @@
 { mkDerivation, lib, extra-cmake-modules, kdoctools, libkdegames, kconfig, kcrash, kxmlgui }:
 
 mkDerivation {
-  name = "ksquares";
+  pname = "ksquares";
   meta = with lib; {
     homepage = "https://kde.org/applications/en/games/org.kde.ksquares";
     description = "A game of Dots and Boxes";