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
chromium,chromedriver: 129.0.6668.91 -> 129.0.6668.100
[NixPkgs.git]
/
pkgs
/
os-specific
/
darwin
/
apple-source-releases
/
Libnotify
/
default.nix
blob
969e64427c9b99e7052ef0f00460fb8303a7bf40
1
{ appleDerivation', stdenvNoCC }:
2
3
appleDerivation' stdenvNoCC {
4
installPhase = ''
5
mkdir -p $out/include
6
cp notify.h $out/include
7
cp notify_keys.h $out/include
8
'';
9
}