[Nix-commits] [NixOS/nixpkgs] df6827: taskjuggler: add 3.5.0, keep 2.4.3

2016-09-08 Thread Bryan Gardiner
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: df6827a82495c4f7f9219569a52ae3c175728111 https://github.com/NixOS/nixpkgs/commit/df6827a82495c4f7f9219569a52ae3c175728111 Author: Bryan Gardiner <b...@khumba.net> Date: 2016-09-08 (Thu, 08 Se

[Nix-commits] [NixOS/nixpkgs] 4b7c3f: taskjuggler: add 3.5.0, keep 2.4.3

2016-09-08 Thread Bryan Gardiner
Branch: refs/heads/release-16.09 Home: https://github.com/NixOS/nixpkgs Commit: 4b7c3f234067eaf7dafa4ed3242733ace7353934 https://github.com/NixOS/nixpkgs/commit/4b7c3f234067eaf7dafa4ed3242733ace7353934 Author: Bryan Gardiner <b...@khumba.net> Date: 2016-09-08 (Thu, 08 Se

[Nix-commits] [NixOS/nixpkgs] a510c5: claws-mail: 3.13.2 -> 3.14.0 (#17734)

2016-08-14 Thread Bryan Gardiner
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: a510c5046f8bb4486cb613f3ee74ce50c7c613ce https://github.com/NixOS/nixpkgs/commit/a510c5046f8bb4486cb613f3ee74ce50c7c613ce Author: Bryan Gardiner <b...@khumba.net> Date: 2016-08-14 (Sun, 14 Au

Re: [Nix-dev] More Library Trouble (Haskell and Python Libraries)

2015-10-20 Thread Bryan Gardiner
Hi Taeer, For Haskell, you should read the "User's Guide to the Haskell Infrastructure" at https://nixos.org/nixpkgs/manual, in particular section 11.2.2 which explains why simply installing Haskell libraries into an environment doesn't work. Briefly: the directory where GHC looks for packages

Re: [Nix-dev] readFile applied to a path with a variable

2015-10-16 Thread Bryan Gardiner
Not on Nix right now but I believe this also works: readFile (./foo + name + /bar) - Bryan On Fri, 16 Oct 2015 11:36:22 +0100 Thomas Hunger wrote: > Do you need toPath? > > lib.readFile "./foo/${name}/bar" > > seems to work for me. > > On 16 October 2015 at 11:10,

Re: [Nix-dev] AgdaStdlib Doesn't install

2015-10-13 Thread Bryan Gardiner
On Sat, 10 Oct 2015 20:30:52 -0400 Taeer Bar-Yam wrote: > The file you requested is attached. > > I also observed something new and interesting. I tried to take everything > out of my configuration.nix except the bare minimum and AgdaStdlib. > What's weird is that the things

Re: [Nix-dev] AgdaStdlib Doesn't install

2015-10-13 Thread Bryan Gardiner
On Tue, 13 Oct 2015 09:29:37 -0700 Bryan Gardiner <b...@khumba.net> wrote: > On Sat, 10 Oct 2015 20:30:52 -0400 > Taeer Bar-Yam <tb...@cornell.edu> wrote: > > > The file you requested is attached. > > > > I also observed something new and interesting. I

Re: [Nix-dev] Building portable linux binaries on NixOS

2015-10-09 Thread Bryan Gardiner
On Fri, 9 Oct 2015 12:18:03 +0200 Joachim Schiele <j...@lastlog.de> wrote: > On 09.10.2015 07:50, Bryan Gardiner wrote: > > On Thu, 8 Oct 2015 00:03:23 +0200 > > Kamil Chmielewski <kamil@gmail.com> wrote: > > > >> 2015-10-07 20:44 GMT+02:00 Bryan Ga

Re: [Nix-dev] Building portable linux binaries on NixOS

2015-10-08 Thread Bryan Gardiner
On Thu, 8 Oct 2015 00:03:23 +0200 Kamil Chmielewski <kamil@gmail.com> wrote: > 2015-10-07 20:44 GMT+02:00 Bryan Gardiner <b...@khumba.net>: > > > > your shell does not find "./go-app". > > > What does ls -l say? > > > > The file path

Re: [Nix-dev] Building portable linux binaries on NixOS

2015-10-07 Thread Bryan Gardiner
On Wed, 7 Oct 2015 20:29:30 +0200 Roland Koebler wrote: > > I'm trying to build Linux binaries from Go source code, but when I move it > > to Ubuntu and I try to run it there all I get is: > > -bash: ./go-app: No such file or directory > > your shell does not find

Re: [Nix-dev] AgdaStdlib Doesn't install

2015-10-02 Thread Bryan Gardiner
On Fri, 2 Oct 2015 19:40:19 -0700 James Cook wrote: > On 2 October 2015 at 13:12, Taeer Bar-Yam wrote: > > I recently added pkgs.haskellPackages.Agda and pkgs.AgdaStdlib to my > > environment.systemPackages (in configuration.nix), and Agda still can't

Re: [Nix-dev] Can't mount fstab user mounts

2015-09-13 Thread Bryan Gardiner
Hi James, On Sun, 13 Sep 2015 19:05:35 -0700 James Cook wrote: > Have you tried users instead of user? The mount man page makes a > distinction. (The wikipedia article on fstab says something about being in > the group "users"; not sure where that came from.) Thanks, I

Re: [Nix-dev] Can't mount fstab user mounts

2015-09-12 Thread Bryan Gardiner
On Sat, 12 Sep 2015 21:32:01 -0700 Bryan Gardiner <b...@khumba.net> wrote: > Hello! > > I'm having trouble getting the "user" mount option to work in fstab. > I have this: > > > fileSystems."/mnt/memcard" = { > > device = &

[Nix-dev] Can't mount fstab user mounts

2015-09-12 Thread Bryan Gardiner
Hello! I'm having trouble getting the "user" mount option to work in fstab. I have this: > fileSystems."/mnt/memcard" = { > device = "/dev/mmcblk0p1"; > options = "noauto,noatime,user"; > }; Which generates this just fine: > $ grep memcard /etc/fstab > /dev/mmcblk0p1 /mnt/memcard auto

Re: [Nix-dev] How to add file to initrd?

2015-09-11 Thread Bryan Gardiner
On Fri, Sep 11, 2015 at 03:39:34PM +0100, Tomasz Czyż wrote: > 2015-09-11 15:31 GMT+01:00 Bryan Gardiner <b...@khumba.net>: > > > On Fri, Sep 11, 2015 at 01:05:36PM +0100, Tomasz Czyż wrote: > > > 2015-09-11 13:01 GMT+01:00 Tuomas Tynkkynen <tuomas.tynkky...@iki.fi&g

Re: [Nix-dev] How to add file to initrd?

2015-09-11 Thread Bryan Gardiner
On Fri, Sep 11, 2015 at 01:05:36PM +0100, Tomasz Czyż wrote: > 2015-09-11 13:01 GMT+01:00 Tuomas Tynkkynen <tuomas.tynkky...@iki.fi>: > > > (Argh, replying to the list this time...) > > > > 2015-09-09 9:03 GMT+03:00 Bryan Gardiner <b...@khumba.net>: > >

Re: [Nix-dev] How to add file to initrd?

2015-09-10 Thread Bryan Gardiner
On Thu, Sep 10, 2015 at 09:18:38AM +0100, Tomasz Czyż wrote: > Thank you, I'll try. > I couldn't find this in docs, it's kind of undocumented feature or I just > was not looking carefully? It has internal = true; set on the declaration in nixpkgs/nixos/modules/system/boot/stage-1.nix, probably

Re: [Nix-dev] Patching bundled shared objects

2015-09-10 Thread Bryan Gardiner
On Thu, Sep 10, 2015 at 08:11:31AM +0200, Vladimír Čunát wrote: > Hi. > > On 09/10/2015 07:21 AM, Bryan Gardiner wrote: > > - lib.makeLibraryPath one large path and patchelf all objects to use > > it, easiest but more than necessary. > > I would do this and add --shr

Re: [Nix-dev] How do I install nslookup?

2015-09-09 Thread Bryan Gardiner
On Wed, Sep 09, 2015 at 08:18:33AM +0900, Yasuaki Kudo wrote: > Hi I'm a novice user - how do I install nslookup? I tried inetutils but it > did let help. Cheers, Yasu It's part of the 'bind' package, with host, dig, and others. Cheers, Bryan pgpe6iW1IE3z7.pgp Description: PGP signature

Re: [Nix-dev] How to add file to initrd?

2015-09-09 Thread Bryan Gardiner
On Tue, Sep 08, 2015 at 08:09:16PM +0100, Tomasz Czyż wrote: > Hi, > > Continuation of this thread: > http://thread.gmane.org/gmane.linux.distributions.nixos/17879/focus=17880 > > I already successfully set up crypted partitions for mdadm and for zfs. The > system is mounting them properly with

[Nix-dev] Patching bundled shared objects

2015-09-09 Thread Bryan Gardiner
I'm hoping the esteemed nix-dev list can give me some advice. I'm working on fixing the Jitsi binary package, since it fails to be usable for audio calls, being unable to find Pulse, among other things[1]. So fine, I need to set the RPATH, but it seems I have to patch the .so files individually.

[Nix-dev] Changing Nix expressions / Git branches during a build

2015-09-07 Thread Bryan Gardiner
Hi all, I'm wondering if it's safe to take a single nixpkgs repository, kick off a build (nix-build, nixos-rebuild, etc.), and then once packages are compiling, to change Git branches, edit things, and build more packages without affecting the existing build. I would guess that it's okay because

Re: [Nix-dev] Changing Nix expressions / Git branches during a build

2015-09-07 Thread Bryan Gardiner
On Mon, 7 Sep 2015 18:57:56 +0200 Eelco Dolstra <eelco.dols...@logicblox.com> wrote: > Hi, > > On 07/09/15 18:13, Bryan Gardiner wrote: > > > I'm wondering if it's safe to take a single nixpkgs repository, kick > > off a build (nix-build, nixos-rebuild,

Re: [Nix-dev] Encrypted boot, encrypted root on zfs setup. Problem with root unlocking.

2015-08-29 Thread Bryan Gardiner
On Sat, 29 Aug 2015 16:59:00 +0100 Tomasz Czyż tomasz.c...@gmail.com wrote: Hi, Yesterday I've set up nix for the first time. Awesome project! I was struggling with ubuntu/debian to set up encrypted boot partition, but here worked with first boot! Nice stuff! But I've problem with

Re: [Nix-dev] Configuration requests

2015-08-26 Thread Bryan Gardiner
On Tue, 25 Aug 2015 19:53:26 -0700 Brian Jones asu...@gmail.com wrote: Coming from Gentoo, I understand about configurations. I'm trying out NixOS for two main reasons: 1. Compile source for audio programs. At this point, I'm not really into downloading binaries. Also coming from

Re: [Nix-dev] Working on multiple modules on multiple branches - single server

2015-07-30 Thread Bryan Gardiner
Perhaps you don't want to do this, but if you want some set of branches to always be active and current on your boxes, just keep a temporary integration branch that you merge other changes into, then you can automate pushing that branch to your machines (clone+checkout+rsync, or