Fix zug and lager builds on darwin (#358399)
This commit is contained in:
commit
26f2b6133c
@ -29,7 +29,9 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
cmakeFlags = [
|
||||
"-Dlager_BUILD_EXAMPLES=OFF"
|
||||
];
|
||||
|
||||
preConfigure = ''
|
||||
rm BUILD
|
||||
'';
|
||||
meta = {
|
||||
homepage = "https://github.com/arximboldi/lager";
|
||||
description = "C++ library for value-oriented design using the unidirectional data-flow architecture — Redux for C++";
|
||||
|
@ -24,6 +24,9 @@ stdenv.mkDerivation rec {
|
||||
cmakeFlags = [
|
||||
"-Dzug_BUILD_EXAMPLES=OFF"
|
||||
];
|
||||
preConfigure = ''
|
||||
rm BUILD
|
||||
'';
|
||||
meta = with lib; {
|
||||
homepage = "https://github.com/arximboldi/zug";
|
||||
description = "library for functional interactive c++ programs";
|
||||
|
Loading…
Reference in New Issue
Block a user