* Resolve a collision between OpenSSL and man-pages
(in ‘share/man/man3/err.3’). svn path=/nixpkgs/trunk/; revision=31296
This commit is contained in:
parent
961ad6a314
commit
ca73b1fb33
@ -70,5 +70,6 @@ stdenv.mkDerivation {
|
|||||||
description = "A cryptographic library that implements the SSL and TLS protocols";
|
description = "A cryptographic library that implements the SSL and TLS protocols";
|
||||||
platforms = stdenv.lib.platforms.all;
|
platforms = stdenv.lib.platforms.all;
|
||||||
maintainers = [ stdenv.lib.maintainers.simons ];
|
maintainers = [ stdenv.lib.maintainers.simons ];
|
||||||
|
priority = 10; # resolves collision with ‘man-pages’
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user