mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
feedgnuplot: fix build
feedgnuplot has no devdoc.
This commit is contained in:
parent
1a08bcf198
commit
9e2755b7b3
1 changed files with 2 additions and 0 deletions
|
@ -19,6 +19,8 @@ buildPerlPackage rec {
|
|||
sha256 = "1bjnx36rsxlj845w9apvdjpza8vd9rbs3dlmgvky6yznrwa6sm02";
|
||||
};
|
||||
|
||||
outputs = [ "out" ];
|
||||
|
||||
nativeBuildInputs = [ makeWrapper gawk ];
|
||||
|
||||
buildInputs = [ gnuplot perl ]
|
||||
|
|
Loading…
Reference in a new issue