Merge pull request #158960 from Stunkymonkey/ncurses-pname-version

This commit is contained in:
Sandro 2022-02-17 18:00:26 +01:00 committed by GitHub
commit 4b17017864
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.