task | override to get citrix installing agian due to changes in libvorbis

This commit is contained in:
Don Harper 2024-11-03 22:47:47 -06:00
parent ebf8e0d64a
commit 01ded75c37

View file

@ -5,7 +5,15 @@
...
}: {
home.packages = with pkgs; [
citrix_workspace
(pkgs.citrix_workspace.override {
libvorbis = pkgs.libvorbis.override {
libogg = pkgs.libogg.overrideAttrs (prevAttrs: {
cmakeFlags = (prevAttrs.cmakeFlags or []) ++ [
(lib.cmakeBool "BUILD_SHARED_LIBS" true)
];
});
};
})
];
home.file."ICAClient" = {
recursive = true;