1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 05:31:22 +00:00
Nix Packages collection
Go to file
Peter Simons 7c6a730e0b R: added wrapper script that provides "R" and "Rscript" binaries that know about extra libraries
Configure an override in ~/.nixpkgs/config.nix as follows:

  {
    packageOverrides = pkgs: {

      rWrapper = pkgs.rWrapper.override {
        packages = with pkgs.rPackages; [ Defaults dataTable foreach xtable ];
      };

    };
  }
2014-05-04 15:33:15 +02:00
doc
lib Add licenses for CompCert/Z3 2014-05-01 19:08:59 -05:00
maintainers/scripts Remove mysterious line 2014-05-01 10:43:07 +02:00
nixos On my system OpenGL with bumblebee seems to require libudev in LD_LIBRARY_PATH. Fix that, fix bumblebee module loading and make the socket group configurable 2014-05-02 14:32:47 +04:00
pkgs R: added wrapper script that provides "R" and "Rscript" binaries that know about extra libraries 2014-05-04 15:33:15 +02:00
.gitignore
.version
COPYING
default.nix
README.md

Nixpkgs is a collection of packages for Nix package manager. Nixpkgs also includes NixOS linux distribution source code.