diff options
author | lassulus <lassulus@lassul.us> | 2022-09-27 12:30:30 +0200 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2022-09-27 12:30:30 +0200 |
commit | 8df91938756cad0baa5c91e1a235cc0d78f7dbcb (patch) | |
tree | fafb3315aaba0303fa57513b4d705203817709d8 /krebs/5pkgs/simple | |
parent | a5146855c4a4d7520372035d0598eb5d04b6b588 (diff) |
k: pkgconfig -> pkg-config
Diffstat (limited to 'krebs/5pkgs/simple')
-rw-r--r-- | krebs/5pkgs/simple/K_belwagen.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/krebs/5pkgs/simple/K_belwagen.nix b/krebs/5pkgs/simple/K_belwagen.nix index 80d377b0c..2f64bb09d 100644 --- a/krebs/5pkgs/simple/K_belwagen.nix +++ b/krebs/5pkgs/simple/K_belwagen.nix @@ -9,7 +9,7 @@ stdenv.mkDerivation { buildInputs = [ pkgs.jack1 - pkgs.pkgconfig + pkgs.pkg-config ]; patchPhase = '' |