about summary refs log tree commit diff
path: root/pkgs/tools/security/bmrsa
AgeCommit message (Collapse)AuthorFilesLines
2022-09-29licenses: remove gpl1Weijia Wang1-1/+1
2021-02-20treewide: unzip buildInputs to nativeBuildInputs (#112302)Ben Siraphob1-1/+1
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2016-08-02treewide: Add lots of meta.platformsTuomas Tynkkynen1-0/+1
Build-tested on x86_64 Linux & Mac.
2015-11-24bmrsa: reimplement using mkDerivationJoachim Fasting1-23/+13
Also set homepage & license (GPL according to the README, no license is actually included in the source repo).
2015-09-14all-packages: Use callPackage where possibleMathnerd3141-2/+2
2013-07-14Change package urls to use mirror://sourceforgeEvgeny Egorochkin1-1/+1
2012-01-18* "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra1-1/+1
function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
2009-11-23Fix the cleanup-induced problemsMichael Raskin1-1/+1
svn path=/nixpkgs/trunk/; revision=18554
2009-05-24big breaking change: renaming lib.getAttr to lib.attrByPathMarc Weber1-1/+1
getAttr was ambiguous. It's also a builtin function fix svn path=/nixpkgs/trunk/; revision=15692
2009-05-19FullDepEntry -> fullDepEntry, PackEntry -> packEntryMarc Weber1-2/+2
svn path=/nixpkgs/trunk/; revision=15662
2008-12-04Starting migrating old builderDefs packages to builderDefsPackage style.Michael Raskin1-30/+36
svn path=/nixpkgs/trunk/; revision=13591
2008-11-04meta.function -> passthru.function, not killing other contents of passthruMichael Raskin1-1/+1
svn path=/nixpkgs/trunk/; revision=13190
2008-08-19Changed builderDefs to use composedArgsAndFun, reduced number of nulls, made ↵Michael Raskin1-3/+3
overrides in builderDefsPackage to work in an intuitive manner. svn path=/nixpkgs/trunk/; revision=12655
2008-03-03Added Shamir Secret Sharing Scheme and bmrsa. Fixed libgcryptMichael Raskin1-0/+32
svn path=/nixpkgs/trunk/; revision=10928