Skip to content

Commit

Permalink
nss: fix includedir for pkgconfig
Browse files Browse the repository at this point in the history
(cherry picked from commit 034c168)
It fixes some reverse dependencies and it's very unlikely to worsen
something.
  • Loading branch information
globin authored and vcunat committed Oct 11, 2017
1 parent 6549173 commit a3dd02c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/libraries/nss/default.nix
Expand Up @@ -68,7 +68,7 @@ in stdenv.mkDerivation rec {
sed -e "s,%prefix%,$PREFIX," \
-e "s,%exec_prefix%,$PREFIX," \
-e "s,%libdir%,$PREFIX/lib64," \
-e "s,%includedir%,$PREFIX/include/nss," \
-e "s,%includedir%,$dev/include/nss," \
-e "s,%NSS_VERSION%,$NSS_MAJOR_VERSION.$NSS_MINOR_VERSION.$NSS_PATCH_VERSION,g" \
-e "s,%NSPR_VERSION%,4.16,g" \
pkg/pkg-config/nss.pc.in > $out/lib/pkgconfig/nss.pc
Expand Down

0 comments on commit a3dd02c

Please sign in to comment.