aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/qca-qt5
diff options
context:
space:
mode:
authorWill Dietz <w@wdtz.org>2019-04-22 14:42:14 -0500
committerWill Dietz <w@wdtz.org>2019-04-22 15:04:50 -0500
commit58c4dc40b39905763e00348a57b342d05871c47d (patch)
treef8915bb50e928b75a11fb3df0ba0f4e1294595ab /pkgs/development/libraries/qca-qt5
parentb0fea1dc9c07b4190212e0d344c4db5981b9f75e (diff)
libsForQt5.qca-qt5: touchup to use pname/version
Helps update script :).
Diffstat (limited to 'pkgs/development/libraries/qca-qt5')
-rw-r--r--pkgs/development/libraries/qca-qt5/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/development/libraries/qca-qt5/default.nix b/pkgs/development/libraries/qca-qt5/default.nix
index 6e190a656f63..3c4868495dc7 100644
--- a/pkgs/development/libraries/qca-qt5/default.nix
+++ b/pkgs/development/libraries/qca-qt5/default.nix
@@ -1,10 +1,11 @@
{ stdenv, fetchurl, cmake, openssl, pkgconfig, qtbase }:
stdenv.mkDerivation rec {
- name = "qca-qt5-2.1.3";
+ pname = "qca-qt5";
+ version = "2.1.3";
src = fetchurl {
- url = "http://download.kde.org/stable/qca/2.1.3/src/qca-2.1.3.tar.xz";
+ url = "http://download.kde.org/stable/qca/${version}/src/qca-${version}.tar.xz";
sha256 = "0lz3n652z208daxypdcxiybl0a9fnn6ida0q7fh5f42269mdhgq0";
};