I'm afraid I don't really know what I'm looking at. Can you provide a smaller self-contained example that I can look at?
On Sat, Apr 23, 2016 at 8:48 PM stewart mackenzie <[email protected]> wrote: > Okay, I'm having a few problems implementing this, if you wouldn't > mind taking a look at this please: > > This is the package level default.nix which calls > `buildFractalideComponent`: http://nixpaste.lbr.uno/ZTwRzV0-?nix > Typically found here: > > https://github.com/fractalide/fractalide/blob/master/components/drop/ip/default.nix > > Here is the implementation of `buildFractalideComponent.nix`: > http://nixpaste.lbr.uno/GmbsNjmk?nix > Found here: > https://github.com/fractalide/fractalide/blob/master/build-support/buildFractalideComponent.nix > > Here's my error message: > > [stewart@rivergod:~/dev/fractalide/fractalide]$ nix-build --argstr > debug true -A components.drop_ip > error: value is a function while a set was expected, at > > /home/stewart/dev/fractalide/fractalide/components/drop/ip/default.nix:15:21 > (use ‘--show-trace’ to show detailed location information) > > The error arises on the last line of default.nix > > /sjm >
_______________________________________________ nix-dev mailing list [email protected] http://lists.science.uu.nl/mailman/listinfo/nix-dev
