libcsptr: expand platforms to all

wip/yesman
Ben Siraphob 3 years ago
parent ead72e396f
commit d440a94c04
  1. 2
      pkgs/development/libraries/libcsptr/default.nix

@ -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 ];
};
}

Loading…
Cancel
Save