crudini: fix maintainer and run tests
This commit is contained in:
parent
d96cde35b7
commit
b0c7df9fbc
@ -13,10 +13,16 @@ python2Packages.buildPythonApplication rec {
|
|||||||
|
|
||||||
propagatedBuildInputs = with python2Packages; [ iniparse ];
|
propagatedBuildInputs = with python2Packages; [ iniparse ];
|
||||||
|
|
||||||
|
checkPhase = ''
|
||||||
|
patchShebangs .
|
||||||
|
pushd tests >/dev/null
|
||||||
|
./test.sh
|
||||||
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A utility for manipulating ini files ";
|
description = "A utility for manipulating ini files ";
|
||||||
homepage = http://www.pixelbeat.org/programs/crudini/;
|
homepage = http://www.pixelbeat.org/programs/crudini/;
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
maintainers = with maintainers; [ bjornfor ];
|
maintainers = with maintainers; [ peterhoeg ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user