netbsd.libarch: init at 9.2

This commit is contained in:
Alyssa Ross 2023-01-12 21:05:54 +00:00
parent 9e72ff5c31
commit ce373ba234
No known key found for this signature in database
GPG key ID: F9DBED4859B271C0

View file

@ -679,6 +679,13 @@ in makeScopeWithSplicing
##
## START LIBRARIES
##
libarch = mkDerivation {
path = "lib/libarch";
version = "9.2";
sha256 = "6ssenRhuSwp0Jn71ErT0PrEoCJ+cIYRztwdL4QTDZsQ=";
meta.platforms = lib.platforms.netbsd;
};
libutil = mkDerivation {
path = "lib/libutil";
version = "9.2";