remmina: fix Python 3 not available on PATH

This commit is contained in:
Michael Hoang
2025-05-23 13:11:09 +10:00
parent 2795c506fe
commit 5d0d147965
+1
View File
@@ -135,6 +135,7 @@ stdenv.mkDerivation (finalAttrs: {
${lib.optionalString stdenv.hostPlatform.isDarwin ''
--prefix XDG_DATA_DIRS : "$XDG_ICON_DIRS"
''}
--prefix PATH : "${lib.makeBinPath [ python3 ]}"
)
'';