add libraries for SELinux. Not that we're gonna use it...
svn path=/nixpkgs/trunk/; revision=6276
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
source $stdenv/setup
|
||||
|
||||
export DESTDIR=$out
|
||||
export PREFIX=$out
|
||||
|
||||
genericBuild
|
||||
@@ -0,0 +1,10 @@
|
||||
{stdenv, fetchurl}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
builder = ./builder.sh;
|
||||
name = "libsepol-1.12";
|
||||
src = fetchurl {
|
||||
url = http://www.nsa.gov/selinux/archives/libsepol-1.12.tgz;
|
||||
md5 = "937885f1fcbfe597a0f02aa9af044710";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user