mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-13 16:34:27 +00:00
19 lines
570 B
Nix
19 lines
570 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, base64Bytestring, binary, byteable, cryptohash, random }:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "pwstore-fast";
|
|
version = "2.4.2";
|
|
sha256 = "1idpk0cc61jibj50h2a39k37s630c8h5k5d1qvbc89nql4jc132l";
|
|
buildDepends = [
|
|
base64Bytestring binary byteable cryptohash random
|
|
];
|
|
meta = {
|
|
homepage = "https://github.com/PeterScott/pwstore";
|
|
description = "Secure password storage";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|