geda: refdes_renum called /usr/bin/perl

This commit is contained in:
Matthew O'Gorman 2015-11-16 15:36:10 -06:00
parent ca186286d7
commit f076a0867f
No known key found for this signature in database
GPG Key ID: F71F32386DEAE4B2

View File

@ -1,4 +1,4 @@
{ stdenv, fetchurl, pkgconfig, guile, gtk, flex, gawk }:
{ stdenv, fetchurl, pkgconfig, guile, gtk, flex, gawk, perl }:
stdenv.mkDerivation rec {
name = "geda-${version}";
@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
};
configureFlags = "--disable-update-xdg-database";
buildInputs = [ pkgconfig guile gtk flex gawk ];
buildInputs = [ pkgconfig guile gtk flex gawk perl ];
meta = with stdenv.lib; {
description = "Full GPL'd suite of Electronic Design Automation tools";