Skip to content

Commit

Permalink
xfce: tailor general update scripts to the xfce packages
Browse files Browse the repository at this point in the history
  • Loading branch information
romildo committed Apr 15, 2020
1 parent 827a661 commit 8162d76
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pkgs/desktops/xfce/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
lib.makeScope pkgs.newScope (self: with self; {
#### NixOS support

updateScript = callPackage ../../common-updater/update-script.nix { };

gitLister = url:
"${pkgs.common-updater-scripts}/bin/list-git-tags ${url}";

archiveLister = category: name:
"${pkgs.common-updater-scripts}/bin/list-archive-two-level-versions https://archive.xfce.org/src/${category}/${name}";

mkXfceDerivation = callPackage ./mkXfceDerivation.nix { };

automakeAddFlags = pkgs.makeSetupHook { } ./automakeAddFlags.sh;
Expand Down

0 comments on commit 8162d76

Please sign in to comment.