lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #128626 from markuskowa/fix-libint

libint: restrict to x86_64-linux

authored by

markuskowa and committed by
GitHub
875aa03f b93605da

+1 -1
+1 -1
pkgs/development/libraries/libint/default.nix
··· 71 71 homepage = "https://github.com/evaleev/libint"; 72 72 license = with licenses; [ lgpl3Only gpl3Only ]; 73 73 maintainers = [ maintainers.markuskowa ]; 74 - platforms = platforms.linux; 74 + platforms = [ "x86_64-linux" ]; 75 75 }; 76 76 }