mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
catclock: fix build
This commit is contained in:
parent
7fd9c4069c
commit
5b3aec88de
1 changed files with 4 additions and 1 deletions
|
@ -26,7 +26,10 @@ stdenv.mkDerivation {
|
||||||
cp xclock.man $out/share/man/man1/xclock.1
|
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 =
|
buildInputs =
|
||||||
[
|
[
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue