task | override to get citrix installing agian due to changes in libvorbis
This commit is contained in:
parent
ebf8e0d64a
commit
01ded75c37
1 changed files with 9 additions and 1 deletions
|
|
@ -5,7 +5,15 @@
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
home.packages = with pkgs; [
|
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" = {
|
home.file."ICAClient" = {
|
||||||
recursive = true;
|
recursive = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue