citrix update to new version and removed dependency junk
This commit is contained in:
parent
f94fccf8ed
commit
d4a980e712
3 changed files with 2 additions and 9 deletions
|
|
@ -6,22 +6,15 @@ with lib; let
|
||||||
config = pkgs.config // {
|
config = pkgs.config // {
|
||||||
allowUnfree = true;
|
allowUnfree = true;
|
||||||
allowInsecure = true;
|
allowInsecure = true;
|
||||||
permittedInsecurePackages = ["libsoup-2.74.3"];
|
|
||||||
allowInsecurePredicate = pkg:
|
|
||||||
builtins.elem (lib.getName pkg) ["libsoup-2.74.3"];
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
in {
|
in {
|
||||||
options.roles.citrix = {enable = lib.mkEnableOption "citrix tools";};
|
options.roles.citrix = {enable = lib.mkEnableOption "citrix tools";};
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
nixpkgs.config.permittedInsecurePackages = ["libsoup-2.74.3"];
|
|
||||||
home-manager.users.don.home.packages = with citrixPkgs; [ citrix_workspace ];
|
home-manager.users.don.home.packages = with citrixPkgs; [ citrix_workspace ];
|
||||||
home-manager.users.don.nixpkgs.config = {
|
nixpkgs.config = {
|
||||||
allowUnfree = true;
|
allowUnfree = true;
|
||||||
allowInsecure = true;
|
allowInsecure = true;
|
||||||
permittedInsecurePackages = ["libsoup-2.74.3"];
|
|
||||||
allowInsecurePredicate = pkg:
|
|
||||||
builtins.elem (lib.getName pkg) ["libsoup-2.74.3"];
|
|
||||||
};
|
};
|
||||||
home-manager.users.don.home.file."ICAClient" = {
|
home-manager.users.don.home.file."ICAClient" = {
|
||||||
recursive = true;
|
recursive = true;
|
||||||
|
|
|
||||||
|
|
@ -305,7 +305,7 @@ in {
|
||||||
config = {
|
config = {
|
||||||
allowUnfree = true;
|
allowUnfree = true;
|
||||||
allowUnfreePredicate = true;
|
allowUnfreePredicate = true;
|
||||||
permittedInsecurePackages = ["libsoup-2.74.3" "qtwebengine-5.15.19"];
|
permittedInsecurePackages = ["qtwebengine-5.15.19"];
|
||||||
allowInsecurePredicate = pkg:
|
allowInsecurePredicate = pkg:
|
||||||
builtins.elem (lib.getName pkg) ["broadcom-sta"];
|
builtins.elem (lib.getName pkg) ["broadcom-sta"];
|
||||||
};
|
};
|
||||||
|
|
|
||||||
BIN
src/linuxx64-26.01.0.150.tar.gz
Normal file
BIN
src/linuxx64-26.01.0.150.tar.gz
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue