Remove debugging stuff

This commit is contained in:
Malte Tammena 2021-12-04 15:08:15 +01:00
parent 8aaa05d7cf
commit 0352dc8e21

View file

@ -12,6 +12,5 @@ self: super:
}];
}).overrideAttrs (old: {
patches = (old.patches or [ ]) ++ [ ../patches/gt68xx.conf.patch ];
prePatch = "stat backend/gt68xx.conf.in";
});
}