bubblewrap: use buildInputs instead of nativeBuildInputs
these are all libraries.
This commit is contained in:
parent
5198179adc
commit
8c3160b619
@ -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";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user