diff options
Diffstat (limited to 'third_party/overlays')
-rw-r--r-- | third_party/overlays/tvl.nix | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/third_party/overlays/tvl.nix b/third_party/overlays/tvl.nix index 2b7cf0e9ed8f..f7b1536069cc 100644 --- a/third_party/overlays/tvl.nix +++ b/third_party/overlays/tvl.nix @@ -49,14 +49,4 @@ self: super: { mkShell = super.lib.makeOverridable(args: (super.mkShell args) // { meta.ci = false; }); - - # TODO(tazjin): determine whether this is the cause of my suspend - # bugs, and if so, upstream it to nixpkgs. - xsecurelock = super.xsecurelock.overrideAttrs(drv: rec { - buildInputs = drv.buildInputs ++ [ self.makeWrapper ]; - postInstall = '' - wrapProgram $out/libexec/xsecurelock/saver_blank \ - --prefix PATH : ${self.coreutils}/bin - ''; - }); } |