Re: [Nix-dev] restricted downloads

2010-05-01 Thread Michael Raskin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/01/2010 12:47 AM, Yury G. Kudryashov wrote: When a user will try to build this package, fetchurl will show message like go to ${url}, download ${name} and add it using nix-store --add-fixed sha256. A suboptimal idea, in my opinion.

[Nix-dev] nix, doxygen

2010-05-01 Thread Yury G. Kudryashov
Hi! I've just noticed that nix doesn't use doxygen-style comments in the source code. Eelco, could I start converting comments to doxygen style? ___ nix-dev mailing list nix-dev@cs.uu.nl https://mail.cs.uu.nl/mailman/listinfo/nix-dev

Re: [Nix-dev] Updating haskell packages to ghc 6.12.2?

2010-05-01 Thread Andres Loeh
Both 6.12.1 and 6.12.2 are available, but their packages are not currently listed by name. You can install them via attribute name, however. For example: nix-env -iA nixpkgs_sys.haskellPackages_ghc6121.haskellPlatform nix-env -iA nixpkgs_sys.haskellPackages_ghc6122.haskellPlatform You can look

Re: [Nix-dev] Updating haskell packages to ghc 6.12.2?

2010-05-01 Thread Andres Loeh
You've now enabled it for *all* GHC versions. It's fine with me. I never enabled recurseIntoAttrs for all ghc versions because I thought it'd annoy people if something close to half of nix-env -qa output is filled up by Haskell packages ... Particularly for old GHC versions, this is probably not

Re: [Nix-dev] Updating haskell packages to ghc 6.12.2?

2010-05-01 Thread Andres Loeh
After discussion on IRC, Lluis and I decided to keep it as it now is, i.e., enable the listing for all GHC versions. If anyone disagrees, please let me know. Andres ___ nix-dev mailing list nix-dev@cs.uu.nl https://mail.cs.uu.nl/mailman/listinfo/nix-dev

Re: [Nix-dev] Updating haskell packages to ghc 6.12.2?

2010-05-01 Thread Marc Weber
Excerpts from Jason Dusek's message of Fri Apr 30 22:11:45 +0200 2010: Where is GHC 6.12.2 availabe for NixOS? I have the 'unstable' package collection: http://nixos.org/releases/nixpkgs/channels/nixpkgs-unstable/ and only that channel but seemingly no 6.12: :; nix-env -qa

Re: [Nix-dev] Re: Patch for module most-5.0.0

2010-05-01 Thread Marc Weber
Hi Tim, without knowing you just wrote the text for the longDescription :) A few of the differences with most compared to less are: * most display binary files very well I will try this. Maybe I even like it. * most does not wrap lines with more characters than the terminal width

[Nix-dev] mass-update-01

2010-05-01 Thread Yury G. Kudryashov
Hi! I don't want to maintain long-standing branches, that's why I close mass- update-01 for feature commits tomorrow (Sunday, 05/02/2010) in the evening. Please, commit everything you want to go into mass-update-01 before this date. After that only bug fixes will be accepted, anything else will

[Nix-dev] Re: restricted downloads

2010-05-01 Thread Yury G. Kudryashov
Ludovic Courtès wrote: Hi Yury, When a user will try to build this package, fetchurl will show message like go to ${url}, download ${name} and add it using nix-store --add-fixed sha256. What’s the rationale? Some files cannot be fetched automatically. For example, sometimes user must

[Nix-dev] Re: restricted downloads

2010-05-01 Thread Ludovic Courtès
Hi, Yury G. Kudryashov urkud+...@ya.ru writes: Ludovic Courtès wrote: Hi Yury, When a user will try to build this package, fetchurl will show message like go to ${url}, download ${name} and add it using nix-store --add-fixed sha256. What’s the rationale? Some files cannot be fetched

[Nix-dev] Patch for privoxy

2010-05-01 Thread roconnor
Here is a patch that you can apply to make the privoxy service actually run as the privoxy user: Index: modules/services/networking/privoxy.nix === --- modules/services/networking/privoxy.nix (revision 21548) +++

Re: [Nix-dev] Patch for privoxy

2010-05-01 Thread Lluís Batlle i Rossell
On Sat, May 01, 2010 at 06:07:07PM -0400, rocon...@theorem.ca wrote: Here is a patch that you can apply to make the privoxy service actually run as the privoxy user: Index: modules/services/networking/privoxy.nix === ---