From b23126fcc3bca0072f68b576178aee263182ba71 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 17 Feb 2012 14:32:28 +0000 Subject: * 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 --- pkgs/os-specific/linux/bbswitch/default.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'pkgs/os-specific/linux/bbswitch') diff --git a/pkgs/os-specific/linux/bbswitch/default.nix b/pkgs/os-specific/linux/bbswitch/default.nix index d64701a1d072..502d24d32d8b 100644 --- a/pkgs/os-specific/linux/bbswitch/default.nix +++ b/pkgs/os-specific/linux/bbswitch/default.nix @@ -3,9 +3,11 @@ let version = "0.4.1"; - name = "bbswitch-${version}"; + name = "bbswitch-${version}-${kernel.version}"; -in stdenv.mkDerivation { +in + +stdenv.mkDerivation { inherit name; src = fetchurl { -- cgit 1.4.1