add package
This commit is contained in:
parent
8e3a99718f
commit
6ded4bb6e9
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
system = "x86_64-linux";
|
||||
i-w = nixpkgs.legacyPackages.${system}.callPackage ./inkscape-x11.nix { };
|
||||
in {
|
||||
packages.${system}.inkscape-xwayland = i-w;
|
||||
apps.${system}.default =
|
||||
{ type = "app"; program = "${i-w}/bin/inkscape-xwayland"; };
|
||||
};
|
||||
|
|
Reference in a new issue