update
This commit is contained in:
parent
b7f67c6223
commit
db13d109f9
8 changed files with 46 additions and 50 deletions
overlays
|
@ -7,7 +7,9 @@
|
|||
|
||||
# https://discourse.nixos.org/t/disable-ssh-agent-from-gnome-keyring-on-gnome/28176/5
|
||||
gnome-keyring = prev.gnome-keyring.overrideAttrs (oldAttrs: {
|
||||
configureFlags = oldAttrs.configureFlags or [ ] ++ [ "--disable-ssh-agent" ];
|
||||
mesonFlags = (builtins.filter (flag: flag != "-Dssh-agent=true") oldAttrs.mesonFlags) ++ [
|
||||
"-Dssh-agent=false"
|
||||
];
|
||||
});
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue