mirror of
https://github.com/vale981/yabar
synced 2025-03-04 17:11:38 -05:00
Init Nix derivation for simple development
This commit is contained in:
parent
d3934344ba
commit
df030f4a68
1 changed files with 9 additions and 0 deletions
9
shell.nix
Normal file
9
shell.nix
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
with import <nixpkgs>{}; stdenv.mkDerivation {
|
||||||
|
name = "yabar-dev";
|
||||||
|
src = ./.;
|
||||||
|
|
||||||
|
buildInputs = [
|
||||||
|
cairo gdk_pixbuf libconfig pango pkgconfig xorg.xcbutilwm docbook_xsl
|
||||||
|
alsaLib wirelesstools asciidoc libxslt makeWrapper libxml2
|
||||||
|
];
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue