libcsptr: expand platforms to all

This commit is contained in:
Ben Siraphob 2021-03-12 01:03:44 +07:00
parent ead72e396f
commit d440a94c04

View file

@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
description = "Smart pointer constructs for the (GNU) C programming language";
homepage = "https://github.com/Snaipe/libcsptr";
license = licenses.mit;
platforms = [ "i686-linux" "x86_64-linux" ];
platforms = platforms.all;
maintainers = [ maintainers.fragamus ];
};
}