Loading pkgs/applications/misc/galculator/default.nix→pkgs/by-name/ga/galculator/package.nix +4 −4 Original line number Diff line number Diff line { lib, stdenv, fetchFromGitHub, fetchpatch , autoreconfHook, intltool , gtk, pkg-config, flex }: , gtk3, pkg-config, flex }: stdenv.mkDerivation rec { pname = "galculator"; Loading @@ -24,12 +24,12 @@ stdenv.mkDerivation rec { ]; nativeBuildInputs = [ autoreconfHook intltool pkg-config ]; buildInputs = [ gtk flex ]; buildInputs = [ gtk3 flex ]; meta = with lib; { description = "GTK 2/3 algebraic and RPN calculator"; description = "GTK algebraic and RPN calculator"; longDescription = '' galculator is a GTK 2 / GTK 3 based calculator. Its main features include: galculator is a GTK-based calculator. Its main features include: - Algebraic, RPN (Reverse Polish Notation), Formula Entry and Paper modes; - Basic and Scientific Modes Loading pkgs/top-level/all-packages.nix +0 −4 Original line number Diff line number Diff line Loading @@ -7836,10 +7836,6 @@ with pkgs; uniscribe = callPackage ../tools/text/uniscribe { }; galculator = callPackage ../applications/misc/galculator { gtk = gtk3; }; fornalder = callPackage ../applications/version-management/fornalder { }; galen = callPackage ../development/tools/galen { }; Loading
pkgs/applications/misc/galculator/default.nix→pkgs/by-name/ga/galculator/package.nix +4 −4 Original line number Diff line number Diff line { lib, stdenv, fetchFromGitHub, fetchpatch , autoreconfHook, intltool , gtk, pkg-config, flex }: , gtk3, pkg-config, flex }: stdenv.mkDerivation rec { pname = "galculator"; Loading @@ -24,12 +24,12 @@ stdenv.mkDerivation rec { ]; nativeBuildInputs = [ autoreconfHook intltool pkg-config ]; buildInputs = [ gtk flex ]; buildInputs = [ gtk3 flex ]; meta = with lib; { description = "GTK 2/3 algebraic and RPN calculator"; description = "GTK algebraic and RPN calculator"; longDescription = '' galculator is a GTK 2 / GTK 3 based calculator. Its main features include: galculator is a GTK-based calculator. Its main features include: - Algebraic, RPN (Reverse Polish Notation), Formula Entry and Paper modes; - Basic and Scientific Modes Loading
pkgs/top-level/all-packages.nix +0 −4 Original line number Diff line number Diff line Loading @@ -7836,10 +7836,6 @@ with pkgs; uniscribe = callPackage ../tools/text/uniscribe { }; galculator = callPackage ../applications/misc/galculator { gtk = gtk3; }; fornalder = callPackage ../applications/version-management/fornalder { }; galen = callPackage ../development/tools/galen { };