repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
handheld-daemon-ui: 3.2.3 -> 3.3.0 (#361609)
[NixPkgs.git]
/
pkgs
/
development
/
tools
/
ceedling
/
default.nix
blob
25c6dd5bb83643bae1975b6be637e92d6a4202fc
1
{ lib
2
, bundlerApp
3
}:
4
5
bundlerApp {
6
pname = "ceedling";
7
gemdir = ./.;
8
exes = [ "ceedling" ];
9
10
meta = with lib; {
11
description = "Build system for C projects that is something of an extension around Ruby's Rake";
12
homepage = "http://www.throwtheswitch.org/ceedling";
13
license = licenses.mit;
14
platforms = platforms.unix;
15
};
16
}