Qca2: do not separate debug info
svn path=/nixpkgs/trunk/; revision=26138
This commit is contained in:
parent
53a7f85871
commit
efb12635d3
@ -15,6 +15,8 @@ stdenv.mkDerivation {
|
|||||||
EMSA3_SHA384, ///< SHA384, with EMSA3 (ie PKCS#1 Version 1.5) encoding\
|
EMSA3_SHA384, ///< SHA384, with EMSA3 (ie PKCS#1 Version 1.5) encoding\
|
||||||
EMSA3_SHA512 ///< SHA512, with EMSA3 (ie PKCS#1 Version 1.5) encoding'
|
EMSA3_SHA512 ///< SHA512, with EMSA3 (ie PKCS#1 Version 1.5) encoding'
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
configureFlags = "--no-separate-debug-info";
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Qt Cryptographic Architecture";
|
description = "Qt Cryptographic Architecture";
|
||||||
license = "LGPL";
|
license = "LGPL";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user