* Include the kernel version in kernel-specific packages so that they

can be distinguished in nix-env -qa output.

svn path=/nixpkgs/trunk/; revision=32352
This commit is contained in:
Eelco Dolstra
2012-02-17 14:32:28 +00:00
parent d27f8787f7
commit b23126fcc3
17 changed files with 55 additions and 100 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{ stdenv, fetchurl, kernel }:
stdenv.mkDerivation {
name = "e1000e-1.5.1";
name = "e1000e-1.5.1-${kernel.version}";
src = fetchurl {
url = "http://downloads.sourceforge.net/e1000/e1000e-1.5.1.tar.gz";