u9fs: 20110513 -> unstable-2020-11-21
This commit is contained in:
parent
3b4b2a828f
commit
8a4cf08d41
@ -1,21 +1,23 @@
|
|||||||
{ stdenv, fetchhg }:
|
{ stdenv, fetchhg }:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "u9fs-20110513";
|
pname = "u9fs";
|
||||||
|
version = "unstable-2020-11-21";
|
||||||
|
|
||||||
src = fetchhg {
|
src = fetchhg {
|
||||||
url = "https://bitbucket.org/plan9-from-bell-labs/u9fs";
|
url = "https://code.9front.org/hg/plan9front";
|
||||||
rev = "9474edb23b11";
|
rev = "6eef4d6a9bce";
|
||||||
sha256 = "0irwyk8vnvx0fmz8lmbdb2jrlvas8imr61jr76a1pkwi9wpf2wv6";
|
sha256 = "0irwyk8vnvx0fmz8lmbdb2jrlvas8imr61jr76a1pkwi9wpf2wv6";
|
||||||
};
|
};
|
||||||
|
|
||||||
installPhase =
|
installPhase = ''
|
||||||
''
|
|
||||||
mkdir -p $out/bin $out/share/man4
|
mkdir -p $out/bin $out/share/man4
|
||||||
cp u9fs $out/bin; cp u9fs.man $out/share/man4
|
cp u9fs.man $out/share/man4
|
||||||
|
cp u9fs $out/bin
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib;
|
meta = with stdenv.lib; {
|
||||||
{ description = "Serve 9P from Unix";
|
description = "Serve 9P from Unix";
|
||||||
homepage = "http://plan9.bell-labs.com/magic/man2html/4/u9fs";
|
homepage = "http://plan9.bell-labs.com/magic/man2html/4/u9fs";
|
||||||
license = licenses.free;
|
license = licenses.free;
|
||||||
maintainers = [ maintainers.ehmry ];
|
maintainers = [ maintainers.ehmry ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user