miranda: remove gcc as buildInput

This commit is contained in:
Ben Siraphob 2020-10-26 20:29:04 +07:00
parent 4c07f77124
commit 5f0bf8d30e

View File

@ -1,4 +1,4 @@
{ stdenv, lib, fetchzip, fetchpatch, gcc }:
{ stdenv, lib, fetchzip, fetchpatch }:
stdenv.mkDerivation rec {
pname = "miranda";