mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 20:25:32 +03:00
pdfsam-basic: disable build on aarch64-linux (#403378)
This commit is contained in:
commit
d32f12e304
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ stdenv.mkDerivation rec {
|
|||
binaryNativeCode
|
||||
];
|
||||
license = licenses.agpl3Plus;
|
||||
platforms = platforms.linux;
|
||||
platforms = [ "x86_64-linux" ];
|
||||
maintainers = with maintainers; [ _1000101 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue