* 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:
@@ -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’
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user