about summary refs log tree commit diff
path: root/pkgs/development/libraries/harfbuzz
diff options
context:
space:
mode:
authorArtturi <Artturin@artturin.com>2023-01-25 20:00:41 +0200
committerGitHub <noreply@github.com>2023-01-25 20:00:41 +0200
commitbeeddf20bd20628f8e6b10fd09f25e34b6d61a19 (patch)
tree540892cc45eb2d4564b6422604c99168eaa87c86 /pkgs/development/libraries/harfbuzz
parentba096163e83c37e5a748f5084b2e3378a7cd9916 (diff)
parentdfd70016472355bdaf75cbf49480fcf6fdf46218 (diff)
Merge pull request #212281 from Artturin/removedangling1
Diffstat (limited to 'pkgs/development/libraries/harfbuzz')
-rw-r--r--pkgs/development/libraries/harfbuzz/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/development/libraries/harfbuzz/default.nix b/pkgs/development/libraries/harfbuzz/default.nix
index 782823cd67483..7a9904f31dab4 100644
--- a/pkgs/development/libraries/harfbuzz/default.nix
+++ b/pkgs/development/libraries/harfbuzz/default.nix
@@ -90,7 +90,6 @@ stdenv.mkDerivation rec {
   # Slightly hacky; some pkgs expect them in a single directory.
   postFixup = lib.optionalString withIcu ''
     rm "$out"/lib/libharfbuzz.* "$dev/lib/pkgconfig/harfbuzz.pc"
-    ln -s {'${harfbuzz.out}',"$out"}/lib/libharfbuzz.la
     ln -s {'${harfbuzz.dev}',"$dev"}/lib/pkgconfig/harfbuzz.pc
     ${lib.optionalString stdenv.isDarwin ''
       ln -s {'${harfbuzz.out}',"$out"}/lib/libharfbuzz.dylib