Merge pull request #161548 from Stunkymonkey/sane-backend-phases

sane-backend: deprecate phases

authored by

Peter Simons and committed by
GitHub
7aaef4f8 bf80fd17

+1 -1
+1 -1
pkgs/applications/graphics/sane/config.nix
··· 35 in 36 stdenv.mkDerivation { 37 name = "sane-config"; 38 - phases = "installPhase"; 39 40 installPhase = '' 41 function symlink () {
··· 35 in 36 stdenv.mkDerivation { 37 name = "sane-config"; 38 + dontUnpack = true; 39 40 installPhase = '' 41 function symlink () {