vivado: nixpkgs 23.05 compat

pull/86/head
Sebastien Bourdeauducq 2023-06-07 21:15:31 +08:00
parent d419b3628b
commit 54af3e9297
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ pkgs.buildFHSUserEnv {
xorg.libXext
xorg.libXtst
xorg.libXi
]
] ++ ( if pkgs ? libxcrypt-legacy then [ pkgs.libxcrypt-legacy ] else [])
);
profile = "source ${vivadoPath}/settings64.sh";
runScript = "vivado";