10 stdenv.mkDerivation rec {
14 src = fetchFromGitHub {
18 sha256 = "sha256-cCpckORtogs6Nt7c5q2+z0acXAnALdLV6uzxa5ng3s4=";
28 name = "fix-format-specifier.patch";
29 url = "https://github.com/discoteq/flock/commit/408bad42eb8d76cdd0c504c2f97f21c0b424c3b1.patch";
30 sha256 = "sha256-YuFKXWTBu9A2kBNqkg1Oek6vDbVo/y8dB1k9Fuh3QmA";
35 description = "Cross-platform version of flock(1)";
36 maintainers = with maintainers; [ matthewbauer ];
37 mainProgram = "flock";
38 platforms = platforms.all;
39 license = licenses.isc;