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)
  • Loading branch information
globin authored and vcunat committed Oct 10, 2017
1 parent d0c9549 commit 5162406
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 5162406

Please sign in to comment.