mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-20 02:55:39 +00:00
xml-security-c: should work on any unix
In practice its xalanc dependency will fail on platforms other than Linux and Darwin, but if that gets fixed there's no reason this shouldn't work.
This commit is contained in:
parent
91f55f4e8a
commit
b2ce7fd3a9
@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
|
||||
homepage = http://santuario.apache.org/;
|
||||
description = "C++ Implementation of W3C security standards for XML";
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
maintainers = [ stdenv.lib.maintainers.jagajaga ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user