catclock: fix build
This commit is contained in:
@@ -26,7 +26,10 @@ stdenv.mkDerivation {
|
||||
cp xclock.man $out/share/man/man1/xclock.1
|
||||
'';
|
||||
|
||||
makeFlags = [ "DESTINATION=$(out)/bin/" ] ++ lib.optional withAudioTracking "WITH_TEMPO_TRACKER=1";
|
||||
makeFlags = [
|
||||
"DESTINATION=$(out)/bin/"
|
||||
"CFLAGS=-Wno-incompatible-pointer-types"
|
||||
] ++ lib.optional withAudioTracking "WITH_TEMPO_TRACKER=1";
|
||||
|
||||
buildInputs =
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user