My personal project and infrastructure archive
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
nomicon/pkgs/misc/emulators/cdemu/daemon.nix

10 lines
289 B

{ callPackage, glib, libao, intltool }:
let pkg = import ./base.nix {
version = "3.1.0";
pkgName = "cdemu-daemon";
pkgSha256 = "0kxwhwjvcr40sjlrvln9gasjwkkfc3wxpcz0rxmffp92w8phz3s9";
};
in callPackage pkg {
buildInputs = [ glib libao (callPackage ./libmirage.nix {}) intltool ];
}