1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-02-19 17:39:34 +00:00
svn path=/nixpkgs/trunk/; revision=5086
This commit is contained in:
Eelco Dolstra 2006-03-24 11:15:52 +00:00
parent acf47a1bb8
commit 0b81c9f7d4

View file

@ -1,5 +1,7 @@
{stdenv, fetchurl, kdelibs, libX11, libXext, libSM, libpng, libjpeg, qt, zlib, perl, expat}:
# !!! dot is a run-time dependencies
stdenv.mkDerivation {
name = "kcachegrind-0.4.6";
builder = ./builder.sh;