Advertisement
Guest User

Untitled

a guest
Jun 16th, 2017
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. with import <nixpkgs> {};
  2.  
  3. rec {
  4. libraw = pkgs.callPackage ./libraw.nix { };
  5. imagemagick = pkgs.callPackage ./imagemagick.nix { };
  6. ffmpeg = pkgs.callPackage ./ffmpeg.nix { };
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement