mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-25 04:12:44 +03:00
xflux-gui: 2016-09-21 -> 1.1.10
This commit is contained in:
parent
86587ea95b
commit
2cc22aca75
@ -4,13 +4,13 @@
|
|||||||
}:
|
}:
|
||||||
pythonPackages.buildPythonApplication rec {
|
pythonPackages.buildPythonApplication rec {
|
||||||
name = "xflux-gui-${version}";
|
name = "xflux-gui-${version}";
|
||||||
version = "2016-09-21";
|
version = "1.1.10";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
repo = "xflux-gui";
|
repo = "xflux-gui";
|
||||||
owner = "xflux-gui";
|
owner = "xflux-gui";
|
||||||
rev = "0b56204477494b473a390e8b0db043437ec14f32";
|
rev = "v${version}";
|
||||||
sha256 = "15pr8f31jnhqjlpvasnj6cmm6hw5gljphh2pxzav3zd9bp4yl56r";
|
sha256 = "1k67qg9y4c0n9ih0syx81ixbdl2x89gd4arwh71316cshskn0rc8";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = with pythonPackages; [
|
propagatedBuildInputs = with pythonPackages; [
|
||||||
@ -32,7 +32,6 @@ pythonPackages.buildPythonApplication rec {
|
|||||||
|
|
||||||
postFixup = ''
|
postFixup = ''
|
||||||
wrapGAppsHook
|
wrapGAppsHook
|
||||||
makeWrapperArgs="''${gappsWrapperArgs[@]}"
|
|
||||||
wrapPythonPrograms
|
wrapPythonPrograms
|
||||||
patchPythonScript $out/${pythonPackages.python.sitePackages}/fluxgui/fluxapp.py
|
patchPythonScript $out/${pythonPackages.python.sitePackages}/fluxgui/fluxapp.py
|
||||||
'';
|
'';
|
||||||
|
Loading…
Reference in New Issue
Block a user