about summary refs log tree commit diff
path: root/pkgs/shells/pash
diff options
context:
space:
mode:
authorFelix Buehler <account@buehler.rocks>2021-11-08 17:12:26 +0100
committerFelix Buehler <account@buehler.rocks>2021-12-23 22:46:35 +0100
commit989e950f487765688d2ae4ff7e7db5ccb4bbd2ef (patch)
treedef9bf8c02ed6e305512e20732f11394606638de /pkgs/shells/pash
parente2b2136d6302cd2936b49eeda58b55816758a3aa (diff)
buildDotnetPackage: rename baseName to pname
Diffstat (limited to 'pkgs/shells/pash')
-rw-r--r--pkgs/shells/pash/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/shells/pash/default.nix b/pkgs/shells/pash/default.nix
index c7c6e4e5a7d41..431091bf8d1cc 100644
--- a/pkgs/shells/pash/default.nix
+++ b/pkgs/shells/pash/default.nix
@@ -1,7 +1,7 @@
 { lib, fetchFromGitHub, buildDotnetPackage }:
 
 buildDotnetPackage {
-  baseName = "pash";
+  pname = "pash";
   version = "git-2016-07-06";
 
   src = fetchFromGitHub {