ploticus: add Darwin support

thanks @risicle

+2 -1
+2 -1
pkgs/tools/graphics/ploticus/default.nix
··· 45 preBuild = '' 46 cd src 47 ''; 48 49 preInstall = '' 50 mkdir -p "$out/bin" ··· 74 license = licenses.gpl2Plus; 75 maintainers = with maintainers; [ pSub ]; 76 homepage = "http://ploticus.sourceforge.net/"; 77 - platforms = with platforms; linux; 78 }; 79 }
··· 45 preBuild = '' 46 cd src 47 ''; 48 + makeFlags = [ "CC=cc" ]; 49 50 preInstall = '' 51 mkdir -p "$out/bin" ··· 75 license = licenses.gpl2Plus; 76 maintainers = with maintainers; [ pSub ]; 77 homepage = "http://ploticus.sourceforge.net/"; 78 + platforms = with platforms; linux ++ darwin; 79 }; 80 }