mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-10 08:39:08 +03:00
raysession: 0.13.1 -> 0.14.2
This commit is contained in:
parent
597baf8b7e
commit
52c5c3fc78
@ -1,12 +1,12 @@
|
|||||||
{ lib, fetchurl, buildPythonApplication, libjack2, pydbus, pyliblo, pyqt5, which, bash, qt5 }:
|
{ lib, fetchurl, buildPythonApplication, libjack2, pyliblo, pyqt5, which, bash, qt5 }:
|
||||||
|
|
||||||
buildPythonApplication rec {
|
buildPythonApplication rec {
|
||||||
pname = "raysession";
|
pname = "raysession";
|
||||||
version = "0.13.1";
|
version = "0.14.2";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/Houston4444/RaySession/releases/download/v${version}/RaySession-${version}-source.tar.gz";
|
url = "https://github.com/Houston4444/RaySession/releases/download/v${version}/RaySession-${version}-source.tar.gz";
|
||||||
sha256 = "sha256-iiFRtX43u9BHe7a4ojza7kav+dMW9e05dPi7Gf9d1GM=";
|
sha256 = "sha256-qEN3zBK/goRLIZaU06XXm8H5yj4Qjj/NH+bkHkjhLaw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
@ -25,7 +25,7 @@ buildPythonApplication rec {
|
|||||||
qt5.wrapQtAppsHook
|
qt5.wrapQtAppsHook
|
||||||
];
|
];
|
||||||
buildInputs = [ libjack2 bash ];
|
buildInputs = [ libjack2 bash ];
|
||||||
propagatedBuildInputs = [ pydbus pyliblo pyqt5 ];
|
propagatedBuildInputs = [ pyliblo pyqt5 ];
|
||||||
|
|
||||||
dontWrapQtApps = true; # The program is a python script.
|
dontWrapQtApps = true; # The program is a python script.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user