1 { lib, stdenv, fetchFromGitHub }:
2 stdenv.mkDerivation rec {
6 src = fetchFromGitHub {
10 hash = "sha256-drHo8IUC3xQ/O6T4xCMQSK9m+O/6hTOJSw0OMl1W9WA=";
13 makeFlags = [ "PREFIX=$(out)" ];
18 enableParallelBuilding = true;
21 homepage = "https://github.com/rmyorston/pdpmake";
22 description = "Public domain POSIX make";
23 license = licenses.unlicense;
24 maintainers = with maintainers; [ eownerdead ];
25 mainProgram = "pdpmake";
26 platforms = platforms.all;
27 badPlatforms = platforms.darwin; # Requires `uimensat`