Package: nix / 2.26.3+dfsg-1

Metadata

Package Version Patches format
nix 2.26.3+dfsg-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 meson.build Disable nix functional tests when unit t.patch | (download)

meson.build | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 meson.build: disable nix-functional-tests when unit tests are
 disabled

Signed-off-by: Jordan Justen <jljusten@debian.org>

0002 libstore tests Skip nix_store_real_path_binary_cache.patch | (download)

src/libstore-tests/nix_api_store.cc | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

 libstore-tests: skip nix_store_real_path_binary_cache for debian

Signed-off-by: Jordan Justen <jljusten@debian.org>

0003 meson.build Disable API docs on debian due to missin.patch | (download)

meson.build | 5 3 + 2 - 0 !
1 file changed, 3 insertions(+), 2 deletions(-)

 meson.build: disable api docs on debian due to missing build-deps

Signed-off-by: Jordan Justen <jljusten@debian.org>

0004 doc manual Make mdbook optional.patch | (download)

doc/manual/meson.build | 66 45 + 21 - 0 !
1 file changed, 45 insertions(+), 21 deletions(-)

 doc/manual: make mdbook optional

Signed-off-by: Jordan Justen <jljusten@debian.org>

0005 libstore meson Rename busybox sandbox_shell.patch | (download)

src/libstore/meson.build | 10 5 + 5 - 0 !
1 file changed, 5 insertions(+), 5 deletions(-)

 libstore/meson: rename busybox => sandbox_shell

Signed-off-by: Jordan Justen <jljusten@debian.org>

0006 libstore meson Sandbox shell is required if embedded.patch | (download)

src/libstore/meson.build | 5 4 + 1 - 0 !
1 file changed, 4 insertions(+), 1 deletion(-)

 libstore/meson: sandbox shell is required if embedded shell is
 enabled

Signed-off-by: Jordan Justen <jljusten@debian.org>

0007 libstore meson Sandbox shell isn t required at build.patch | (download)

src/libstore/meson.build | 16 14 + 2 - 0 !
1 file changed, 14 insertions(+), 2 deletions(-)

 libstore/meson: sandbox shell isn't required at build time unless
 embedded

A sandbox shell can be specified which is not present at build time.
This shell can be marked as a dependency for installing the package.

Signed-off-by: Jordan Justen <jljusten@debian.org>