xournalpp: build on darwin (#261111)

This commit is contained in:
Yureka 2023-10-14 23:22:45 +02:00 committed by GitHub
parent e36211cb35
commit 6b65846c30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,8 +36,9 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ cmake gettext pkg-config wrapGAppsHook ];
buildInputs =
[
lib.optionals stdenv.isLinux [
alsa-lib
] ++ [
glib
gsettings-desktop-schemas
gtk3
@ -63,6 +64,6 @@ stdenv.mkDerivation rec {
changelog = "https://github.com/xournalpp/xournalpp/blob/v${version}/CHANGELOG.md";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ andrew-d sikmir ];
platforms = platforms.linux;
platforms = platforms.unix;
};
}