ajout programme externe

This commit is contained in:
2017-01-19 16:47:35 +01:00
parent 38162925cc
commit da71f0be0f
2 changed files with 13 additions and 0 deletions

12
midipix.nix Normal file
View File

@@ -0,0 +1,12 @@
with import <nixpkgs> {};
stdenv.mkDerivation rec {
name = "foo-${version}";
version = "2016-07-13";
src = fetchgit {
url = "git://midipix.org/slibtool";
rev = "4f56fd184ef6020626492a6f954a486d54f8b7ba";
sha256 = "0nmyp5yrzl9dbq85wyiimsj9fklb8637a1936nw7zzvlnzkgh28n";
};
}

View File

@@ -17,6 +17,7 @@ with (import <nixpkgs/pkgs/top-level/release-lib.nix> { inherit supportedSystems
teleragno.www.tag = import ./github-teleragno-www.nix; teleragno.www.tag = import ./github-teleragno-www.nix;
teleragno.www.MASTER = import ./github-teleragno-www-MASTER.nix; teleragno.www.MASTER = import ./github-teleragno-www-MASTER.nix;
midpix.slibtool = import ./midipix.nix
} /* // { } /* // {
# Simply assign a derivation to an attribute to have it built. # Simply assign a derivation to an attribute to have it built.
hello_world_1 = pkgs_x86_64_linux.hello; hello_world_1 = pkgs_x86_64_linux.hello;