Re: [Nix-dev] Build Android apps with the Nix package manager

2012-11-26 Thread Alexander Foremny
Dear Sander, thank you so very much for this! Regards, Alexander Foremny 2012/11/7 Rickard Nilsson rickard.nils...@telia.com Den 2012-11-07 21:16:56 skrev Sander van der Burg - EWI s.vanderb...@tudelft.nl: Hi everybody, I have been quiet for some time. At my new employer I have spent

Re: [Nix-dev] Packaging Bash Scripts

2012-08-31 Thread Alexander Foremny
Glad that someone is interested in this package. There is a Nixpkgs branch [1] available until the pull request gets accepted. Shea, thanks again for your help! Regards, Alexander Foremny [1] https://github.com/aforemny/nixpkgs/tree/plowshare 2012/8/30 Sergey Mironov ier...@gmail.com: Thanks

Re: [Nix-dev] NixOS for Raspberry Pi?

2012-07-23 Thread Alexander Foremny
Hello, I'd be very interested in this as well and could probably spare some time for this. Has there been any progress yet? Regards, Alexander Foremny 2012/6/11 Lluís Batlle i Rossell vi...@viric.name: On Mon, Jun 11, 2012 at 02:53:53PM +0200, Rickard Nilsson wrote: Hi, Is anyone working

[Nix-dev] Cross Compiling for Raspberry PI

2012-07-23 Thread Alexander Foremny
crossSystem.platform.kernelHeadersBaseConfig is set to bcmrpi_defconfig, gcc needs this file. Is this correct? Would it be a solution, to use a different kernelHeadersBaseConfig setting? Would it be a solution, to patch gcc's Nix expression? Regards, Alexander Foremny

[Nix-dev] Using Nix for installing local projects

2012-06-27 Thread Alexander Foremny
the modified hoauth directory and somehow tell Nix to install this. Is this possible? How do you handle such cases? Another option would be to specify a file path as src in cabal.mkDerivation. Is this possible? Regards, Alexander Foremny [1] http://hackage.haskell.org/package/hoauth

Re: [Nix-dev] Using Nix for installing local projects

2012-06-27 Thread Alexander Foremny
to differ to much from official NixOS. I cannot really tell why. Probably because Nixpkgs works for me in so many situations and I'd like it better if corner cases such as this could be handled by the vanilla distribution. Regards, Alexander Foremny PS. I accidentally responded to Marc's message

Re: [Nix-dev] Using Nix for installing local projects

2012-06-27 Thread Alexander Foremny
Thank you. Those suggestions are helpful too, albeit they are quite hacky. Especially since you cannot force a rebuild of an unchanged Nix expression, but I suppose this is by design. Regards, Alexander Foremny 2012/6/27 Peter Simons sim...@cryp.to: The following message is a courtesy copy

[Nix-dev] Python bindings to librsvg or gnome-desktop

