nixos/modules: pkgconfig -> pkg-config
This commit is contained in:
committed by
Jonathan Ringer
parent
4edbbe523c
commit
e2fcf81d2a
@@ -1,8 +1,8 @@
|
||||
{lib, stdenv, boost, cmake, pkgconfig, nix, ... }:
|
||||
{lib, stdenv, boost, cmake, pkg-config, nix, ... }:
|
||||
stdenv.mkDerivation rec {
|
||||
name = "nixos-option";
|
||||
src = ./.;
|
||||
nativeBuildInputs = [ cmake pkgconfig ];
|
||||
nativeBuildInputs = [ cmake pkg-config ];
|
||||
buildInputs = [ boost nix ];
|
||||
meta = {
|
||||
license = stdenv.lib.licenses.lgpl2Plus;
|
||||
|
||||
Reference in New Issue
Block a user