xournalpp: build on darwin (#261111)

authored by

Yureka and committed by
GitHub
6b65846c e36211cb

+3 -2
+3 -2
pkgs/applications/graphics/xournalpp/default.nix
··· 36 36 37 37 nativeBuildInputs = [ cmake gettext pkg-config wrapGAppsHook ]; 38 38 buildInputs = 39 - [ 39 + lib.optionals stdenv.isLinux [ 40 40 alsa-lib 41 + ] ++ [ 41 42 glib 42 43 gsettings-desktop-schemas 43 44 gtk3 ··· 63 64 changelog = "https://github.com/xournalpp/xournalpp/blob/v${version}/CHANGELOG.md"; 64 65 license = licenses.gpl2Plus; 65 66 maintainers = with maintainers; [ andrew-d sikmir ]; 66 - platforms = platforms.linux; 67 + platforms = platforms.unix; 67 68 }; 68 69 }