aescrypt: limit meta.hydraPlatforms to Linux
Builds on other platforms such as FreeBSD fail.
This commit is contained in:
parent
87e87bd56c
commit
125bf9e488
@ -24,11 +24,11 @@ stdenv.mkDerivation rec {
|
|||||||
NIX_LDFLAGS = stdenv.lib.optionalString stdenv.isDarwin "-liconv";
|
NIX_LDFLAGS = stdenv.lib.optionalString stdenv.isDarwin "-liconv";
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A file encryption util that uses the industry standard Advanced Encryption Standard (AES) to easily and securely encrypt files";
|
description = "encrypt files with Advanced Encryption Standard (AES)";
|
||||||
homepage = http://www.aescrypt.com/;
|
homepage = http://www.aescrypt.com/;
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
maintainers = with maintainers; [ lovek323 qknight ];
|
maintainers = with maintainers; [ lovek323 qknight ];
|
||||||
platforms = stdenv.lib.platforms.all;
|
platforms = stdenv.lib.platforms.all;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user