qalculate-gtk is now in nixpkgs!
This commit is contained in:
		
							parent
							
								
									27c3019a27
								
							
						
					
					
						commit
						ebce9dd9bd
					
				@ -49,6 +49,7 @@
 | 
			
		||||
    firefoxWrapper
 | 
			
		||||
    chromium
 | 
			
		||||
    thunderbird
 | 
			
		||||
    qalculate-gtk
 | 
			
		||||
    viewnior
 | 
			
		||||
    gnupg
 | 
			
		||||
    pass xclip pwgen
 | 
			
		||||
 | 
			
		||||
@ -1,22 +0,0 @@
 | 
			
		||||
# { stdenv, fetchurl, cln, libxml2, glib, intltool, pkgconfig }:
 | 
			
		||||
with import <nixpkgs> {};
 | 
			
		||||
 | 
			
		||||
stdenv.mkDerivation rec {
 | 
			
		||||
  name = "qalculate-gtk-${version}";
 | 
			
		||||
  version = "0.9.7";
 | 
			
		||||
 | 
			
		||||
  src = fetchurl {
 | 
			
		||||
    url = "mirror://sourceforge/qalculate/${name}.tar.gz";
 | 
			
		||||
    sha256 = "0b986x5yny9vrzgxlbyg80b23mxylxv2zz8ppd9svhva6vi8xsm4";
 | 
			
		||||
  };
 | 
			
		||||
 | 
			
		||||
  nativeBuildInputs = [ intltool pkgconfig ];
 | 
			
		||||
  buildInputs = [ libqalculate gtk gnome2.libglade gnome2.libgnome gnome2.scrollkeeper ];
 | 
			
		||||
 | 
			
		||||
  meta = {
 | 
			
		||||
    description = "The ultimate desktop calculator";
 | 
			
		||||
    homepage = http://qalculate.sourceforge.net;
 | 
			
		||||
    maintainers = [ stdenv.lib.maintainers.gebner ];
 | 
			
		||||
    platforms = stdenv.lib.platforms.all;
 | 
			
		||||
  };
 | 
			
		||||
}
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user