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 }:
|
{ mkDerivation, stdenv, fetchFromGitHub, tinyxml-2, cmake, qtbase, qtmultimedia }:
|
||||||
stdenv.mkDerivation rec {
|
mkDerivation rec {
|
||||||
version = "1.0.13";
|
version = "1.0.13";
|
||||||
pname = "pro-office-calculator";
|
pname = "pro-office-calculator";
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user