mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
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 ];
|
||||
|
||||
checkPhase = ''
|
||||
patchShebangs .
|
||||
pushd tests >/dev/null
|
||||
./test.sh
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A utility for manipulating ini files ";
|
||||
homepage = http://www.pixelbeat.org/programs/crudini/;
|
||||
license = licenses.gpl2;
|
||||
maintainers = with maintainers; [ bjornfor ];
|
||||
maintainers = with maintainers; [ peterhoeg ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user