| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix updating of the tarball mirror | Eelco Dolstra | 2014-02-19 | 4 | -72/+140 |
| * | Fix references to pkgs/lib | Eelco Dolstra | 2013-10-10 | 1 | -1/+1 |
| * | Make eval-release.nix less picky•••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).
| Eelco Dolstra | 2013-10-06 | 1 | -7/+8 |
| * | Move some old docs | Eelco Dolstra | 2013-10-01 | 2 | -345/+0 |
| * | Remove obsolete doc file | Eelco Dolstra | 2013-10-01 | 1 | -27/+0 |
| * | nixpkgs-lint: add check for meta.platforms attribute | Bjørn Forsman | 2013-09-07 | 1 | -0/+8 |
| * | Fix a few typos | Ivan Kozik | 2013-08-11 | 1 | -3/+3 |
| * | nixpkgs-lint: Warn against capitalised package names and missing versions | Eelco Dolstra | 2013-07-30 | 1 | -1/+19 |
| * | nixpkgs-lint: Fix priority check | Eelco Dolstra | 2013-07-30 | 1 | -2/+2 |
| * | nixpkgs-lint: Add support for filtering by maintainer•••For instance, you can now say "nixpkgs-lint -m alice" to show only
packages maintained by Alice.
Also added command-line parsing.
| Eelco Dolstra | 2013-07-30 | 1 | -11/+43 |
| * | Add nixpkgs-lint•••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
| Eelco Dolstra | 2013-07-25 | 2 | -0/+137 |
| * | nix-generate-from-cpan: Handle META.json•••Fixes #761.
| Eelco Dolstra | 2013-07-16 | 1 | -10/+18 |
| * | nix-generate-from-cpan: Hack to handle non-UTF-8 META.yml files | Eelco Dolstra | 2013-06-16 | 2 | -3/+9 |
| * | Rewrite the CPAN generator to Perl•••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.
| Eelco Dolstra | 2013-06-13 | 3 | -120/+184 |
| * | Make the location of the tarballs cache configurable | Eelco Dolstra | 2013-06-04 | 1 | -1/+1 |
| * | generate-cpan-package: Don't hard-code Eelco's environment•••Signed-off-by: Shea Levy <shea@shealevy.com>
| Shea Levy | 2013-03-27 | 1 | -2/+0 |
| * | Fix comment | Eelco Dolstra | 2013-03-26 | 1 | -3/+2 |
| * | eval-release.nix: Handle the new job structure•••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.)
| Eelco Dolstra | 2013-03-26 | 1 | -18/+10 |
| * | Add very hacky script to generate Perl packages•••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";
};
};
| Eelco Dolstra | 2013-01-28 | 1 | -0/+122 |
| * | Handle more bad characters | Eelco Dolstra | 2013-01-15 | 1 | -1/+1 |
| * | Merge branch 'master' into systemd | Eelco Dolstra | 2013-01-15 | 1 | -2/+2 |
| |\ |
|
| | * | eval-release.nix: Handle exceptions properly | Eelco Dolstra | 2013-01-14 | 1 | -2/+2 |
| * | | Update the tarball mirroring scripts | Eelco Dolstra | 2013-01-15 | 2 | -6/+18 |
| |/ |
|
| * | Remove support for the obsolete powerpc-darwin and i686-darwin platforms | Eelco Dolstra | 2012-11-29 | 1 | -1/+0 |
| * | svn path=/nixpkgs/trunk/; revision=32961 | Eelco Dolstra | 2012-03-09 | 2 | -6/+16 |
| * | * Split off copy-tarball.sh from copy-tarballs.sh. The former mirrors a sing...•••svn path=/nixpkgs/trunk/; revision=32960
| Eelco Dolstra | 2012-03-09 | 2 | -45/+38 |
| * | svn merge ^/nixpkgs/trunk•••svn path=/nixpkgs/branches/stdenv-updates/; revision=32093
| Yury G. Kudryashov | 2012-02-06 | 1 | -0/+1 |
| * | svn merge ^/nixpkgs/trunk•••Conflicts: cups, all-packages.nix (gcc45_debug)
svn path=/nixpkgs/branches/stdenv-updates/; revision=31863
| Yury G. Kudryashov | 2012-01-26 | 2 | -1/+5 |
| |\ |
|
| | * | test-eval-release: handle ENV{VERBOSE}.•••See test-eval-release.sh for details.
svn path=/nixpkgs/trunk/; revision=31824
| Yury G. Kudryashov | 2012-01-24 | 2 | -1/+5 |
| * | | * "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointless••• function, so obsolete it.
svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
| Eelco Dolstra | 2012-01-18 | 1 | -3/+3 |
| * | | svn merge ^/nixpkgs/trunk•••svn path=/nixpkgs/branches/stdenv-updates/; revision=31567
| Yury G. Kudryashov | 2012-01-14 | 1 | -7/+14 |
| |\| |
|
| | * | * eval-release.nix: force nix-instantiate to include nested attribute••• sets.
svn path=/nixpkgs/trunk/; revision=31500
| Eelco Dolstra | 2012-01-12 | 1 | -7/+14 |
| * | | svn merge ^/nixpkgs/trunk•••A few trivial conflicts
svn path=/nixpkgs/branches/stdenv-updates/; revision=31434
| Yury G. Kudryashov | 2012-01-08 | 1 | -0/+32 |
| |\| |
|
| | * | Fix XaraLX, add debian-patches.sh•••svn path=/nixpkgs/trunk/; revision=31358
| Yury G. Kudryashov | 2012-01-06 | 1 | -0/+32 |
| * | | svn merge ^/nixpkgs/trunk•••Conflicts: openssl, libplist
svn path=/nixpkgs/branches/stdenv-updates/; revision=31337
| Yury G. Kudryashov | 2012-01-06 | 1 | -14/+4 |
| |\| |
|
| | * | gnome-latest.sh: don't use fetchurl_gnome•••Output both name and src instead of using fetchurl_gnome
svn path=/nixpkgs/trunk/; revision=31332
| Yury G. Kudryashov | 2012-01-06 | 1 | -14/+4 |
| * | | svn merge https://nixos.org/repos/nix/nixpkgs/trunk•••No conflicts
svn path=/nixpkgs/branches/stdenv-updates/; revision=30916
| Yury G. Kudryashov | 2011-12-15 | 1 | -1/+4 |
| |\| |
|
| | * | gnupdate: Really select `stdenv' packages when asked for it.•••* maintainers/scripts/gnu/gnupdate (gnupdate)[selected-gnu-packages]:
Really limit to `stdenv' when ask for it.
svn path=/nixpkgs/trunk/; revision=30869
| Ludovic Courtès | 2011-12-13 | 1 | -1/+4 |
| * | | * Sync with the trunk.•••svn path=/nixpkgs/branches/stdenv-updates/; revision=30852
| Eelco Dolstra | 2011-12-12 | 1 | -7/+12 |
| |\| |
|
| | * | gnupdate: Remove quirks for GNUnet.•••* maintainers/scripts/gnu/gnupdate (ftp-server/directory)[quirks]:
Remove GNUnet.
(nixpkgs->gnu-name)[quirks]: Likewise.
svn path=/nixpkgs/trunk/; revision=30724
| Ludovic Courtès | 2011-12-04 | 1 | -2/+0 |
| | * | gnupdate: Support signatures with expired keys.•••* 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
| Ludovic Courtès | 2011-12-01 | 1 | -5/+12 |
| * | | synchronize with trunk•••svn path=/nixpkgs/branches/stdenv-updates/; revision=30186
| Peter Simons | 2011-11-02 | 1 | -46/+93 |
| |\| |
|
| | * | gnupdate: Handle GnuPG-related packages.•••* maintainers/scripts/gnu/gnupdate (gnu?): Check `gnupg.org'.
(ftp-server/directory)[quirks]: Add libassuan.
svn path=/nixpkgs/trunk/; revision=30176
| Ludovic Courtès | 2011-11-01 | 1 | -1/+3 |
| | * | gnupdate: Make `nix-prefetch-url' memoizing.•••* maintainers/scripts/gnu/gnupdate (memoize): New procedure.
(nix-prefetch-url): Use it.
svn path=/nixpkgs/trunk/; revision=30109
| Ludovic Courtès | 2011-10-30 | 1 | -15/+31 |
| | * | gnupdate: Fix auto-downloading of GPG keys.•••* maintainers/scripts/gnu/gnupdate (gnupg-verify): Always return STATUS.
svn path=/nixpkgs/trunk/; revision=30108
| Ludovic Courtès | 2011-10-30 | 1 | -5/+5 |
| | * | gnupdate: Add `--attribute' option.•••* 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
| Ludovic Courtès | 2011-10-30 | 1 | -25/+54 |
| * | | * Backport the GCC xlibs dependency fix.•••svn path=/nixpkgs/branches/stdenv-updates/; revision=30061
| Eelco Dolstra | 2011-10-27 | 1 | -1/+1 |
| |/ |
|
| * | Add a script to generate fetchurl_gnome args•••svn path=/nixpkgs/trunk/; revision=29397
| Yury G. Kudryashov | 2011-09-20 | 1 | -0/+105 |
| * | gnupdate: Support `meta.homepage' as a string list.•••* maintainers/scripts/gnu/gnupdate (gnu?): Improve type-checking of
`meta.homepage'; support string lists.
svn path=/nixpkgs/trunk/; revision=29315
| Ludovic Courtès | 2011-09-17 | 1 | -1/+3 |
| * | gnupdate: Exclude IceCat 3.x variants.•••* maintainers/scripts/gnu/gnupdate (%ignored-package-attributes):
Augment.
svn path=/nixpkgs/trunk/; revision=29015
| Ludovic Courtès | 2011-09-04 | 1 | -0/+2 |