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
lock: 1.3.0 -> 1.3.4 (#364295)
[NixPkgs.git]
/
pkgs
/
os-specific
/
darwin
/
apple-source-releases
/
basic_cmds
/
package.nix
blob
df11030e7f896a6ce2fae3001f866e7308f78594
1
{ lib, mkAppleDerivation }:
2
3
mkAppleDerivation {
4
releaseName = "basic_cmds";
5
6
outputs = [
7
"out"
8
"man"
9
];
10
11
xcodeHash = "sha256-gT7kP/w23d5kGKgNPYS9ydCbeVaLwriMJj0BPIHgQ4U=";
12
13
meta = {
14
description = "Basic commands for Darwin";
15
license = [
16
lib.licenses.isc
17
lib.licenses.bsd3
18
];
19
};
20
}