Skip to content

Commit

Permalink
ncurses: rename name to pname&version
Browse files Browse the repository at this point in the history
  • Loading branch information
Stunkymonkey committed Feb 10, 2022
1 parent 0bb8786 commit 8b36aaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/libraries/ncurses/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
stdenv.mkDerivation rec {
# Note the revision needs to be adjusted.
version = "6.3";
name = "ncurses-${version}" + lib.optionalString (abiVersion == "5") "-abi5-compat";
pname = "ncurses" + lib.optionalString (abiVersion == "5") "-abi5-compat";

# We cannot use fetchFromGitHub (which calls fetchzip)
# because we need to be able to use fetchurlBoot.
Expand Down

0 comments on commit 8b36aaf

Please sign in to comment.