2015-03-03 10:49 GMT+01:00 Domen Kožar <do...@dev.si>:
>
> That snippet is not from Development section, see
http://nixos.org/nixpkgs/manual/#python-development


My bad.

Reinstalled from scratch, back on nixpkgs channel, this piece works

      with import <nixpkgs> {};

      buildPythonPackage {
        name = "myproject";

        buildInputs = with pkgs.pythonPackages; [ pyramid ];

        src = ./.;
      }

As for the  Ruby stuff, I don't need it right now. I'll be back on it in
the future, I'll see if and how I'll manage to make it work on the unstable
branch
_______________________________________________
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev

Reply via email to