18 stdenv.mkDerivation rec {
22 src = fetchFromGitHub {
26 sha256 = "sha256-LdBQxw8K8WWSfm4E2QpK4GYTuYvI+FX5gLOouVFSU/U=";
31 # From Upstream PR#135: https://github.com/naelstrof/slop/pull/135
32 name = "Fix-linking-of-GLEW-library.patch";
33 url = "https://github.com/naelstrof/slop/commit/811b7e44648b9dd6c1da1554e70298cf4157e5fe.patch";
34 sha256 = "sha256-LNUrAeVZUJFNOt1csOaIid7gLBdtqRxp8AcC7f3cnIQ=";
56 inherit (src.meta) homepage;
57 description = "Queries a selection from the user and prints to stdout";
58 platforms = lib.platforms.linux;
59 license = licenses.gpl3Plus;