pdfsam-basic: disable build on aarch64-linux

The .deb file contains x86_64-linux shared objects
This commit is contained in:
Peder Bergebakken Sundt
2025-05-01 19:59:09 +02:00
parent 3c89201e31
commit 0e296c1be3

View File

@@ -56,7 +56,7 @@ stdenv.mkDerivation rec {
binaryNativeCode
];
license = licenses.agpl3Plus;
platforms = platforms.linux;
platforms = [ "x86_64-linux" ];
maintainers = with maintainers; [ _1000101 ];
};
}