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