mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-18 07:10:51 +00:00
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";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ libcap libxslt docbook_xsl ];
|
||||
buildInputs = [ libcap libxslt docbook_xsl ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Unprivileged sandboxing tool";
|
||||
|
Loading…
Reference in New Issue
Block a user