sane-backend: deprecate phases
This commit is contained in:
parent
f4b8977e0b
commit
ff4d8134a2
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ installSanePath = path: ''
|
|||
in
|
||||
stdenv.mkDerivation {
|
||||
name = "sane-config";
|
||||
phases = "installPhase";
|
||||
dontUnpack = true;
|
||||
|
||||
installPhase = ''
|
||||
function symlink () {
|
||||
|
|
Loading…
Reference in a new issue