diff options
author | makefu <github@syntax-fehler.de> | 2020-11-18 19:37:46 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2020-11-18 19:37:46 +0100 |
commit | f66309f0289c76dc9797573a73acbad186f4e380 (patch) | |
tree | 67cef41758a32d447dd2f03841dfc119efc63f51 /tv/5pkgs/default.nix | |
parent | 34da75341bc63e0ade7a6a5596891655d4f82659 (diff) | |
parent | 7f11cf509f9e1595628582522d4d0acaea748608 (diff) |
Merge remote-tracking branch 'lass/20.09' into 20.09
Diffstat (limited to 'tv/5pkgs/default.nix')
-rw-r--r-- | tv/5pkgs/default.nix | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/tv/5pkgs/default.nix b/tv/5pkgs/default.nix index 2f6b67e73..fd3d2f32a 100644 --- a/tv/5pkgs/default.nix +++ b/tv/5pkgs/default.nix @@ -40,14 +40,4 @@ foldl' mergeAttrs {} gnupg = self.gnupg22; - pass = { - "18.03" = - self.callPackage ./compat/18.03/pass { - pass-otp = self.callPackage ./compat/18.03/pass-otp {}; - }; - }.${versions.majorMinor version} or - super.pass.withExtensions (ext: [ - ext.pass-otp - ]); - } |