rapidcheck: refactor postInstall
to install all extras (#106376)
Co-authored-by: Tom Manner <tsmanner@us.ibm.com>
This commit is contained in:
parent
a3289a62c4
commit
872cb2fc23
@ -13,8 +13,12 @@ stdenv.mkDerivation rec {
|
||||
|
||||
nativeBuildInputs = [ cmake ];
|
||||
|
||||
# Install the extras headers
|
||||
postInstall = ''
|
||||
cp ../extras/boost_test/include/rapidcheck/boost_test.h $out/include/rapidcheck
|
||||
cp -r $src/extras $out
|
||||
chmod -R +w $out/extras
|
||||
rm $out/extras/CMakeLists.txt
|
||||
rm $out/extras/**/CMakeLists.txt
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user