mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
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:
parent
1eabfe5413
commit
8c48bb08d7
1 changed files with 0 additions and 3 deletions
|
@ -563,9 +563,6 @@ let
|
|||
version = "8.0";
|
||||
sha256 = "03azp5anavhjr15sinjlik9792lyf7w4zmkcihlkksrywhs05axh";
|
||||
meta.platforms = lib.platforms.netbsd;
|
||||
postPatch = ''
|
||||
substituteInPlace rpc/Makefile --replace /usr $out
|
||||
'';
|
||||
};
|
||||
|
||||
librpcsvc = mkDerivation {
|
||||
|
|
Loading…
Reference in a new issue