bdf2psf: fix for cross compilation

This commit is contained in:
rnhmjoj 2020-02-07 10:02:17 +01:00
parent 68464b6440
commit 8784637f12
No known key found for this signature in database
GPG key ID: BFBAF4C975F76450

View file

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