mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
pixman: use openmpCheckPhaseHook
This commit is contained in:
parent
d5ae461bf7
commit
cd137f1c88
1 changed files with 2 additions and 0 deletions
|
|
@ -6,6 +6,7 @@
|
|||
ninja,
|
||||
pkg-config,
|
||||
libpng,
|
||||
openmpCheckPhaseHook,
|
||||
glib, # just passthru
|
||||
|
||||
# for passthru.tests
|
||||
|
|
@ -46,6 +47,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
meson
|
||||
ninja
|
||||
pkg-config
|
||||
openmpCheckPhaseHook
|
||||
__flattenIncludeHackHook
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue