Update project layout
This commit is contained in:
parent
ea70d9278e
commit
b777df7874
15 changed files with 127 additions and 107 deletions
12
default.nix
Normal file
12
default.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{ pkgs ? import <nixpkgs> {} }:
|
||||
|
||||
pkgs.python3Packages.buildPythonPackage rec {
|
||||
pname = "xopp2py";
|
||||
version = "1.0.0";
|
||||
|
||||
src = ./.;
|
||||
|
||||
propagatedBuildInputs = [
|
||||
pkgs.python3Packages.jinja2
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue