gftest: init
Some checks failed
Build and populate cache / tests (sydpkgs, nixpkgs=https://github.com/NixOS/nixpkgs/archive/refs/heads/nixpkgs-unstable.tar.gz, sydpkgs) (push) Has been cancelled
Some checks failed
Build and populate cache / tests (sydpkgs, nixpkgs=https://github.com/NixOS/nixpkgs/archive/refs/heads/nixpkgs-unstable.tar.gz, sydpkgs) (push) Has been cancelled
This commit is contained in:
11
pkgs/gf-pgf/default.nix
Normal file
11
pkgs/gf-pgf/default.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{ gf-core
|
||||
, stdenv
|
||||
, autoreconfHook
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
pname = "gf-pgf";
|
||||
inherit (gf-core) version meta;
|
||||
src = "${gf-core.src}/src/runtime/c";
|
||||
nativeBuildInputs = [autoreconfHook ];
|
||||
}
|
||||
Reference in New Issue
Block a user