spiped: 1.5.0 -> 1.6.1

fix changes per @r-rmcgibbo
This commit is contained in:
birlorg 2021-05-08 20:51:32 +00:00 committed by GitHub
parent 7e41999280
commit a3f27b5482
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
buildInputs = [ openssl ];
patchPhase = ''
postPatch = ''
substituteInPlace libcperciva/cpusupport/Build/cpusupport.sh \
--replace "dirname" "${coreutils}/bin/dirname" \
--replace "2>/dev/null" "2>stderr.log"
@ -27,8 +27,10 @@ stdenv.mkDerivation rec {
'';
installPhase = ''
runHook preInstall
mkdir -p $out/bin $out/share/man/man1
make install BINDIR=$out/bin MAN1DIR=$out/share/man/man1
runHook postInstall
'';
meta = {