Git Product home page Git Product logo

guix-additions's Introduction

Additional packages for GNU Guix

This repository provides packages in addition to those that come with GNU Guix. Packages may move from here to the upstream Guix repository.

Using this repository

Add the repository to the GUIX_PACKAGE_PATH environment variable:

git clone https://github.com/UMCUGenetics/guix-additions.git $HOME/guix-additions
export GUIX_PACKAGE_PATH=$HOME/guix-additions

Writing package recipes

To get started on writing package recipes, see the chapter Programming Interface in the GNU Guix reference manual.

The Utilities chapter includes useful tools to aid in generating, building, and testing recipes.

Adding packages to this repository

This repository stores its package modules in umcu/packages, so make sure to place new package recipes in there too.

The following steps get you started on developing GNU Guix package recipes. A working GNU Guix on your system is assumed.

  1. Clone this repository:
git clone https://github.com/UMCUGenetics/guix-additions.git
  1. Set GUIX_PACKAGE_PATH to the repository's root directory:
export GUIX_PACKAGE_PATH=$(pwd)/guix-additions
  1. Add/edit/remove a package.

  2. Build the package:

guix build <your-new-package-name>

When the build completes succesfully, you can commit your changes and send a patch (or pull request).

guix-additions's People

Contributors

roelj avatar jdeligt avatar jeroenhoogland avatar inijman avatar rernst avatar vincent97 avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.