Merge branch 'staging-next' into staging
This commit is contained in:
@@ -849,9 +849,10 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
hierarchical packages; exception-based error handling; and very
|
||||
high level dynamic data types.
|
||||
'';
|
||||
license = licenses.psfl;
|
||||
license = lib.licenses.psfl;
|
||||
pkgConfigModules = [ "python3" ];
|
||||
platforms = platforms.linux ++ platforms.darwin ++ platforms.windows ++ platforms.freebsd;
|
||||
platforms =
|
||||
lib.platforms.linux ++ lib.platforms.darwin ++ lib.platforms.windows ++ lib.platforms.freebsd;
|
||||
mainProgram = executable;
|
||||
teams = [ lib.teams.python ];
|
||||
# static build on x86_64-darwin/aarch64-darwin breaks with:
|
||||
|
||||
Reference in New Issue
Block a user