libbsd: remove unnecessary patchPhase
`substituteInPlace` was operating on a non-existant file.
This commit is contained in:
parent
4cc8f972b9
commit
792ba4a466
@ -9,12 +9,6 @@ in stdenv.mkDerivation {
|
|||||||
sha256 = "02i5brb2007sxq3mn862mr7yxxm0g6nj172417hjyvjax7549xmj";
|
sha256 = "02i5brb2007sxq3mn862mr7yxxm0g6nj172417hjyvjax7549xmj";
|
||||||
};
|
};
|
||||||
|
|
||||||
patchPhase = ''
|
|
||||||
substituteInPlace Makefile \
|
|
||||||
--replace "/usr" "$out" \
|
|
||||||
--replace "{exec_prefix}" "{prefix}"
|
|
||||||
'';
|
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Common functions found on BSD systems";
|
description = "Common functions found on BSD systems";
|
||||||
homepage = http://libbsd.freedesktop.org/;
|
homepage = http://libbsd.freedesktop.org/;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user