with import {}; stdenv.mkDerivation { name = "media"; buildInputs = [ imagemagick (python3.withPackages (ps: with ps; [ pyyaml ])) ]; }