nixpkgs-suyu/pkgs/kde/gear/libkdcraw/default.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
164 B
Nix
Raw Permalink Normal View History

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