liboauth: propagate inputs wanted by pkgconfig
This commit is contained in:
parent
963327aacb
commit
36725623f9
|
@ -9,7 +9,9 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "07w1aq8y8wld43wmbk2q8134p3bfkp2vma78mmsfgw2jn1bh3xhd";
|
||||
};
|
||||
|
||||
buildInputs = [ pkgconfig nss nspr ];
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
|
||||
propagatedBuildInputs = [ nss nspr ];
|
||||
|
||||
configureFlags = [ "--enable-nss" ];
|
||||
|
||||
|
|
Loading…
Reference in New Issue