ocenaudio: restrict platforms
This commit is contained in:
parent
a8fa8c2e90
commit
ffd4ea20ce
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ stdenv.mkDerivation rec {
|
||||||
homepage = "https://www.ocenaudio.com";
|
homepage = "https://www.ocenaudio.com";
|
||||||
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
|
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
|
||||||
license = licenses.unfree;
|
license = licenses.unfree;
|
||||||
platforms = platforms.linux;
|
platforms = [ "x86_64-linux" ];
|
||||||
maintainers = with maintainers; [ onny ];
|
maintainers = with maintainers; [ onny ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue