[Nix-dev] Linux kernel and acpi_call/bbswitch build

2012-06-07 Thread Michael Raskin
Hello. With recent Linux kernels it turns out that file lib/modules/VERSION/build/include/generated/asm/unistd_32_ia32.h is created, but some headers still reference lib/modules/VERSION/build/include/asm/unistd_32_ia32.h What is the best way to resolve this?

Re: [Nix-dev] haskellPackages_ghc741_no_profiling.downloadCurl dependency on tagsoup-0.10.1

2012-06-07 Thread Andres Loeh
Is there any specific reason why download-curl is set to depend on the older tagsoup? This dependency is currently preventing download-curl from building.  Have have removed said dependency, and things seem to work now. Can someone validate? Looks like this was needed for download-curl-0.1.3,

Re: [Nix-dev] nix-prefetch-git in nixpkgs

2012-06-07 Thread Kirill Elagin
Hi, I'm reading nix-prefetch-git from HEAD right now and its behaviour seems to be consistent with documentation except for a small bug that renders those --* setters a bit unusable (see thishttps://github.com/kirelagin/nixpkgs/commit/7d786f3b7b41d1a417cde496cc002e5fa6f2352e ). Next. You are

[Nix-dev] n00b question: nix-env --query that outputs Attributes

2012-06-07 Thread Daniel Santa Cruz
Hello all, After reading and re-reading the man page, I'm still not sure how to do a query that will output the attribute path of installed packages. I figured that I could change: nix-env -qaP * into: nix-env -q --installed -P * but that doesn't seem to work. I get a list of installed

Re: [Nix-dev] n00b question: nix-env --query that outputs Attributes

2012-06-07 Thread Eelco Dolstra
Hi, On 07/06/12 10:59, Daniel Santa Cruz wrote: but that doesn't seem to work. I get a list of installed packages, prefixed with a number: Installed packages are not stored as an attribute set in ~/.nix-profile/manifest.nix but as a list. So the original attribute name is lost,

Re: [Nix-dev] Git migration progress

2012-06-07 Thread Kirill Elagin
Are you planning to set up a push-hook which will send notifications to this list? -- Кирилл Елагин ___ nix-dev mailing list nix-dev@lists.science.uu.nl http://lists.science.uu.nl/mailman/listinfo/nix-dev

[Nix-dev] packaging virt-manager for nixos

2012-06-07 Thread Joachim Schiele
hello, virt-manager works on my system (as root for libvirt on localhost/as normal user i get an error but virt-manager can be used to connect to remote hosts), however i do have some problems which i like to address before i commit my changes: but first a status: - i've been using

Re: [Nix-dev] packaging virt-manager for nixos

2012-06-07 Thread Marc Weber
Excerpts from Joachim Schiele's message of Thu Jun 07 17:38:20 +0200 2012: QQQ: what would be the best way to fix this Get my patches and adjust them to your liking. I've talked about this issue multiple times. Contact me on irc and I'll tell you about all details. Summary: The fix is to patch

Re: [Nix-dev] libreoffice icons

2012-06-07 Thread Kirill Elagin
That's true, I can't see creation of .desktop items in LibreOffice expression… -- Кирилл Елагин 2012/6/5 Sergey Mironov ier...@gmail.com Hi, Looks like libreoffice doesn't show itself in xfce's main menu. And I cant find any icons in it's /nix/store/.../ dir. Does anybody know anything

Re: [Nix-dev] lighttpd service

2012-06-07 Thread Alexander Foremny
Thanks for the notification. I rebased my Git repositories after I wrote the last mail and apparently forgot to push my local branch. It is working, but support through options in configuration.nix is very basic. I'll gladly maintain a more sophisticated Nix expression but I don't know how (and

Re: [Nix-dev] lighttpd service

2012-06-07 Thread Kirill Elagin
I think the right way to handle config files is the on used by xserver module. You provide a basic config, enough to run lighty in most well-trodden configurations, similar to configs included by other distros. And when someone needs an advanced config he just overwrites it completely with

Re: [Nix-dev] Linux kernel and acpi_call/bbswitch build

2012-06-07 Thread Kirill Elagin
Hello, You mean headers of other packages? I think, the best way to deal with this is applying a patch in your nix expr and opening a bug in upstream's tracker. -- Кирилл Елагин 2012/6/7 Michael Raskin 7c6f4...@mail.ru Hello. With recent Linux kernels it turns out

Re: [Nix-dev] nixos-install

2012-06-07 Thread Kirill Elagin
2012/5/10 Marco Maggesi magg...@math.unifi.it The directory /nix/var/nix/profiles/per-user/root is empty on my system. What is wrong? That's wrong. You are probably using old-style /etc/nixos stuff. Migrate to nix channels. -- Кирилл Елагин ___

Re: [Nix-dev] nix-prefetch-git in nixpkgs

2012-06-07 Thread Nicolas Pierron
Hi, On Thu, Jun 7, 2012 at 7:06 AM, Kirill Elagin kirela...@gmail.com wrote: I'm reading nix-prefetch-git from HEAD right now and its behaviour seems to be consistent with documentation except for a small bug that renders those --* setters a bit unusable (see this). What you call the old

Re: [Nix-dev] Linux kernel and acpi_call/bbswitch build

2012-06-07 Thread Michael Raskin
You mean headers of other packages? I think, the best way to deal with this is applying a patch in your nix expr and opening a bug in upstream's tracker. Kernel package contains headers that refer incorrectly to other headers inside the kernel package. I would also like to check whether it is a