16 stdenv.mkDerivation rec {
20 src = fetchFromGitHub {
21 owner = "resurrecting-open-source-projects";
24 sha256 = "sha256-MUmvzZMzzKKw5GjOUhpdrMIgKO9/i9RDqDtTsSghd18=";
44 homepage = "https://github.com/resurrecting-open-source-projects/scrot";
45 description = "Command-line screen capture utility";
46 mainProgram = "scrot";
47 platforms = platforms.linux;
49 license = licenses.mitAdvertising;