2012-06-19 Thread Alexander Foremny
to GTK+ are not available as pythonPackages.gtk or pythonPackages.pygtk but as pygtk. When creating a Nix expression that depends on python packages, Is it more desirable to depend on pythonPackages or the inherit the pythonPackages.* subpackages as necessary? Regards, Alexander Foremny [1

Re: [Nix-dev] Python bindings to librsvg or gnome-desktop

2012-06-19 Thread Alexander Foremny
Thanks for your quick response. Could you please give me the reference for [1]? I don't know how I can force building a package. 2012/6/19 Marc Weber marco-owe...@gmx.de: gnome support is only rudimentary (enough to make some packages work). Look at configure output of pygtk etc (force a

Re: [Nix-dev] lighttpd service

2012-06-08 Thread Alexander Foremny
2012/6/7 Alexander Foremny alexanderfore...@googlemail.com 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

Re: [Nix-dev] lighttpd service

2012-06-07 Thread Alexander Foremny
due to conditionals [2] and as far as I can tell it wouldn't make sense to model this as configuration options. However, would you like to see (limited) virtual host support in the Nix expression? Some first ideas are in the lighttpd branch [3]. Regards, Alexander Foremny [1] https

Re: [Nix-dev] lighttpd service

2012-06-02 Thread Alexander Foremny
tell it wouldn't make sense to model this as configuration options. However, would you like to see (limited) virtual host support in the Nix expression? Some first ideas are in the lighttpd branch [3]. Regards, Alexander Foremny [1] https://github.com/aforemny/nixos/tree/lighttpd-simple [2] http

Re: [Nix-dev] lighttpd service

2012-05-27 Thread Alexander Foremny
without gaining any additional insight. Does anyone of you have an idea of what's going on? Any help would greatly be appreciated. Regards, Alexander Foremny [1] https://github.com/aforemny/nixos/blob/master/modules/services/web-servers/lighttpd/default.nix [2] https://gist.github.com/2814308 2012

[Nix-dev] nixos-rebuild and NIX_PATH

2012-05-22 Thread Alexander Foremny
/{nixos,nixpkgs}? Any help would be greatly appreciated. Regards, Alexander Foremny ___ nix-dev mailing list nix-dev@lists.science.uu.nl http://lists.science.uu.nl/mailman/listinfo/nix-dev

[Nix-dev] lighttpd service

2012-05-22 Thread Alexander Foremny
line to nixos/modules/module-list.nix and my Nix expression given in [1] is located at nixos/services/web-servers/lighttpd/default.nix. ./services/web-servers/lighttpd/default.nix How can I make my option services.lighttpd known to NixOS? Regards, Alexander Foremny [1] https://gist.github.com

[Nix-dev] NixOS Xen guest and blkfront

2012-05-14 Thread Alexander Foremny
Hello, I managed to install NixOS on a Rackspace Cloud Server [1]. In particular, in configuration.nix I am using the following configuration parts. require = [ ${modulesPath}/virtualisation/xen-domU.nix ]; fileSystems = [ { mountPoint = /; device = /dev/xvda1; } ];

Re: [Nix-dev] Bootstrapping NixOS

2012-05-13 Thread Alexander Foremny
in case anyone is interested in it. However, it is definitely not ideal to install NixOS this way. But it works for now. https://nixos.org/wiki/Install_NixOS_on_Rackspace_Cloud_Servers Regards Alexander Foremny 2012/5/10 Marc Weber marco-owe...@gmx.de: Maybe I should just remove the wiki until I

[Nix-dev] [PATCH] Vimprobable2 1.0.0

2012-04-02 Thread Alexander Foremny
Hello, attached is a patch for Vimprobable2. I updated the Nix expression to version 1.0.0 of the browser. Besides that there are only minor changes to the expression. I'd be happy if this patch could be applied. Regards Alexander Foremny vimprobable2-1.0.0.diff Description: Binary data

[Nix-dev] Vim script: haskell-mode

2012-03-22 Thread Alexander Foremny
appears to be right. What am I doing wrong with this approach? Regards Alexander Foremny [1] http://projects.haskell.org/haskellmode-vim/ ___ nix-dev mailing list nix-dev@lists.science.uu.nl http://lists.science.uu.nl/mailman/listinfo/nix-dev

Re: [Nix-dev] Mixing cabal and Nix? Or: Best way to install development versions of Haskell packages?

2012-03-09 Thread Alexander Foremny
but not in Nix' repositories and then use nix-env to install it. Note that cabal2nix can handle URLs to .cabal files and that Hackage provides those URLs on the package's page at the bottom. Regards Alexander Foremny Am 9. März 2012 16:18 schrieb Aristid Breitkreuz arist...@googlemail.com: When I use cabal

Re: [Nix-dev] [PATCH] bullet 2.78

2012-02-14 Thread Alexander Foremny
I seem to have forgotten to actually attach the file. The file is given below. Am 4. Februar 2012 15:24 schrieb Alexander Foremny alexanderfore...@googlemail.com: Hello, attached is a patch that adds bullet 2.78 [1] to the NixOS package repository. I am planning to commit a few Haskell

[Nix-dev] [PATCH] bullet 2.78

2012-02-04 Thread Alexander Foremny
if this could be applied to the repository. Regards Alexander Foremny [1] http://code.google.com/p/bullet/ ___ nix-dev mailing list nix-dev@lists.science.uu.nl http://lists.science.uu.nl/mailman/listinfo/nix-dev

Re: [Nix-dev] wicd managing wireless network

2012-01-05 Thread Alexander Foremny
It is true that you have to reconfigure your system every time you add a *new* wireless network you want to connect to, specifically you have to reconfigure every time you change /etc/wpa_supplicant.conf and want to make the changes active. However, once configured wpa_supplicant will take care of

Re: [Nix-dev] Package: vimprobable

2012-01-04 Thread Alexander Foremny
/Vimprobable Regarding the Wiki page: In case you know what to use instead of code tags please let me know and I'll change that. Regards Alexander Foremny 2012/1/3 Yury G. Kudryashov urkud.ur...@gmail.com Alexander Foremny wrote: Hello! I just started using NixOS and seeing that vimprobable [1

[Nix-dev] Package: vimprobable

2012-01-03 Thread Alexander Foremny
improve the Nix expression since I'd like to create and share a few more packages. If it is acceptable I'd like to get this into the official repositories. Would that be possible? Regards Alexander Foremny [1] http://sourceforge.net/apps/trac/vimprobable/ default.nix Description: Binary data