ffado: fix eval

This commit is contained in:
K900 2024-07-02 16:53:23 +03:00
parent a1614c9d56
commit ecfc551ff8

View File

@ -63,7 +63,7 @@ mkDerivation rec {
nativeBuildInputs = [
desktop-file-utils
(scons.override { python3 = python311; })
(scons.override { python3Packages = python311.pkgs; })
pkg-config
which
python