mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
geda: refdes_renum called /usr/bin/perl
This commit is contained in:
parent
ca186286d7
commit
f076a0867f
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user