about summary refs log tree commit diff
path: root/pkgs/shells
diff options
context:
space:
mode:
authorVladimír Čunát <v@cunat.cz>2023-03-15 17:35:39 +0100
committerVladimír Čunát <v@cunat.cz>2023-03-15 17:35:39 +0100
commita86610144f60e8a54f12a75f2ca0ad62e2a5b7fa (patch)
treecaa105ad817423bfecfd033ba278371a91760cbf /pkgs/shells
parentc34e72182fa2a19a471014b849430b84fdedfb3d (diff)
parent1c52b361a85d4f9e139d5b54fc21df2e1e012285 (diff)
Merge #219444: staging-next 2023-03-04
Diffstat (limited to 'pkgs/shells')
-rw-r--r--pkgs/shells/bash/blesh/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/shells/bash/blesh/default.nix b/pkgs/shells/bash/blesh/default.nix
index 8c1fc271645b0..caadb94f4f1f3 100644
--- a/pkgs/shells/bash/blesh/default.nix
+++ b/pkgs/shells/bash/blesh/default.nix
@@ -7,7 +7,7 @@
 }:
 
 stdenvNoCC.mkDerivation rec {
-  name = "blesh";
+  pname = "blesh";
   version = "unstable-2022-07-29";
 
   src = fetchzip {