Merge pull request #145498 from alyssais/pixman-static

pkgsStatic.pixman: fix build
This commit is contained in:
Maximilian Bosch 2021-11-12 01:46:00 +01:00 committed by GitHub
commit 046c263606
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
sha256 = "0l0m48lnmdlmnaxn2021qi5cj366d9fzfjxkqgcj9bs14pxbgaw4";
};
separateDebugInfo = true;
separateDebugInfo = !stdenv.hostPlatform.isStatic;
nativeBuildInputs = [ pkg-config ];