libnspr4-devが必要なパッケージのようです。
apt-cache検索を使用して見つけました:
$ apt-cache search nspr
dnsproxy - proxy for DNS queries
libnspr4 - NetScape Portable Runtime Library
libnspr4-0d - NetScape Portable Runtime Library - transitional package
libnspr4-dbg - Debugging symbols for the NetScape Portable Runtime library
libnspr4-dev - Development files for the NetScape Portable Runtime library
python-nss - Python bindings for Network Security Services (NSS)
すでにDebianリポジトリにあるようです。つまり、他の場所から取得する必要はありません。
apt-cacheポリシーでインストールされるバージョンを確認できます。
$ apt-cache policy libnspr4-dev
libnspr4-dev:
Installed: (none)
Candidate: 2:4.9.2-1
Version table:
2:4.9.2-1 0
500 http://ftp.uk.debian.org/debian/ testing/main amd64 Packages
それでよければ、でインストールできますapt-get install libnspr4-dev
。
そうでない場合は、/etc/apt/sources.list
必要なバージョンのリポジトリがリストされていることを確認する必要があります。