Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1b0cb040d9e4
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: f54a02df4f1e
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Mar 30, 2018

  1. light-locker: 1.7.0 -> 1.8.0

    tadfisher authored and globin committed Mar 30, 2018

    Verified

    This commit was signed with the committer’s verified signature.
    jtojnar Jan Tojnar
    Copy the full SHA
    f54a02d View commit details
Showing with 2 additions and 18 deletions.
  1. +2 −5 pkgs/misc/screensavers/light-locker/default.nix
  2. +0 −13 pkgs/misc/screensavers/light-locker/systemd.patch
7 changes: 2 additions & 5 deletions pkgs/misc/screensavers/light-locker/default.nix
Original file line number Diff line number Diff line change
@@ -16,18 +16,15 @@
stdenv.mkDerivation rec {
name = "${basename}-${version}";
basename = "light-locker";
version = "1.7.0";
version = "1.8.0";

src = fetchFromGitHub {
owner = "the-cavalry";
repo = basename;
rev = "v${version}";
sha256 = "0ygkp5vgkx2nfhfql6j2jsfay394gda23ir3sx4f72j4agsirjvj";
sha256 = "1zsafc10bmliknf12h3mgy7f73lvgph0q0wkaqp42iagmw11yaj8";
};

# Patch so that systemd is "found" when configuring.
patches = [ ./systemd.patch ];

nativeBuildInputs = [ pkgconfig ];
buildInputs = [ which xfce.xfce4-dev-tools glib systemd
libX11 libXScrnSaver libXxf86misc gtk3 dbus-glib wrapGAppsHook ];
13 changes: 0 additions & 13 deletions pkgs/misc/screensavers/light-locker/systemd.patch

This file was deleted.