pkg-config: use dontUnpack instead of no-op phase

This commit is contained in:
Alyssa Ross 2022-10-16 18:11:55 +00:00
parent ea9c9ba75c
commit 979a975dbe
No known key found for this signature in database
GPG Key ID: F9DBED4859B271C0

View File

@ -46,14 +46,11 @@ stdenv.mkDerivation {
strictDeps = true;
dontBuild = true;
dontConfigure = true;
dontUnpack = true;
# Additional flags passed to pkg-config.
addFlags = lib.optional stdenv.targetPlatform.isStatic "--static";
unpackPhase = ''
src=$PWD
'';
installPhase =
''
mkdir -p $out/bin $out/nix-support