depot/third_party/nixpkgs/pkgs/kde/gear/libkdcraw/default.nix

12 lines
164 B
Nix
Raw Normal View History

{
mkKdeDerivation,
pkg-config,
libraw,
}:
mkKdeDerivation {
pname = "libkdcraw";
extraNativeBuildInputs = [pkg-config];
extraBuildInputs = [libraw];
}