clutter-gst: add dev output for propagation
Also remove obsolete `let .. in ..`
This commit is contained in:
		
							parent
							
								
									4f235caeba
								
							
						
					
					
						commit
						5bec4f2022
					
				@ -1,13 +1,13 @@
 | 
			
		||||
{ fetchurl, stdenv, pkgconfig, clutter, gtk3, glib, cogl, gnome3, gdk-pixbuf }:
 | 
			
		||||
 | 
			
		||||
let
 | 
			
		||||
stdenv.mkDerivation rec {
 | 
			
		||||
  pname = "clutter-gst";
 | 
			
		||||
  version = "3.0.27";
 | 
			
		||||
in stdenv.mkDerivation rec {
 | 
			
		||||
  name = "${pname}-${version}";
 | 
			
		||||
 | 
			
		||||
  outputs = [ "out" "dev" ];
 | 
			
		||||
 | 
			
		||||
  src = fetchurl {
 | 
			
		||||
    url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${name}.tar.xz";
 | 
			
		||||
    url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
 | 
			
		||||
    sha256 = "17czmpl92dzi4h3rn5rishk015yi3jwiw29zv8qan94xcmnbssgy";
 | 
			
		||||
  };
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user