summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlassulus <lassulus@lassul.us>2022-09-27 12:30:30 +0200
committerlassulus <lassulus@lassul.us>2022-09-27 12:30:30 +0200
commit8df91938756cad0baa5c91e1a235cc0d78f7dbcb (patch)
treefafb3315aaba0303fa57513b4d705203817709d8
parenta5146855c4a4d7520372035d0598eb5d04b6b588 (diff)
k: pkgconfig -> pkg-config
-rw-r--r--krebs/5pkgs/simple/K_belwagen.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/krebs/5pkgs/simple/K_belwagen.nix b/krebs/5pkgs/simple/K_belwagen.nix
index 80d377b0..2f64bb09 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 = ''