Advertisement
Guest User

Untitled

a guest
May 21st, 2017
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. { pkgs ? import <nixpkgs> {} }:
  2.  
  3. (pkgs.buildFHSUserEnv {
  4. name = "yocto-env";
  5. targetPkgs = pkgs: (with pkgs; [ which gcc python3 python27 gawk wget gitFull diffstat diffutils unzip texinfo bzip2 gzip perl patch chrpath file bash ]);
  6. multiPkgs = pkgs: (with pkgs; []);
  7. #runScript = "bash";
  8. }).env
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement