mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
libdng: enable strictDeps, fix cross compilation
pkg-config is needed to locate `scdoc`. fixes `nix-build -A pkgsCross.aarch64-multiplatform.libdng`
This commit is contained in:
@@ -26,6 +26,10 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
hash = "sha256-2Kwz5K37I3HnnKePyY4nKYwnGHP09vr6IThiuKd3EfQ=";
|
||||
};
|
||||
|
||||
depsBuildBuild = [
|
||||
pkg-config
|
||||
];
|
||||
|
||||
nativeBuildInputs = [
|
||||
meson
|
||||
ninja
|
||||
@@ -39,6 +43,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
];
|
||||
|
||||
doCheck = true;
|
||||
strictDeps = true;
|
||||
|
||||
meta = {
|
||||
changelog = "https://gitlab.com/megapixels-org/libdng/-/tags/${finalAttrs.src.tag}";
|
||||
|
||||
Reference in New Issue
Block a user