summary refs log tree commit diff
diff options
context:
space:
mode:
authorFelix Buehler <account@buehler.rocks>2022-02-23 17:41:31 +0100
committerFelix Buehler <account@buehler.rocks>2022-03-30 10:14:47 +0200
commitff4d8134a2ece2f6f4fe9ca0dc1d12dcbf453f6f (patch)
treec4e2c8f5d71daaac81feccb81d9c0282c1f0eee4
parentf4b8977e0b3182d94c7d2c5185df047815c98935 (diff)
downloadnixpkgs-ff4d8134a2ece2f6f4fe9ca0dc1d12dcbf453f6f.tar
nixpkgs-ff4d8134a2ece2f6f4fe9ca0dc1d12dcbf453f6f.tar.gz
nixpkgs-ff4d8134a2ece2f6f4fe9ca0dc1d12dcbf453f6f.tar.bz2
nixpkgs-ff4d8134a2ece2f6f4fe9ca0dc1d12dcbf453f6f.tar.lz
nixpkgs-ff4d8134a2ece2f6f4fe9ca0dc1d12dcbf453f6f.tar.xz
nixpkgs-ff4d8134a2ece2f6f4fe9ca0dc1d12dcbf453f6f.tar.zst
nixpkgs-ff4d8134a2ece2f6f4fe9ca0dc1d12dcbf453f6f.zip
sane-backend: deprecate phases
-rw-r--r--pkgs/applications/graphics/sane/config.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/graphics/sane/config.nix b/pkgs/applications/graphics/sane/config.nix
index 397e17837bc..8c7b94faca6 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 () {