about summary refs log tree commit diff
path: root/pkgs/os-specific/bsd/netbsd/pkgs/dict.nix
blob: 0d7d026dd21d2db84977d8b3cb2e470ef0ed4baa (plain) (blame)
1
2
3
4
5
6
7
8
9
{ mkDerivation, defaultMakeFlags }:

mkDerivation {
  path = "share/dict";
  noCC = true;
  version = "9.2";
  sha256 = "0svfc0byk59ri37pyjslv4c4rc7zw396r73mr593i78d39q5g3ad";
  makeFlags = defaultMakeFlags ++ [ "BINDIR=$(out)/share" ];
}