openbsd.wall: init

This commit is contained in:
Artemis Tosini
2025-02-12 12:14:11 -07:00
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
'';
}