zstd: set meta.platforms to unix
This commit is contained in:
parent
ce8c1ab5e0
commit
09492d3b85
@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
|
|||||||
# The licence of the CLI programme is GPLv2+, that of the library BSD-2.
|
# The licence of the CLI programme is GPLv2+, that of the library BSD-2.
|
||||||
license = with licenses; [ gpl2Plus bsd2 ];
|
license = with licenses; [ gpl2Plus bsd2 ];
|
||||||
|
|
||||||
platforms = platforms.linux;
|
platforms = platforms.unix;
|
||||||
maintainers = with maintainers; [ nckx ];
|
maintainers = with maintainers; [ nckx ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user