From 979a975dbe0743037fdc190c51f51c83e3d59df8 Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Sun, 16 Oct 2022 18:11:55 +0000 Subject: pkg-config: use dontUnpack instead of no-op phase --- pkgs/build-support/pkg-config-wrapper/default.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pkgs/build-support/pkg-config-wrapper/default.nix b/pkgs/build-support/pkg-config-wrapper/default.nix index ca14a4495fe..f6859766260 100644 --- a/pkgs/build-support/pkg-config-wrapper/default.nix +++ b/pkgs/build-support/pkg-config-wrapper/default.nix @@ -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 -- cgit 1.4.1