lol

tinycc: restrict platforms to x86_64-linux

+1 -1
+1 -1
pkgs/development/compilers/tinycc/default.nix
··· 73 homepage = http://www.tinycc.org/; 74 license = licenses.mit; 75 76 - platforms = platforms.unix; 77 maintainers = [ maintainers.joachifm ]; 78 }; 79 }
··· 73 homepage = http://www.tinycc.org/; 74 license = licenses.mit; 75 76 + platforms = [ "x86_64-linux" ]; 77 maintainers = [ maintainers.joachifm ]; 78 }; 79 }