Building PHP applications with Nix
Building PHP applications with Nix
Packaging Sculpin
{ fetchFromGitHub, php }:
php.buildComposerProject2 {
pname = "sculpin";
version = "3.3.0-dev";
src = fetchFromGitHub {
owner = "sculpin";
repo = "sculpin";
rev = "03af6498c32663e3d307ebfe346bb8d48feddec5";
hash = "sha256-K3wyXRiOIlkfy8Kx8pvIzne+N2XNTxZYyDlunfpQsL8=";
};
vendorHash = "sha256-OGRUkpItPJMCMd/0NGPgP45TlA32kVGEVmY1khrzTg8=";
}
nixpkgs PR: https://github.com/NixOS/nixpkgs/pull/476433
#php #nix #sculpin