pmount: disable tests
This commit is contained in:
parent
1949a71003
commit
8e1a0b59fd
@ -34,6 +34,8 @@ stdenv.mkDerivation rec {
|
|||||||
substituteInPlace ./src/Makefile --replace '-o root -g root -m 4755 ' '-m 755 '
|
substituteInPlace ./src/Makefile --replace '-o root -g root -m 4755 ' '-m 755 '
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
doCheck = false; # fails 1 out of 1 tests with "Error: could not open fstab-type file: No such file or directory"
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://pmount.alioth.debian.org/;
|
homepage = http://pmount.alioth.debian.org/;
|
||||||
description = "Mount removable devices as normal user";
|
description = "Mount removable devices as normal user";
|
||||||
|
Loading…
Reference in New Issue
Block a user