From 448046fd26c4f04cecde5b7496eaff746981ec67 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Tue, 2 Aug 2016 20:56:44 +0200 Subject: Framework --- trivstream.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 trivstream.nix (limited to 'trivstream.nix') diff --git a/trivstream.nix b/trivstream.nix new file mode 100644 index 0000000..2521a88 --- /dev/null +++ b/trivstream.nix @@ -0,0 +1,11 @@ +{ mkDerivation, base, stdenv }: +mkDerivation { + pname = "trivstream"; + version = "0.0.0"; + src = ./.; + isLibrary = false; + isExecutable = true; + executableHaskellDepends = [ base ]; + description = "A trivial client & server for streaming audio over udp between pulseaudio & jack"; + license = stdenv.lib.licenses.gpl3; +} -- cgit v1.2.3