Skip to content

Commit

Permalink
crudini: fix maintainer and run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Hoeg committed Mar 14, 2017
1 parent d96cde3 commit b0c7df9
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pkgs/tools/misc/crudini/default.nix
Expand Up @@ -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 ];
};
}

0 comments on commit b0c7df9

Please sign in to comment.