Merge pull request #145498 from alyssais/pixman-static
pkgsStatic.pixman: fix build
This commit is contained in:
commit
046c263606
@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "0l0m48lnmdlmnaxn2021qi5cj366d9fzfjxkqgcj9bs14pxbgaw4";
|
||||
};
|
||||
|
||||
separateDebugInfo = true;
|
||||
separateDebugInfo = !stdenv.hostPlatform.isStatic;
|
||||
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user