Revert "Merge pull request #4406 from wavewave/proot"
This reverts commit 552d1ec8b36515c3de5d660815a521353419bae6, reversing changes made to 3432414808afa5bdb2019f165365f5b6ff46cf2f.
This commit is contained in:
parent
1992bd1331
commit
e229cfb57c
@ -1,29 +0,0 @@
|
|||||||
{ stdenv, fetchgit, talloc }:
|
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
|
||||||
name = "proot-${version}";
|
|
||||||
version = "4.0.3";
|
|
||||||
|
|
||||||
src = fetchgit {
|
|
||||||
url = "git://github.com/cedric-vincent/proot.git";
|
|
||||||
rev = "refs/tags/v${version}";
|
|
||||||
sha256 = "95a52b2fa47b2891eb2c6b6b0e14d42f6d48f6fd5181e359b007831f1a046e84";
|
|
||||||
};
|
|
||||||
|
|
||||||
buildInputs = [ talloc ];
|
|
||||||
|
|
||||||
preBuild = ''
|
|
||||||
substituteInPlace GNUmakefile --replace "/usr/local" "$out"
|
|
||||||
'';
|
|
||||||
|
|
||||||
sourceRoot = "git-export/src";
|
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
|
||||||
homepage = http://proot.me;
|
|
||||||
description = "User-space implementation of chroot, mount --bind and binfmt_misc";
|
|
||||||
platforms = platforms.linux;
|
|
||||||
license = licenses.gpl2;
|
|
||||||
maintainers = with self.stdenv.lib.maintainers; [ ianwookim ];
|
|
||||||
};
|
|
||||||
}
|
|
||||||
|
|
@ -2027,8 +2027,6 @@ let
|
|||||||
|
|
||||||
projectm = callPackage ../applications/audio/projectm { };
|
projectm = callPackage ../applications/audio/projectm { };
|
||||||
|
|
||||||
proot = callPackage ../tools/system/proot { };
|
|
||||||
|
|
||||||
proxychains = callPackage ../tools/networking/proxychains { };
|
proxychains = callPackage ../tools/networking/proxychains { };
|
||||||
|
|
||||||
proxytunnel = callPackage ../tools/misc/proxytunnel { };
|
proxytunnel = callPackage ../tools/misc/proxytunnel { };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user