netbsd.libarch: init at 9.2
This commit is contained in:
parent
9e72ff5c31
commit
ce373ba234
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user