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

sane-backend: deprecate phases
This commit is contained in:
Peter Simons
2022-03-30 12:28:14 +02:00
committed by GitHub
+1 -1
View File
@@ -35,7 +35,7 @@ installSanePath = path: ''
in
stdenv.mkDerivation {
name = "sane-config";
phases = "installPhase";
dontUnpack = true;
installPhase = ''
function symlink () {