fix(overlay): add openssh patch for fhs envs
This commit is contained in:
parent
e4278df921
commit
c13273a45a
2 changed files with 18 additions and 0 deletions
|
@ -10,10 +10,15 @@ final: prev: {
|
|||
};
|
||||
});
|
||||
|
||||
fhs-openssh = prev.openssh.overrideAttrs (old: {
|
||||
patches = old.patches or [] ++ [ ./openssh-fhs-fix.patch ];
|
||||
});
|
||||
|
||||
idea-ultimate-fhs = prev.buildFHSEnv {
|
||||
name = "idea-ultimate";
|
||||
|
||||
targetPkgs = pkgs: (with pkgs; [
|
||||
fhs-openssh
|
||||
stdenv.cc.cc.lib
|
||||
glfw3-minecraft
|
||||
openal
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue