summary refs log tree commit diff
path: root/pkgs/development/libraries/qgnomeplatform
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2019-12-22 18:19:30 -0500
committerworldofpeace <worldofpeace@protonmail.ch>2019-12-22 18:20:55 -0500
commit2dd7d4dd4458bc79e566979c2fa299f22770efcb (patch)
tree2cd63ead16eb973b84c2353926c1cb7f4bb0c9d9 /pkgs/development/libraries/qgnomeplatform
parent3d0006487200bb0c113c858679cb86d487695750 (diff)
treewide: pantheon updateScript
Diffstat (limited to 'pkgs/development/libraries/qgnomeplatform')
-rw-r--r--pkgs/development/libraries/qgnomeplatform/default.nix8
1 files changed, 7 insertions, 1 deletions
diff --git a/pkgs/development/libraries/qgnomeplatform/default.nix b/pkgs/development/libraries/qgnomeplatform/default.nix
index 564fc70f2b974..3626e15cfc75c 100644
--- a/pkgs/development/libraries/qgnomeplatform/default.nix
+++ b/pkgs/development/libraries/qgnomeplatform/default.nix
@@ -1,4 +1,4 @@
-{ mkDerivation, lib, fetchFromGitHub, pkgconfig, gtk3, qtbase, qmake, qtx11extras }:
+{ mkDerivation, lib, fetchFromGitHub, pkgconfig, gtk3, qtbase, qmake, qtx11extras, pantheon }:
 
 mkDerivation rec {
   pname = "qgnomeplatform";
@@ -30,6 +30,12 @@ mkDerivation rec {
       --replace "\$\$[QT_INSTALL_PLUGINS]" "$out/$qtPluginPrefix"
   '';
 
+  passthru = {
+    updateScript = pantheon.updateScript {
+      attrPath = pname;
+    };
+  };
+
   meta = with lib; {
     description = "QPlatformTheme for a better Qt application inclusion in GNOME";
     homepage = https://github.com/FedoraQt/QGnomePlatform;