From e7ff7d64032aa147eac92a6b6ffdbd5238c1f6b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20=C4=8Cun=C3=A1t?= Date: Sun, 18 Sep 2022 19:59:17 +0200 Subject: [PATCH] fixup! glslang: fixup paths in .pc files I really should have inspected the resulting files. --- pkgs/development/compilers/glslang/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/compilers/glslang/default.nix b/pkgs/development/compilers/glslang/default.nix index 17ff68e892a2..1dd303170936 100644 --- a/pkgs/development/compilers/glslang/default.nix +++ b/pkgs/development/compilers/glslang/default.nix @@ -39,7 +39,7 @@ stdenv.mkDerivation rec { # Fix the paths in .pc, even though it's unclear if these .pc are really useful. postFixup = '' substituteInPlace "$out"/lib/pkgconfig/SPIRV-Tools{,-shared}.pc \ - --replace '=''${prefix}//' '=' + --replace '=''${prefix}//' '=/' ''; meta = with lib; {