unixtools.utillinux: add column

requested on IRC
This commit is contained in:
Matthew Bauer
2019-01-23 16:35:11 -05:00
parent 51d88f7d20
commit d9332f2a71
2 changed files with 11 additions and 1 deletions
+6
View File
@@ -548,6 +548,12 @@ let
NIX_CFLAGS_COMPILE = "-DYESSTR=__YESSTR -DNOSTR=__NOSTR";
};
column = netBSDDerivation {
path = "usr.bin/column";
version = "8.0";
sha256 = "0r6b0hjn5ls3j3sv6chibs44fs32yyk2cg8kh70kb4cwajs4ifyl";
};
};
in nbPackages