6 stdenv.mkDerivation rec {
11 url = "https://www.mrc-bsu.cam.ac.uk/wp-content/uploads/2018/04/${pname}-${version}.tar.gz";
12 sha256 = "sha256-oonE2gxKw3H4ATImyF69Cp4d7F3puFiVDkhUy4FLTtg=";
16 description = "Open source program for Bayesian modelling based on MCMC";
17 homepage = "https://www.mrc-bsu.cam.ac.uk/software/bugs/openbugs/";
18 maintainers = with maintainers; [ andresnav ];
19 license = licenses.gpl3Only;
20 platforms = [ "i686-linux" ];