···13Many of the packages released upstream are not yet built in Nixpkgs due to lack
14of demand. To add a Nixpkgs build for an upstream package, copy one of the
15existing packages here and modify it as necessary. A simple example package that
16-still shows most of the available features is in `./gwenview.nix`.
1718# Updates
19···92 ghostwriter = callPackage ./ghostwriter.nix {};
93 granatier = callPackage ./granatier.nix {};
94 grantleetheme = callPackage ./grantleetheme {};
95- gwenview = callPackage ./gwenview.nix {};
96 incidenceeditor = callPackage ./incidenceeditor.nix {};
97 itinerary = callPackage ./itinerary.nix {};
98 juk = callPackage ./juk.nix {};
···13Many of the packages released upstream are not yet built in Nixpkgs due to lack
14of demand. To add a Nixpkgs build for an upstream package, copy one of the
15existing packages here and modify it as necessary. A simple example package that
16+still shows most of the available features is in `./gwenview`.
1718# Updates
19···92 ghostwriter = callPackage ./ghostwriter.nix {};
93 granatier = callPackage ./granatier.nix {};
94 grantleetheme = callPackage ./grantleetheme {};
95+ gwenview = callPackage ./gwenview {};
96 incidenceeditor = callPackage ./incidenceeditor.nix {};
97 itinerary = callPackage ./itinerary.nix {};
98 juk = callPackage ./juk.nix {};