Custom citrix stuff is fixed in nixpkgs

This commit is contained in:
Charlotte Van Petegem 2021-05-04 10:44:51 +02:00
parent ec4c6bdf13
commit 07835720b5
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -5,13 +5,6 @@
{ path = ".ICAClient"; type = "data"; }
];
};
nixpkgs.overlays = [
(self: super: {
citrix_workspace = super.citrix_workspace.overrideAttrs (old: {
buildInputs = old.buildInputs ++ [ self.libdrm self.mesa ];
});
})
];
home-manager.users.charlotte = { pkgs, ... }: {
home.packages = with pkgs; [ citrix_workspace ];
};