about summary refs log tree commit diff
path: root/nixpkgs/pkgs/applications/window-managers/way-cooler/wlc.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/applications/window-managers/way-cooler/wlc.nix')
-rw-r--r--nixpkgs/pkgs/applications/window-managers/way-cooler/wlc.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixpkgs/pkgs/applications/window-managers/way-cooler/wlc.nix b/nixpkgs/pkgs/applications/window-managers/way-cooler/wlc.nix
index 3f2891ffd510..03d0b3023f71 100644
--- a/nixpkgs/pkgs/applications/window-managers/way-cooler/wlc.nix
+++ b/nixpkgs/pkgs/applications/window-managers/way-cooler/wlc.nix
@@ -6,7 +6,7 @@
 }:
 
 stdenv.mkDerivation rec {
-  name = "wlc-${version}";
+  pname = "wlc";
   version = "0.0.11";
 
   src = fetchFromGitHub {