Unverified Commit 7aaef4f8 authored by Peter Simons's avatar Peter Simons Committed by GitHub
Browse files

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

sane-backend: deprecate phases
parents bf80fd17 ff4d8134
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@ installSanePath = path: ''
in
stdenv.mkDerivation {
  name = "sane-config";
  phases = "installPhase";
  dontUnpack = true;

  installPhase = ''
    function symlink () {