tv pass: add 19.03 compatibility

This commit is contained in:
tv 2019-04-12 20:28:11 +02:00
parent 9b2355521f
commit 9efae807ef
1 changed files with 1 additions and 2 deletions

View File

@ -45,10 +45,9 @@ foldl' mergeAttrs {}
self.callPackage ./compat/18.03/pass {
pass-otp = self.callPackage ./compat/18.03/pass-otp {};
};
"18.09" =
}.${versions.majorMinor nixpkgsVersion} or
super.pass.withExtensions (ext: [
ext.pass-otp
]);
}.${versions.majorMinor nixpkgsVersion};
}