openbsd.wall: init
This commit is contained in:
committed by
Audrey Dutcher
parent
e08317b18d
commit
f3f5493bce
@@ -0,0 +1,9 @@
|
||||
{ mkDerivation }:
|
||||
mkDerivation {
|
||||
path = "usr.bin/wall";
|
||||
|
||||
postPatch = ''
|
||||
sed -i /BINMODE/d $BSDSRCDIR/usr.bin/wall/Makefile
|
||||
sed -i /BINGRP/d $BSDSRCDIR/usr.bin/wall/Makefile
|
||||
'';
|
||||
}
|
||||
Reference in New Issue
Block a user