Merge branch 'master.upstream' into staging.upstream
This commit is contained in:
@@ -107,5 +107,8 @@ stdenv.mkDerivation rec {
|
||||
maintainers = [ lib.maintainers.wkennington ];
|
||||
};
|
||||
|
||||
passthru.ldflags = "-lncurses";
|
||||
passthru = {
|
||||
ldflags = "-lncurses";
|
||||
inherit unicode abiVersion;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user