forked from mirrors/nixpkgs
pro-office-calculator: use qt5's mkDerivation
This commit is contained in:
parent
adae9f1260
commit
ec922277e4
|
@ -1,5 +1,5 @@
|
|||
{ stdenv, fetchFromGitHub, tinyxml-2, cmake, qtbase, qtmultimedia }:
|
||||
stdenv.mkDerivation rec {
|
||||
{ mkDerivation, stdenv, fetchFromGitHub, tinyxml-2, cmake, qtbase, qtmultimedia }:
|
||||
mkDerivation rec {
|
||||
version = "1.0.13";
|
||||
pname = "pro-office-calculator";
|
||||
|
||||
|
|
Loading…
Reference in a new issue