Merge pull request #101763 from siraben/miranda-gcc

miranda: remove gcc as buildInput
This commit is contained in:
Martin Weinelt 2020-10-26 14:52:18 +01:00 committed by GitHub
commit 6b5dcef75d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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