mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 01:04:25 +00:00
aisleriot: changed updateScript
This commit is contained in:
parent
092a05da72
commit
73b68d3304
@ -1,7 +1,7 @@
|
|||||||
{ lib, stdenv
|
{ lib, stdenv
|
||||||
, fetchFromGitLab
|
, fetchFromGitLab
|
||||||
|
, nix-update-script
|
||||||
, pkg-config
|
, pkg-config
|
||||||
, gnome
|
|
||||||
, itstool
|
, itstool
|
||||||
, gtk3
|
, gtk3
|
||||||
, wrapGAppsHook
|
, wrapGAppsHook
|
||||||
@ -61,8 +61,7 @@ stdenv.mkDerivation rec {
|
|||||||
];
|
];
|
||||||
|
|
||||||
passthru = {
|
passthru = {
|
||||||
updateScript = gnome.updateScript {
|
updateScript = nix-update-script {
|
||||||
packageName = pname;
|
|
||||||
attrPath = "gnome.${pname}";
|
attrPath = "gnome.${pname}";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user