mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-03-16 00:53:01 +00:00
Merge pull request #128626 from markuskowa/fix-libint
libint: restrict to x86_64-linux
This commit is contained in:
commit
875aa03f41
|
@ -71,6 +71,6 @@ stdenv.mkDerivation rec {
|
|||
homepage = "https://github.com/evaleev/libint";
|
||||
license = with licenses; [ lgpl3Only gpl3Only ];
|
||||
maintainers = [ maintainers.markuskowa ];
|
||||
platforms = platforms.linux;
|
||||
platforms = [ "x86_64-linux" ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue