[Nix-dev] nix crashing

Bill Trost trost at cloud.rain.com
Tue Jul 14 16:59:53 CEST 2009


Marc Weber wrote:
    >...switch from -unstable to -stable [...]
    I can't follow you. Are you talking about nix or nixpkgs now?

    >   $ nix-env -qa '*'
    >   error: undefined variable `gtkLibs', in
    > `/home/trost/.nix-defexpr/channels/nixpkgs_unstable/pkgs/applications/graphics/gimp/plugins/default.nix'

    nix-env -qa \* -f $NIXPKGS_ALL  works fine for me
    --out-path is broken due to a multiset issue. I'll fix that asap.

The problem persists. Below is a copy of my actual commands and their
output, which should remove all doubt. (Yes, I saw your suggestion to use
irc -- I might do that after work). Oh, once I got nix working, I updated to
the latest nix-env (in nixpkgs-stable, of course).

Thanks,
Bill

    $ nix-env -qa '*' | grep irc
    aircrack-ng-1.0-rc2
    ircd-hybrid-7.2.2
    python-irclib-0.4.8
    $ nix-channel --list
    http://nixos.org/releases/nixpkgs/channels/nixpkgs-stable
    $ nix-channel --add http://nixos.org/releases/nixpkgs/channels/nixpkgs-unstable
    [sudo] password for trost: 
    $ nix-channel --update
      ...
    store derivation is /nix/store/4c8q9bn16mm4i0i60641hwrd9sqi4jqp-channels.drv
    $ nix-env -qa '*' | grep irc
    error: undefined variable `gtkLibs', in `/home/trost/.nix-defexpr/channels/nixpkgs_unstable/pkgs/applications/graphics/gimp/plugins/default.nix'
    $ nix-channel --remove http://nixos.org/releases/nixpkgs/channels/nixpkgs-unstable
    $ nix-channel --update
    store derivation is /nix/store/vszppkwba61f657dpcay7c97afiz2yg6-channels.drv
    $ nix-env -qa '*' | grep irc
    aircrack-ng-1.0-rc2
    ircd-hybrid-7.2.2
    python-irclib-0.4.8



More information about the nix-dev mailing list