mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 09:27:40 +00:00
azpainter: add darwin bundle
This commit is contained in:
parent
f671edcf3e
commit
3d2d89f9ce
@ -3,6 +3,7 @@
|
||||
stdenv,
|
||||
fetchFromGitLab,
|
||||
desktop-file-utils,
|
||||
desktopToDarwinBundle,
|
||||
shared-mime-info,
|
||||
ninja,
|
||||
pkg-config,
|
||||
@ -36,7 +37,7 @@ stdenv.mkDerivation rec {
|
||||
shared-mime-info # for update-mime-info
|
||||
ninja
|
||||
pkg-config
|
||||
];
|
||||
] ++ lib.optionals stdenv.hostPlatform.isDarwin [ desktopToDarwinBundle ];
|
||||
|
||||
buildInputs = [
|
||||
libX11
|
||||
|
Loading…
Reference in New Issue
Block a user