mirror of
				https://github.com/lelgenio/dzgui-nix.git
				synced 2025-11-04 04:47:36 -03:00 
			
		
		
		
	fmt: format with nixfmt-rfc-style
This commit is contained in:
		
							parent
							
								
									6cd3a545f2
								
							
						
					
					
						commit
						af1a43a8de
					
				
					 3 changed files with 40 additions and 34 deletions
				
			
		| 
						 | 
				
			
			@ -1,15 +1,16 @@
 | 
			
		|||
{ lib
 | 
			
		||||
, stdenv
 | 
			
		||||
, fetchFromGitHub
 | 
			
		||||
, makeWrapper
 | 
			
		||||
, curl
 | 
			
		||||
, jq
 | 
			
		||||
, python3
 | 
			
		||||
, wmctrl
 | 
			
		||||
, xdotool
 | 
			
		||||
, gnome
 | 
			
		||||
, gobject-introspection
 | 
			
		||||
, wrapGAppsHook
 | 
			
		||||
{
 | 
			
		||||
  lib,
 | 
			
		||||
  stdenv,
 | 
			
		||||
  fetchFromGitHub,
 | 
			
		||||
  makeWrapper,
 | 
			
		||||
  curl,
 | 
			
		||||
  jq,
 | 
			
		||||
  python3,
 | 
			
		||||
  wmctrl,
 | 
			
		||||
  xdotool,
 | 
			
		||||
  gnome,
 | 
			
		||||
  gobject-introspection,
 | 
			
		||||
  wrapGAppsHook,
 | 
			
		||||
}:
 | 
			
		||||
stdenv.mkDerivation rec {
 | 
			
		||||
  pname = "dzgui";
 | 
			
		||||
| 
						 | 
				
			
			@ -38,9 +39,7 @@ stdenv.mkDerivation rec {
 | 
			
		|||
  runtimeDeps = [
 | 
			
		||||
    curl
 | 
			
		||||
    jq
 | 
			
		||||
    (python3.withPackages (p: with p; [
 | 
			
		||||
      pygobject3
 | 
			
		||||
    ]))
 | 
			
		||||
    (python3.withPackages (p: with p; [ pygobject3 ]))
 | 
			
		||||
 | 
			
		||||
    wmctrl
 | 
			
		||||
    xdotool
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue