bubblewrap: use buildInputs instead of nativeBuildInputs

these are all libraries.
This commit is contained in:
Matthew Bauer
2020-03-05 20:41:46 -05:00
parent 5198179adc
commit 8c3160b619
+1 -1
View File
@@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
sha256 = "08r0f4c3fjkb4zjrb4kkax1zfcgcgic702vb62sjjw5xfhppvzp5"; sha256 = "08r0f4c3fjkb4zjrb4kkax1zfcgcgic702vb62sjjw5xfhppvzp5";
}; };
nativeBuildInputs = [ libcap libxslt docbook_xsl ]; buildInputs = [ libcap libxslt docbook_xsl ];
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Unprivileged sandboxing tool"; description = "Unprivileged sandboxing tool";