summary refs log tree commit diff
path: root/maintainers
Commit message (Collapse)AuthorAge
* Fix references to pkgs/libEelco Dolstra2013-10-10
|
* Make eval-release.nix less pickyEelco Dolstra2013-10-06
| | | | | | | It now only checks that each derivation's drvPath attribute evaluates. Previously it checked everything (via toXML) but that causes derivations with dubious passthru attribute to fail (see commit 70fee5da112b8a0093d59ac16cdead4d0a72f357).
* Move some old docsEelco Dolstra2013-10-01
|
* Remove obsolete doc fileEelco Dolstra2013-10-01
|
* nixpkgs-lint: add check for meta.platforms attributeBjørn Forsman2013-09-07
|
* Fix a few typosIvan Kozik2013-08-11
|
* nixpkgs-lint: Warn against capitalised package names and missing versionsEelco Dolstra2013-07-30
|
* nixpkgs-lint: Fix priority checkEelco Dolstra2013-07-30
|
* nixpkgs-lint: Add support for filtering by maintainerEelco Dolstra2013-07-30
| | | | | | | For instance, you can now say "nixpkgs-lint -m alice" to show only packages maintained by Alice. Also added command-line parsing.
* Add nixpkgs-lintEelco Dolstra2013-07-25
| | | | | | | | | | | | | | | | | | | | | This is a simple tool to scan Nixpkgs for violations of the packaging guidelines, such as multiple packages with the same name, packages that lack a description or license, and so on. To use: $ nix-env -i nixpkgs-lint $ cd .../nixpkgs $ nixpkgs-lint Current statistics: Number of packages: 8666 Number of missing maintainers: 3711 Number of missing licenses: 6159 Number of missing descriptions: 1337 Number of bad descriptions: 633 Number of name collisions: 277
* nix-generate-from-cpan: Handle META.jsonEelco Dolstra2013-07-16
| | | | Fixes #761.
* nix-generate-from-cpan: Hack to handle non-UTF-8 META.yml filesEelco Dolstra2013-06-16
|
* Rewrite the CPAN generator to PerlEelco Dolstra2013-06-13
| | | | | | | | | | | | | Also: - It's now installable by doing "nix-env -i nix-generate-from-cpan". - It maps dependencies to the correct attribute (e.g. HTML::HeadParser is mapped to HTMLParser). - It automatically selects buildPerlPackage or buildPerlModule. - It's documented in the manual.
* Make the location of the tarballs cache configurableEelco Dolstra2013-06-04
|
* generate-cpan-package: Don't hard-code Eelco's environmentShea Levy2013-03-27
| | | | Signed-off-by: Shea Levy <shea@shealevy.com>
* Fix commentEelco Dolstra2013-03-26
|
* eval-release.nix: Handle the new job structureEelco Dolstra2013-03-26
| | | | | | | Now that we don't need to pass "system" arguments anymore, this thing is *almost* obsolete. (Except for the need to handle assertion failures, you could just do "nix-instantiate --eval-only ..." on release.nix.)
* Add very hacky script to generate Perl packagesEelco Dolstra2013-01-28
| | | | | | | | | | | | | | | | | | | | | | | | | Given the name of Perl module, this script will download the package containing the module from CPAN, determine its dependencies, and print a Nix expression suitable for inclusion in perl-packages.nix on stdout. Example: $ ./maintainers/scripts/generate-cpan-package DBIx::Class DBIxClass = buildPerlPackage { name = "DBIx-Class-0.08205"; src = fetchurl { url = mirror://cpan/authors/id/F/FR/FREW/DBIx-Class-0.08205.tar.gz; sha256 = "16iyrfvwf4y94wxpwlla131grdf10z4xx9q9s6jsi39ycaxdaj6l"; }; buildInputs = [ DBDSQLite PackageStash TestException TestWarn ]; propagatedBuildInputs = [ ClassAccessorGrouped ClassC3Componentised ClassInspector ConfigAny ContextPreserve DataCompare DataDumperConcise DataPage DBI DevelGlobalDestruction HashMerge ModuleFind Moo MROCompat namespaceclean PathClass ScopeGuard SQLAbstract SubName TryTiny ]; meta = { homepage = http://www.dbix-class.org/; description = "Extensible and flexible object <-> relational mapper."; license = "perl"; }; };
* Handle more bad charactersEelco Dolstra2013-01-15
|
* Merge branch 'master' into systemdEelco Dolstra2013-01-15
|\
| * eval-release.nix: Handle exceptions properlyEelco Dolstra2013-01-14
| |
* | Update the tarball mirroring scriptsEelco Dolstra2013-01-15
|/
* Remove support for the obsolete powerpc-darwin and i686-darwin platformsEelco Dolstra2012-11-29
|
* svn path=/nixpkgs/trunk/; revision=32961Eelco Dolstra2012-03-09
|
* * Split off copy-tarball.sh from copy-tarballs.sh. The former mirrors a ↵Eelco Dolstra2012-03-09
| | | | | | single URL. svn path=/nixpkgs/trunk/; revision=32960
* svn merge ^/nixpkgs/trunkYury G. Kudryashov2012-02-06
| | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=32093
* svn merge ^/nixpkgs/trunkYury G. Kudryashov2012-01-26
|\ | | | | | | | | | | Conflicts: cups, all-packages.nix (gcc45_debug) svn path=/nixpkgs/branches/stdenv-updates/; revision=31863
| * test-eval-release: handle ENV{VERBOSE}.Yury G. Kudryashov2012-01-24
| | | | | | | | | | | | See test-eval-release.sh for details. svn path=/nixpkgs/trunk/; revision=31824
* | * "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra2012-01-18
| | | | | | | | | | | | function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
* | svn merge ^/nixpkgs/trunkYury G. Kudryashov2012-01-14
|\| | | | | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=31567
| * * eval-release.nix: force nix-instantiate to include nested attributeEelco Dolstra2012-01-12
| | | | | | | | | | | | sets. svn path=/nixpkgs/trunk/; revision=31500
* | svn merge ^/nixpkgs/trunkYury G. Kudryashov2012-01-08
|\| | | | | | | | | | | A few trivial conflicts svn path=/nixpkgs/branches/stdenv-updates/; revision=31434
| * Fix XaraLX, add debian-patches.shYury G. Kudryashov2012-01-06
| | | | | | | | svn path=/nixpkgs/trunk/; revision=31358
* | svn merge ^/nixpkgs/trunkYury G. Kudryashov2012-01-06
|\| | | | | | | | | | | Conflicts: openssl, libplist svn path=/nixpkgs/branches/stdenv-updates/; revision=31337
| * gnome-latest.sh: don't use fetchurl_gnomeYury G. Kudryashov2012-01-06
| | | | | | | | | | | | Output both name and src instead of using fetchurl_gnome svn path=/nixpkgs/trunk/; revision=31332
* | svn merge https://nixos.org/repos/nix/nixpkgs/trunkYury G. Kudryashov2011-12-15
|\| | | | | | | | | | | No conflicts svn path=/nixpkgs/branches/stdenv-updates/; revision=30916
| * gnupdate: Really select `stdenv' packages when asked for it.Ludovic Courtès2011-12-13
| | | | | | | | | | | | | | * maintainers/scripts/gnu/gnupdate (gnupdate)[selected-gnu-packages]: Really limit to `stdenv' when ask for it. svn path=/nixpkgs/trunk/; revision=30869
* | * Sync with the trunk.Eelco Dolstra2011-12-12
|\| | | | | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=30852
| * gnupdate: Remove quirks for GNUnet.Ludovic Courtès2011-12-04
| | | | | | | | | | | | | | | | * maintainers/scripts/gnu/gnupdate (ftp-server/directory)[quirks]: Remove GNUnet. (nixpkgs->gnu-name)[quirks]: Likewise. svn path=/nixpkgs/trunk/; revision=30724
| * gnupdate: Support signatures with expired keys.Ludovic Courtès2011-12-01
| | | | | | | | | | | | | | | | * maintainers/scripts/gnu/gnupdate (gnupg-verify)[expkeysig-rx]: New variable. Recognize signatures with expired keys. (gnupg-status-good-signature?): Recognize `expired-key-signature' as good. svn path=/nixpkgs/trunk/; revision=30667
* | synchronize with trunkPeter Simons2011-11-02
|\| | | | | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=30186
| * gnupdate: Handle GnuPG-related packages.Ludovic Courtès2011-11-01
| | | | | | | | | | | | | | * maintainers/scripts/gnu/gnupdate (gnu?): Check `gnupg.org'. (ftp-server/directory)[quirks]: Add libassuan. svn path=/nixpkgs/trunk/; revision=30176
| * gnupdate: Make `nix-prefetch-url' memoizing.Ludovic Courtès2011-10-30
| | | | | | | | | | | | | | * maintainers/scripts/gnu/gnupdate (memoize): New procedure. (nix-prefetch-url): Use it. svn path=/nixpkgs/trunk/; revision=30109
| * gnupdate: Fix auto-downloading of GPG keys.Ludovic Courtès2011-10-30
| | | | | | | | | | | | * maintainers/scripts/gnu/gnupdate (gnupg-verify): Always return STATUS. svn path=/nixpkgs/trunk/; revision=30108
| * gnupdate: Add `--attribute' option.Ludovic Courtès2011-10-30
| | | | | | | | | | | | | | | | | | | | | | | | * maintainers/scripts/gnu/gnupdate (open-nixpkgs): Add optional ATTRIBUTE parameter; honor it. (%options)["-A"]: New option. (gnupdate)[nixpkgs->snix]: Add ATTRIBUTE parameter and pass it down to `open-nixpkgs'. [selected-gnu-packages]: New procedure. Adjust callers accordingly. svn path=/nixpkgs/trunk/; revision=30107
* | * Backport the GCC xlibs dependency fix.Eelco Dolstra2011-10-27
|/ | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=30061
* Add a script to generate fetchurl_gnome argsYury G. Kudryashov2011-09-20
| | | | svn path=/nixpkgs/trunk/; revision=29397
* gnupdate: Support `meta.homepage' as a string list.Ludovic Courtès2011-09-17
| | | | | | | * maintainers/scripts/gnu/gnupdate (gnu?): Improve type-checking of `meta.homepage'; support string lists. svn path=/nixpkgs/trunk/; revision=29315
* gnupdate: Exclude IceCat 3.x variants.Ludovic Courtès2011-09-04
| | | | | | | * maintainers/scripts/gnu/gnupdate (%ignored-package-attributes): Augment. svn path=/nixpkgs/trunk/; revision=29015
* gnupdate: Automatically download missing OpenPGP keys.Ludovic Courtès2011-09-04
| | | | | | | | | | | * maintainers/scripts/gnu/gnupdate (%gpg-command, %openpgp-key-server): New variables. (gnupg-verify, gnupg-status-good-signature?, gnupg-status-missing-key?, gnupg-receive-keys, gnupg-verify*): New procedures. (fetch-gnu): Use `gnupg-verify*'. svn path=/nixpkgs/trunk/; revision=29014