pkgs/unsup: init
This commit is contained in:
parent
e55205af8a
commit
ee460a0913
2 changed files with 10 additions and 0 deletions
|
@ -15,6 +15,7 @@ rec {
|
|||
tmx-cups-ppd = pkgs.callPackage ./tmx-cups-ppd.nix { };
|
||||
unbted = pkgs.callPackage ./unbted.nix { };
|
||||
unmap = pkgs.callPackage ./unmap { };
|
||||
unsup = pkgs.callPackage ./unsup.nix { };
|
||||
vpython-jupyter = pkgs.python3Packages.callPackage ./vpython-jupyter.nix {
|
||||
inherit jupyterlab-vpython;
|
||||
};
|
||||
|
|
9
pkgs/unsup.nix
Normal file
9
pkgs/unsup.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{ fetchurl }:
|
||||
fetchurl rec {
|
||||
pname = "unsup";
|
||||
version = "1.2.0-pre1";
|
||||
name = "${pname}-${version}.jar";
|
||||
|
||||
url = "https://git.sleeping.town/unascribed/unsup/releases/download/v${version}/${name}";
|
||||
hash = "sha256-OLTHM6haMNJ34rh7N1eBKjyPB7lS541wjTBSl4aLIoc=";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue