Merge pull request #16461 from fmu/patch-1
zstd: set meta.platforms to unix
This commit is contained in:
commit
f91dcf3a15
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
|
|||
# The licence of the CLI programme is GPLv2+, that of the library BSD-2.
|
||||
license = with licenses; [ gpl2Plus bsd2 ];
|
||||
|
||||
platforms = platforms.linux;
|
||||
platforms = platforms.unix;
|
||||
maintainers = with maintainers; [ nckx ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue