mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
bruno: fix build failure on darwin
Signed-off-by: lucasew <lucas59356@gmail.com>
This commit is contained in:
parent
49aefbf4e0
commit
76bd1d62f2
1 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
|||
, writeShellScriptBin
|
||||
, makeWrapper
|
||||
, copyDesktopItems
|
||||
, giflib
|
||||
, makeDesktopItem
|
||||
, pkg-config
|
||||
, pixman
|
||||
|
@ -57,6 +58,7 @@ buildNpmPackage' rec {
|
|||
pango
|
||||
] ++ lib.optionals stdenv.isDarwin [
|
||||
darwin.apple_sdk_11_0.frameworks.CoreText
|
||||
giflib
|
||||
];
|
||||
|
||||
desktopItems = [
|
||||
|
|
Loading…
Reference in a new issue