Merge pull request #326478 from doronbehar/pkg/scons-fix-eval
godot3-mono: fix scons override python3 argument
This commit is contained in:
@@ -6,12 +6,12 @@
|
||||
, dotnet-sdk
|
||||
, writeText
|
||||
, scons
|
||||
, python311
|
||||
, python311Packages
|
||||
}:
|
||||
|
||||
(godot3.override {
|
||||
scons = scons.override {
|
||||
python3 = python311;
|
||||
python3Packages = python311Packages;
|
||||
};
|
||||
}).overrideAttrs (self: base: {
|
||||
pname = "godot3-mono";
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{ godot3, mono, scons, python311 }:
|
||||
{ godot3, mono, scons, python311Packages }:
|
||||
|
||||
(godot3.override {
|
||||
scons = scons.override {
|
||||
python3 = python311;
|
||||
python3Packages = python311Packages;
|
||||
};
|
||||
}).overrideAttrs (self: base: {
|
||||
pname = "godot3-mono-glue";
|
||||
|
||||
Reference in New Issue
Block a user