diff --git a/build-constraints.yaml b/build-constraints.yaml index 58b2bd2b..9ac6a4cb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1019,10 +1019,8 @@ packages: "Mateusz Kowalczyk @Fuuzetsu": - aeson-schema - - # https://github.com/fpco/stackage/issues/842 - # - inline-r - # - H + - inline-r + - H "David Fox @ddssff": - debian diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 490c99cc..a83aa9f9 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -11,6 +11,7 @@ # http://www.stackage.org/install add-apt-repository -y ppa:zoogie/sdl2-snapshots +add-apt-repository -y ppa:marutter/rrutter apt-get update apt-get install -y \ @@ -65,6 +66,8 @@ apt-get install -y \ nodejs \ npm \ libadns1-dev \ + r-base \ + r-base-dev \ libpcap0.8-dev mkdir /tmp/nettle-build