ajout programme externe

master
Jean-Pierre PRUNARET 8 years ago
parent 38162925cc
commit da71f0be0f

@ -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";
};
}

@ -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;

Loading…
Cancel
Save