mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03:00
heaptrack: don't be specific about boost
This commit is contained in:
parent
11d9f3aae1
commit
427a4cd463
@ -1,6 +1,6 @@
|
||||
{
|
||||
stdenv, fetchFromGitHub, cmake, extra-cmake-modules,
|
||||
zlib, boost162, libunwind, elfutils, sparsehash,
|
||||
zlib, boost, libunwind, elfutils, sparsehash,
|
||||
qtbase, kio, kitemmodels, threadweaver, kconfigwidgets, kcoreaddons,
|
||||
}:
|
||||
|
||||
@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
nativeBuildInputs = [ cmake extra-cmake-modules ];
|
||||
buildInputs = [
|
||||
zlib boost162 libunwind elfutils sparsehash
|
||||
zlib boost libunwind elfutils sparsehash
|
||||
qtbase kio kitemmodels threadweaver kconfigwidgets kcoreaddons
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user