Skip to content

Commit

Permalink
blugon: fix build on darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
r-burns committed Oct 23, 2020
1 parent 7c76eaf commit cab74f7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pkgs/applications/misc/blugon/default.nix
Expand Up @@ -13,6 +13,12 @@ stdenv.mkDerivation rec {

buildInputs = [ python3 libX11 libXrandr ];

# Remove at next release
# https://github.com/jumper149/blugon/commit/d262cd05
postPatch = ''
sed -i 's,CC = gcc,CC ?= gcc,g' backends/scg/Makefile
'';

makeFlags = [ "PREFIX=$(out)" ];

meta = with stdenv.lib; {
Expand Down

0 comments on commit cab74f7

Please sign in to comment.