about summary refs log tree commit diff
path: root/pkgs/applications/misc/hello-unfree/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/misc/hello-unfree/default.nix')
-rw-r--r--pkgs/applications/misc/hello-unfree/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/misc/hello-unfree/default.nix b/pkgs/applications/misc/hello-unfree/default.nix
index 1647a09edfd6..a2d2e8ad735c 100644
--- a/pkgs/applications/misc/hello-unfree/default.nix
+++ b/pkgs/applications/misc/hello-unfree/default.nix
@@ -1,7 +1,7 @@
 { stdenv, runtimeShell }:
 
 stdenv.mkDerivation rec {
-  name = "example-unfree-package-${version}";
+  pname = "example-unfree-package";
   version = "1.0";
 
   phases = [ "installPhase" "fixupPhase" ];