lol
0
fork

Configure Feed

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

at 22.05-pre 10 lines 322 B view raw
1{ callPackage, fetchurl, ... } @ args: 2 3callPackage ./generic.nix (args // rec { 4 version = "2.5.0"; 5 # make sure you test also -A pythonPackages.protobuf 6 src = fetchurl { 7 url = "http://protobuf.googlecode.com/files/${version}.tar.bz2"; 8 sha256 = "0xxn9gxhvsgzz2sgmihzf6pf75clr05mqj6218camwrwajpcbgqk"; 9 }; 10})