freebsd.sed: init at 13.1.0

This commit is contained in:
Alyssa Ross 2023-01-14 18:22:01 +00:00
parent e32aef5aca
commit eaf77e7b0b
No known key found for this signature in database
GPG key ID: F9DBED4859B271C0

View file

@ -388,6 +388,12 @@ in makeScopeWithSplicing
outputs = [ "out" "man" "test" ];
};
sed = mkDerivation {
path = "usr.bin/sed";
TESTSRC = "${freebsdSrc}/contrib/netbsd-tests";
MK_TESTS = "no";
};
# Don't add this to nativeBuildInputs directly. Use statHook instead.
stat = mkDerivation {
path = "usr.bin/stat";