From 6b9eb3a242f9c382206fcffb8d89a1cd248b5cab Mon Sep 17 00:00:00 2001 From: Henning Thielemann Date: Tue, 26 May 2026 11:32:09 +0200 Subject: [PATCH] Add new packages portmidi-utility, PortMidi --- build-constraints.yaml | 2 ++ docker/02-apt-get-install.sh | 1 + 2 files changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7ce84b53..4ad7800e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -668,6 +668,7 @@ packages: - ods2csv - pathtype - pooled-io + - portmidi-utility - probability - quickcheck-transformer - reactive-banana-bunch @@ -730,6 +731,7 @@ packages: - storable-endian - glpk-headers - derive-storable + - PortMidi "Romain Edelmann @redelmann": - distribution diff --git a/docker/02-apt-get-install.sh b/docker/02-apt-get-install.sh index 72a8307e..aacb3fc3 100755 --- a/docker/02-apt-get-install.sh +++ b/docker/02-apt-get-install.sh @@ -110,6 +110,7 @@ apt-get install -y \ libpcre2-dev \ libpcre3-dev \ libpipewire-0.3-dev \ + libportmidi-dev \ libpq-dev \ libprimecount-dev \ libprotobuf-dev \