summary refs log tree commit diff
path: root/pkgs/stdenv/generic/check-meta.nix
AgeCommit message (Expand)AuthorFilesLines
2021-04-25stdenv: support mainProgram in metaAna Hobden1-0/+1
2021-02-23stdenv/check-meta: change to allowlist and blocklist (#114127)WORLDofPEACE1-20/+20
2021-02-08stdenv: remove mention of flashplayer (in comments)Bernardo Meurer1-1/+1
2020-11-28Merge pull request #85545 from LnL7/meta-available-flagsDaiderd Jordan1-10/+29
2020-11-09Promote allowUnfreePredicate in remediation messageArnout Engelen1-5/+15
2020-10-27stdenv/check-meta: add hint to NIXPKGS_ALLOW_* for unfree/broken/unsupported ...Markus S. Wamser1-2/+17
2020-06-11stdenv/check-meta: alignment/widthzowoq1-7/+7
2020-06-10docs: increase awareness of NIXPKGS_ALLOW_INSECURE=1Geoffrey Huntley1-2/+7
2020-04-19meta: expose availability flags in derivation metadataDaiderd Jordan1-10/+29
2019-12-15allowInsecureDefaultPredicate: fix to use getNameRobert Scott1-1/+1
2019-11-03Revert "stdenv/check-meta: getEnv if the attribute is unset (#72376)" (#72752)Dmitry Kalinkin1-4/+7
2019-11-03stdenv/check-meta: getEnv if the attribute is unset (#72376)zimbatm1-7/+4
2019-10-27Fix handling of lists in whitelistedLicenses and blacklistedLicensesGraham Bennett1-3/+3
2019-08-28Merge staging-next into stagingFrederik Rietdijk1-8/+9
2019-08-26treewide: remove redundant quotesvolth1-1/+1
2019-08-15stdenv/check-meta: construct name from pname and version if name unavailabledanbst1-8/+9
2019-06-04Merge pull request #60349 from matthewbauer/fix-60345Matthew Bauer1-8/+5
2019-05-10Changelog meta entry (#60371)Michael Raskin1-0/+1
2019-04-30check-meta: use system tuple in platformsMatthew Bauer1-8/+5
2019-04-11check-env: don't execute check-meta.nix 15,000 timesGraham Christensen1-6/+6
2018-12-18stdenv: shorten evaluation errors when in HydraGraham Christensen1-3/+9
2018-11-11meta.tests: rename into passthru.testsLéo Gaspard1-0/+1
2018-11-11meta.tests: drop `meta.needsVMSupport`Léo Gaspard1-3/+1
2018-11-11tests: split into a separate `all-tests.nix` fileLéo Gaspard1-2/+4
2018-10-30dovecot, opensmtpd: add link to test in `meta.tests`Léo Gaspard1-2/+10
2018-09-23Remove dead code from stdenv check-meta license logicBenjamin Hipple1-3/+2
2018-09-18stdenv: Validate meta.outputsToInstallGraham Christensen1-0/+25
2018-04-27check-meta.nix: specify meta.timeoutMichael Raskin1-0/+2
2018-04-19Merge pull request #38485 from obsidiansystems/nixos-nixpkgs-optionsJohn Ericson1-1/+1
2018-04-17meta: Add `NIXPKGS_ALLOW_UNSUPPORTED_SYSTEM` for consistencyJohn Ericson1-3/+6
2018-04-17meta: Don't bypass unsupported platforms with allowBroken.Shea Levy1-2/+3
2018-04-06nixpkgs module: Clean up platform optionsJohn Ericson1-1/+1
2018-03-27meta: Simplify platform check logicJohn Ericson1-3/+4
2018-03-27meta: Add badPlatforms attribute for platform blacklisting.Shea Levy1-2/+4
2018-03-19Merge pull request #37395 from obsidiansystems/lib-meta-platformJohn Ericson1-4/+2
2018-03-19lib: Factor in tiny bit of `meta.platform` checkingJohn Ericson1-4/+2
2018-03-18Merge pull request #34444 from obsidiansystems/meta-checkJohn Ericson1-14/+19
2018-03-15lib, stdenv: Check `meta.platforms` against host platform and be open worldJohn Ericson1-4/+9
2018-03-14stdenv: Clean up check meta argsJohn Ericson1-11/+11
2018-03-06stdenv: check-meta: fix fallout from #36119Jan Malakhovski1-1/+1
2018-02-18stdenv.mkDerivation: rename `meta.evaluates` -> `meta.available`Jan Malakhovski1-1/+1
2018-02-11check-meta: Use concatStringsTuomas Tynkkynen1-2/+1
2018-01-14Merge #33057: stdenv meta checks: make them lazyVladimír Čunát1-12/+11
2018-01-14stdenv: provide `meta.name`Jan Malakhovski1-0/+1
2018-01-14stdenv: provide `meta.evaluates`Jan Malakhovski1-0/+1
2018-01-09schedulingPriority should be an int, fix check-meta type and in-tree useWill Dietz1-1/+1
2018-01-03stdenv: perform checks only when evaluating .drv and .outJan Malakhovski1-12/+9
2017-12-14stdenv: make knownVulnerabilities a known meta-typeGraham Christensen1-0/+1
2017-12-12stdenv: allow specifying a eval issuee handlerGraham Christensen1-5/+12
2017-12-12stdenv checkMeta: throw -> traceVladimír Čunát1-1/+1