From ff4d8134a2ece2f6f4fe9ca0dc1d12dcbf453f6f Mon Sep 17 00:00:00 2001 From: Felix Buehler Date: Wed, 23 Feb 2022 17:41:31 +0100 Subject: [PATCH] sane-backend: deprecate phases --- pkgs/applications/graphics/sane/config.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/graphics/sane/config.nix b/pkgs/applications/graphics/sane/config.nix index 397e17837bcc..8c7b94faca6c 100644 --- a/pkgs/applications/graphics/sane/config.nix +++ b/pkgs/applications/graphics/sane/config.nix @@ -35,7 +35,7 @@ installSanePath = path: '' in stdenv.mkDerivation { name = "sane-config"; - phases = "installPhase"; + dontUnpack = true; installPhase = '' function symlink () {