lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

ppl: fix build

+7 -1
+7 -1
pkgs/development/libraries/ppl/default.nix
··· 1 - { fetchurl, stdenv, gmpxx, perl, gnum4 }: 1 + { fetchurl, fetchpatch, stdenv, gmpxx, perl, gnum4 }: 2 2 3 3 let version = "1.2"; in 4 4 ··· 9 9 url = "http://bugseng.com/products/ppl/download/ftp/releases/${version}/ppl-${version}.tar.bz2"; 10 10 sha256 = "1wgxcbgmijgk11df43aiqfzv31r3bkxmgb4yl68g21194q60nird"; 11 11 }; 12 + 13 + patches = [(fetchpatch { 14 + name = "ppl.patch"; 15 + url = "http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=patch;h=c39f6a07b51f89e365b05ba4147aa2aa448febd7"; 16 + sha256 = "1zj90hm25pkgvk4jlkfzh18ak9b98217gbidl3731fdccbw6hr87"; 17 + })]; 12 18 13 19 nativeBuildInputs = [ perl gnum4 ]; 14 20 propagatedBuildInputs = [ gmpxx ];