aisleriot: changed updateScript

This commit is contained in:
Daniel Șerbănescu 2021-05-12 13:40:41 +02:00 committed by Jan Tojnar
parent 092a05da72
commit 73b68d3304

View file

@ -1,7 +1,7 @@
{ lib, stdenv
, fetchFromGitLab
, nix-update-script
, pkg-config
, gnome
, itstool
, gtk3
, wrapGAppsHook
@ -61,8 +61,7 @@ stdenv.mkDerivation rec {
];
passthru = {
updateScript = gnome.updateScript {
packageName = pname;
updateScript = nix-update-script {
attrPath = "gnome.${pname}";
};
};