* Improved a bunch of "name" attributes (mostly missing version

numbers).

svn path=/nixpkgs/trunk/; revision=17991
This commit is contained in:
Eelco Dolstra
2009-10-28 14:06:56 +00:00
parent cbfbaf736a
commit f53195f29e
19 changed files with 105 additions and 97 deletions

View File

@@ -2,7 +2,7 @@
, pkgconfig, gtk, glib, pango, libglade }:
stdenv.mkDerivation rec {
name = "sysprof-1.0.10";
name = "sysprof-1.0.10-${kernel.version}";
src = fetchurl {
url = "http://www.daimi.au.dk/~sandmann/sysprof/${name}.tar.gz";