libotf: format

This commit is contained in:
Sandro 2021-10-26 17:20:43 +02:00 committed by GitHub
parent a354a240de
commit e937fd5269
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,13 +35,12 @@ stdenv.mkDerivation rec {
outputs = [ "out" "dev" ];
postInstall =
''
mkdir -p $dev/bin
mv $out/bin/libotf-config $dev/bin/
substituteInPlace $dev/bin/libotf-config \
--replace "pkg-config" "${pkg-config}/bin/pkg-config"
'';
postInstall = ''
mkdir -p $dev/bin
mv $out/bin/libotf-config $dev/bin/
substituteInPlace $dev/bin/libotf-config \
--replace "pkg-config" "${pkg-config}/bin/pkg-config"
'';
meta = {
homepage = "https://www.nongnu.org/m17n/";