about summary refs log tree commit diff
path: root/pkgs/tools/security/mpw
AgeCommit message (Collapse)AuthorFilesLines
2024-03-19treewide: add meta.mainProgram to packages with a single binarystuebinm1-0/+1
The nixpkgs-unstable channel's programs.sqlite was used to identify packages producing exactly one binary, and these automatically added to their package definitions wherever possible.
2023-08-12treewide: remove unneeded dots and slashes in `sourceRoot`sJan Malakhovski1-1/+1
2023-08-11treewide: noop: refer to `src.name` or similar where appropriate, part 3: ↵Jan Malakhovski1-1/+1
more use cases This continues where d8f7f6a5cee067b81bfaaa3aa079adb94ed7c01e left off. Similarly to that commit, this commit this also points `sourceRoot`s to `src.name` and similar instead of keeping hardcoded names, and edits other derivation attrs do do the same, where appropriate. Also, similarly to d8f7f6a5cee067b81bfaaa3aa079adb94ed7c01e some of expressions this edits use `srcs` attribute with customly-named sources, so they have to be moved into `let` blocks to keep evaluation efficient (the other, worse, way to do this would to recurcively refer to `elemAt n finalAttrs.srcs` or, similarly, with `rec`).
2022-11-10mpw: don't run checkPhase on aarch64emmabastas1-1/+3
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-03-18mpw: point upgrade and minor cleanupsPeter Hoeg1-19/+42
2018-04-30treewide: http to httpsRyan Mulligan1-1/+1
2017-11-07mpw: 2.1 -> 2.6Kilian Schweppe1-28/+17
2016-10-30mpw: build from github to fix segfaultJude Taylor1-16/+20
2016-08-02treewide: Add lots of platforms to packages with no metaTuomas Tynkkynen1-0/+4
Build-tested on x86_64 Linux and on Darwin.
2015-10-05libxml2,libxslt: split into multiple outputsVladimír Čunát1-1/+1
Fixed all references, hopefully. libxml2Python is slightly hacky now, but it seems to work.
2015-09-30add mpwJude Taylor1-0/+42