handbrake: platforms: linux -> unix
This commit is contained in:
parent
56149c246d
commit
1eea58eb8f
@ -100,6 +100,6 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
license = licenses.gpl2;
|
||||
maintainers = with maintainers; [ Anton-Latukha wmertens ];
|
||||
platforms = platforms.linux;
|
||||
platforms = with platforms; unix;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user