netbsd.libossaudio: fix build

The file this was trying to modify doesn't even exist.

Tested by building pkgsCross.x86_64-netbsd.netbsd.libossaudio from
x86_64-linux.
This commit is contained in:
Alyssa Ross 2021-04-22 15:20:23 +00:00
parent 1eabfe5413
commit 8c48bb08d7
No known key found for this signature in database
GPG key ID: F9DBED4859B271C0

View file

@ -563,9 +563,6 @@ let
version = "8.0";
sha256 = "03azp5anavhjr15sinjlik9792lyf7w4zmkcihlkksrywhs05axh";
meta.platforms = lib.platforms.netbsd;
postPatch = ''
substituteInPlace rpc/Makefile --replace /usr $out
'';
};
librpcsvc = mkDerivation {