From 777b1ee854503413491fb3e8cfadd0c7c37dd789 Mon Sep 17 00:00:00 2001 From: John Galt Date: Tue, 20 Dec 2016 13:08:36 -0500 Subject: [PATCH] Add nfc --- build-constraints.yaml | 1 + debian-bootstrap.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ea0f19a1..baa974ba 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2071,6 +2071,7 @@ packages: - cacophony - pipes-cacophony - blake2 + - nfc "Adam Curtis @kallisti-dev": [] diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 4c28b457..32e6df55 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -84,6 +84,7 @@ apt-get install -y \ libmpfr-dev \ libmysqlclient-dev \ libncurses-dev \ + libnfc-dev \ libnotify-dev \ libopenal-dev \ libpango1.0-dev \