mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 09:23:01 +00:00
libotf: format
This commit is contained in:
parent
a354a240de
commit
e937fd5269
@ -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/";
|
||||
|
Loading…
Reference in New Issue
Block a user