Mark some packages as low priority and disambiguate some others

This commit is contained in:
Eelco Dolstra
2012-11-29 15:26:13 +01:00
parent ab1b0e6359
commit 79725bb5bc
8 changed files with 28 additions and 76 deletions
+2 -1
View File
@@ -1,7 +1,8 @@
{ stdenv, fetchurl, kernel, spl, perl, autoconf, automake, libtool, zlib, libuuid, coreutils, utillinux }:
stdenv.mkDerivation {
name = "zfs-0.6.0-rc12";
name = "zfs-0.6.0-rc12-${kernel.version}";
src = fetchurl {
url = http://github.com/downloads/zfsonlinux/zfs/zfs-0.6.0-rc12.tar.gz;
sha256 = "1mipy6v63y8z3c5chn813x8c2r8mwyja1v19dvars3j85105xf1y";