3
0
Fork 0
forked from mirrors/nixpkgs

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
commit 7aaef4f836
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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