ostree.tests.musl: init
Would have caught the build regression introduced by1a56b3515b
("ostree: version bump and removing old patches") and fixed by966f79bea6
("pkgsMusl.ostree: fix build").
This commit is contained in:
parent
eba1ebd609
commit
80d505f118
1 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
|||
, gobject-introspection
|
||||
, gjs
|
||||
, nixosTests
|
||||
, pkgsCross
|
||||
, curl
|
||||
, glib
|
||||
, systemd
|
||||
|
@ -140,6 +141,7 @@ in stdenv.mkDerivation rec {
|
|||
|
||||
passthru = {
|
||||
tests = {
|
||||
musl = pkgsCross.musl64.ostree;
|
||||
installedTests = nixosTests.installed-tests.ostree;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue