1 {lib, stdenv, fetchFromGitHub, git, ronn}:
3 stdenv.mkDerivation rec {
7 src = fetchFromGitHub {
11 sha256 = "1syyf7dcm8fbyw31cpgmacg80h7pg036dayaaf0svvdsk0hqlsch";
14 patchPhase = "sed -i s#/usr##g Makefile";
16 buildInputs = [ git ronn ];
18 installFlags = [ "DESTDIR=$(out)" ];
21 homepage = "https://github.com/schlomo/automirror";
22 description = "Automatic Display Mirror";
23 license = licenses.gpl3;
24 platforms = platforms.all;