e12b421add
merge cleanly right away (kde-4, kernel stuff) so it should be merged later. But the stdenv stuff is all there. svn path=/nixpkgs/branches/stdenv-updates-merge/; revision=10793
11 lines
223 B
Nix
11 lines
223 B
Nix
args: with args;
|
|
|
|
stdenv.mkDerivation rec {
|
|
name = "libjingle-" + version;
|
|
|
|
src = fetchurl {
|
|
url = "mirror://sf/libjingle/${name}.tar.gz";
|
|
sha256 = "0izg1i4nmhysvkqmsl2xqp0x6lwz2jjyavvhv196hsdsr2w0iwvi";
|
|
};
|
|
}
|