forked from M-Labs/nix-scripts
vivado: nixpkgs 23.05 compat
This commit is contained in:
parent
d419b3628b
commit
54af3e9297
|
@ -17,7 +17,7 @@ pkgs.buildFHSUserEnv {
|
||||||
xorg.libXext
|
xorg.libXext
|
||||||
xorg.libXtst
|
xorg.libXtst
|
||||||
xorg.libXi
|
xorg.libXi
|
||||||
]
|
] ++ ( if pkgs ? libxcrypt-legacy then [ pkgs.libxcrypt-legacy ] else [])
|
||||||
);
|
);
|
||||||
profile = "source ${vivadoPath}/settings64.sh";
|
profile = "source ${vivadoPath}/settings64.sh";
|
||||||
runScript = "vivado";
|
runScript = "vivado";
|
||||||
|
|
Loading…
Reference in New Issue