Navigation Menu

Skip to content

Commit

Permalink
bubblewrap: use buildInputs instead of nativeBuildInputs
Browse files Browse the repository at this point in the history
these are all libraries.
  • Loading branch information
matthewbauer committed Mar 6, 2020
1 parent 5198179 commit 8c3160b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/tools/admin/bubblewrap/default.nix
Expand Up @@ -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";
Expand Down

0 comments on commit 8c3160b

Please sign in to comment.