hydra-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: GNU SASL recipe


From: Ludovic Courtès
Subject: Re: GNU SASL recipe
Date: Mon, 26 Apr 2010 16:02:54 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux)

Hi Simon!

Simon Josefsson <address@hidden> writes:

> I want to create a gsasl recipe, see below (based on gnutls's recipe),
> how do I most easily test it on a normal Debian machine?

Install Nix [0], get a copy of Nixpkgs(-libre) [1], cd to the directory
that contains the recipe, and type (assuming the recipe is in ‘release.nix’):

  $ nix-build -A JOB release.nix

where JOB may be ‘tarball’, ‘release’, ‘manual’, etc.

The ‘nixpkgs ? ../../nixpkgs’ at the beginning of the recipe means that,
unless otherwise specified, the recipe will look for the Nixpkgs tree
under ../../nixpkgs.

Please report back and I’ll look into it as time permits.

Thanks,
Ludo’.

[0] http://nixos.org/nix/download.html
[1] http://repo.or.cz/w/nixpkgs-libre.git




reply via email to

[Prev in Thread] Current Thread [Next in Thread]