mfcl8690cdwlpr: Make it installable on x86_64-linux

This seems like a strange omission, because it works without a hitch.
Tested using cups and mfcl8690cdwcupswrapper, which uses this package.
This commit is contained in:
Krzysztof Kotlenga 2023-01-24 21:49:01 +01:00
parent bb7aafebb3
commit bf4959f1a5

View file

@ -41,6 +41,6 @@ stdenv.mkDerivation rec {
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
license = lib.licenses.unfree;
maintainers = [ ];
platforms = [ "i686-linux" ];
platforms = [ "x86_64-linux" "i686-linux" ];
};
}