libcsptr: expand platforms to all
This commit is contained in:
parent
ead72e396f
commit
d440a94c04
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
|
||||||
description = "Smart pointer constructs for the (GNU) C programming language";
|
description = "Smart pointer constructs for the (GNU) C programming language";
|
||||||
homepage = "https://github.com/Snaipe/libcsptr";
|
homepage = "https://github.com/Snaipe/libcsptr";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
platforms = [ "i686-linux" "x86_64-linux" ];
|
platforms = platforms.all;
|
||||||
maintainers = [ maintainers.fragamus ];
|
maintainers = [ maintainers.fragamus ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue