mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01:00
chore(nix): replace pkgconfig
with pkg-config
`pkgconfig` has been renamed to `pkg-config` in nixpkgs.
This commit is contained in:
parent
30525b4f5f
commit
57eb5a56d1
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ clangStdenv.mkDerivation rec {
|
||||||
rustup
|
rustup
|
||||||
|
|
||||||
# Build utilities
|
# Build utilities
|
||||||
cmake dbus gcc git pkgconfig which llvm autoconf213 perl yasm m4
|
cmake dbus gcc git pkg-config which llvm autoconf213 perl yasm m4
|
||||||
(python3.withPackages (ps: with ps; [virtualenv pip dbus]))
|
(python3.withPackages (ps: with ps; [virtualenv pip dbus]))
|
||||||
] ++ (lib.optionals stdenv.isDarwin [
|
] ++ (lib.optionals stdenv.isDarwin [
|
||||||
darwin.apple_sdk.frameworks.AppKit
|
darwin.apple_sdk.frameworks.AppKit
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue