nix-files/pkgs/additional/sane-open-desktop/default.nix

7 lines
119 B
Nix

{ static-nix-shell }:
static-nix-shell.mkBash {
pname = "sane-open-desktop";
srcRoot = ./.;
pkgs = [ "glib" ];
}