about summary refs log tree commit diff
path: root/nixpkgs/pkgs/desktops/plasma-5/layer-shell-qt.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/desktops/plasma-5/layer-shell-qt.nix')
-rw-r--r--nixpkgs/pkgs/desktops/plasma-5/layer-shell-qt.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixpkgs/pkgs/desktops/plasma-5/layer-shell-qt.nix b/nixpkgs/pkgs/desktops/plasma-5/layer-shell-qt.nix
index 9e18bbb4bff5..812637795531 100644
--- a/nixpkgs/pkgs/desktops/plasma-5/layer-shell-qt.nix
+++ b/nixpkgs/pkgs/desktops/plasma-5/layer-shell-qt.nix
@@ -4,7 +4,7 @@
 }:
 
 mkDerivation {
-  name = "layer-shell-qt";
+  pname = "layer-shell-qt";
   nativeBuildInputs = [ extra-cmake-modules ];
   buildInputs = [ kguiaddons kidletime kwindowsystem kwayland qtbase wayland-scanner wayland wayland-protocols ];
 }