build2: enable on all platforms

These are working on darwin, and the upstream developers
even use them on windows.
This commit is contained in:
Ryan Burns 2021-10-23 15:08:45 -07:00
parent 1c6b48a423
commit 1f6d7365a9
6 changed files with 6 additions and 0 deletions

View file

@ -43,5 +43,6 @@ stdenv.mkDerivation rec {
changelog = "https://git.build2.org/cgit/libbpkg/log";
license = licenses.mit;
maintainers = with maintainers; [ r-burns ];
platforms = platforms.all;
};
}

View file

@ -48,5 +48,6 @@ stdenv.mkDerivation rec {
changelog = "https://git.build2.org/cgit/libbutl/log";
license = licenses.mit;
maintainers = with maintainers; [ r-burns ];
platforms = platforms.all;
};
}

View file

@ -52,5 +52,6 @@ stdenv.mkDerivation rec {
changelog = "https://git.codesynthesis.com/cgit/odb/libodb-sqlite/tree/NEWS";
license = licenses.gpl2Only;
maintainers = with maintainers; [ r-burns ];
platforms = platforms.all;
};
}

View file

@ -41,5 +41,6 @@ stdenv.mkDerivation rec {
changelog = "https://git.codesynthesis.com/cgit/odb/libodb/tree/NEWS";
license = licenses.gpl2Only;
maintainers = with maintainers; [ r-burns ];
platforms = platforms.all;
};
}

View file

@ -45,5 +45,6 @@ stdenv.mkDerivation rec {
changelog = "https://git.build2.org/cgit/bdep/tree/NEWS";
license = licenses.mit;
maintainers = with maintainers; [ r-burns ];
platforms = platforms.all;
};
}

View file

@ -59,5 +59,6 @@ stdenv.mkDerivation rec {
changelog = "https://git.build2.org/cgit/bpkg/tree/NEWS";
license = licenses.mit;
maintainers = with maintainers; [ r-burns ];
platforms = platforms.all;
};
}