nspr: make reproducible

This commit is contained in:
Graham Christensen
2019-03-07 08:54:51 -05:00
parent de4f6d1530
commit 885d1dfe60
2 changed files with 88 additions and 0 deletions
@@ -12,6 +12,10 @@ stdenv.mkDerivation {
sha256 = "0vjms4j75zvv5b2siyafg7hh924ysx2cwjad8spzp7x87n8n929c";
};
patches = [
./0001-Makefile-use-SOURCE_DATE_EPOCH-for-reproducibility.patch
];
outputs = [ "out" "dev" ];
outputBin = "dev";