libbsd: remove unnecessary patchPhase

`substituteInPlace` was operating on a non-existant file.
This commit is contained in:
Robin Gloster 2016-08-01 11:30:51 +00:00
parent 4cc8f972b9
commit 792ba4a466

View file

@ -9,12 +9,6 @@ in stdenv.mkDerivation {
sha256 = "02i5brb2007sxq3mn862mr7yxxm0g6nj172417hjyvjax7549xmj";
};
patchPhase = ''
substituteInPlace Makefile \
--replace "/usr" "$out" \
--replace "{exec_prefix}" "{prefix}"
'';
meta = {
description = "Common functions found on BSD systems";
homepage = http://libbsd.freedesktop.org/;