This commit is contained in:
Eelco Dolstra
2013-08-23 10:02:07 +02:00
parent c64a1332ec
commit 7c8518c194
6 changed files with 43 additions and 107 deletions
+4 -2
View File
@@ -5,12 +5,14 @@ assert stdenv.isLinux;
stdenv.mkDerivation rec {
name = "libcap-${version}";
version = "2.22";
src = fetchurl {
url = "mirror://gentoo/distfiles/${name}.tar.bz2";
sha256 = "03q50j6bg65cc501q87qh328ncav1i8qw2bjig99vxmmfx4bvsvk";
};
outputs = [ "dev" "out" ];
nativeBuildInputs = [ perl ];
propagatedBuildInputs = [ attr ];