Skip to content

Commit

Permalink
octave/general: rename pkgconfig to pkg-config
Browse files Browse the repository at this point in the history
  • Loading branch information
KarlJoad committed Jan 6, 2021
1 parent d85a2cb commit f64fc7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/octave-modules/general/default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ buildOctaveLibrary
, stdenv
, fetchurl
, pkgconfig
, pkg-config
, nettle
}:

Expand All @@ -15,7 +15,7 @@ buildOctaveLibrary rec {
};

nativeBuildInputs = [
pkgconfig
pkg-config
nettle
];

Expand Down

0 comments on commit f64fc7e

Please sign in to comment.