bdf2psf: fix for cross compilation

This commit is contained in:
rnhmjoj
2020-02-07 10:02:17 +01:00
parent 68464b6440
commit 8784637f12

View File

@@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
sha256 = "10c0rbhqscizfa063m6mms31i0knh25bxr35s008b6mp5pxr33mc";
};
buildInputs = [ dpkg ];
nativeBuildInputs = [ dpkg ];
dontConfigure = true;
dontBuild = true;