sane-backend: deprecate phases

This commit is contained in:
Felix Buehler 2022-02-23 17:41:31 +01:00
parent f4b8977e0b
commit ff4d8134a2

View file

@ -35,7 +35,7 @@ installSanePath = path: ''
in
stdenv.mkDerivation {
name = "sane-config";
phases = "installPhase";
dontUnpack = true;
installPhase = ''
function symlink () {