mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-30 16:53:40 +00:00
aisleriot: changed updateScript
This commit is contained in:
parent
092a05da72
commit
73b68d3304
@ -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}";
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user