treewide: Remove doBuild cause it does not exist
This commit is contained in:
@@ -35,8 +35,6 @@ stdenv.mkDerivation rec {
|
||||
|
||||
buildInputs = [ fahviewer python ];
|
||||
|
||||
doBuild = false;
|
||||
|
||||
unpackPhase = ''
|
||||
dpkg-deb -x ${src} ./
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user