treewide: Remove doBuild cause it does not exist

This commit is contained in:
Sandro Jäckel
2021-02-02 14:46:06 +01:00
parent c1e35a4b63
commit 6ad10c3bcd
5 changed files with 0 additions and 8 deletions
@@ -35,8 +35,6 @@ stdenv.mkDerivation rec {
buildInputs = [ fahviewer python ];
doBuild = false;
unpackPhase = ''
dpkg-deb -x ${src} ./
'';