mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
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_SHA512 ///< SHA512, with EMSA3 (ie PKCS#1 Version 1.5) encoding'
|
||||
'';
|
||||
|
||||
configureFlags = "--no-separate-debug-info";
|
||||
meta = with stdenv.lib; {
|
||||
description = "Qt Cryptographic Architecture";
|
||||
license = "LGPL";
|
||||
|
Loading…
Reference in New Issue
Block a user