lol

blugon: fix build on darwin

authored by

Ryan Burns and committed by
Jon
c58233a3 0c102b28

+6
+6
pkgs/applications/misc/blugon/default.nix
··· 13 13 14 14 buildInputs = [ python3 libX11 libXrandr ]; 15 15 16 + # Remove at next release 17 + # https://github.com/jumper149/blugon/commit/d262cd05 18 + postPatch = '' 19 + sed -i 's,CC = gcc,CC ?= gcc,g' backends/scg/Makefile 20 + ''; 21 + 16 22 makeFlags = [ "PREFIX=$(out)" ]; 17 23 18 24 meta = with stdenv.lib; {