* 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:
@@ -1,7 +1,7 @@
|
||||
{ stdenv, fetchurl, kernel, perl }:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "ndiswrapper-1.56-stable";
|
||||
name = "ndiswrapper-1.56-${kernel.version}";
|
||||
|
||||
# need at least .config and include
|
||||
inherit kernel;
|
||||
|
||||
Reference in New Issue
Block a user