bubblewrap: use buildInputs instead of nativeBuildInputs

these are all libraries.
This commit is contained in:
Matthew Bauer 2020-02-24 22:03:00 -05:00
parent 5198179adc
commit 8c3160b619

View File

@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
sha256 = "08r0f4c3fjkb4zjrb4kkax1zfcgcgic702vb62sjjw5xfhppvzp5";
};
nativeBuildInputs = [ libcap libxslt docbook_xsl ];
buildInputs = [ libcap libxslt docbook_xsl ];
meta = with stdenv.lib; {
description = "Unprivileged sandboxing tool";