diff --git a/build-constraints.yaml b/build-constraints.yaml index eb4803cf4..4ad7800ed 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -618,6 +618,7 @@ packages: - cabal-sort - calendar-recycling - checksum + - chemical-equation - coinor-clp - combinatorial - comfort-graph @@ -667,6 +668,7 @@ packages: - ods2csv - pathtype - pooled-io + - portmidi-utility - probability - quickcheck-transformer - reactive-banana-bunch @@ -700,6 +702,7 @@ packages: - wraxml - xml-basic - youtube + - zip2tar - prelude-compat - fft - carray @@ -728,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 72a8307e7..aacb3fc31 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 \