Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- with import <nixpkgs> {};
- rec {
- libraw = pkgs.callPackage ./libraw.nix { };
- imagemagick = pkgs.callPackage ./imagemagick.nix { };
- ffmpeg = pkgs.callPackage ./ffmpeg.nix { };
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement