libbsd: remove unnecessary patchPhase

`substituteInPlace` was operating on a non-existant file.
wip/yesman
Robin Gloster 8 years ago
parent 4cc8f972b9
commit 792ba4a466
  1. 6
      pkgs/development/libraries/libbsd/default.nix

@ -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/;

Loading…
Cancel
Save