netbsd.misc: init

This commit is contained in:
Matthew Bauer 2018-05-01 22:20:19 -05:00
parent 0943b76dc8
commit e0851dfd7c

@ -574,4 +574,11 @@ in rec {
];
};
misc = netBSDDerivation {
path = "share/misc";
version = "7.1.2";
sha256 = "1vyn30js14nnadlls55mg7g1gz8h14l75rbrrh8lgn49qg289665";
makeFlags = [ "BINDIR=/share/misc" ];
};
}