Merge pull request #212486 from pocek/mfcl8690cdwlpr-add-x86_64

mfcl8690cdwlpr: Make it installable on x86_64-linux
This commit is contained in:
Nick Cao 2023-02-02 09:43:07 +08:00 committed by GitHub
commit 2924b7f53c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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" ];
};
}